I hereby claim:
- I am bastibense on github.
- I am bastiben (https://keybase.io/bastiben) on keybase.
- I have a public key ASBwTQXcbXj0tAk8FWWWe8NaaalWjiTStO21KTyttLZmBwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
{"lastUpload":"2017-04-18T04:08:59.058Z","extensionVersion":"v2.6.2"} |
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
// More information: | |
// http://stackoverflow.com/questions/29446454/qt-qml-accessing-a-listview-after-a-loader-has-loaded-it-to-jump-to-a-specific/29463686#29463686 | |
import QtQuick 2.4 | |
import QtQuick.Controls 1.2 | |
ApplicationWindow { | |
width: 1024 |
It seems that graphcis and fonts look rather blurry on some monitors when hooked up to a MacBook Pro (Retina). This might fix the issue for you:
Download patch-edid.rb from http://embdev.net/attachment/168316/patch-edid.rb
Execute in Terminal (without the $):
$ ruby patch-edid.rb
Copy produced folder (example: DisplayVendorID-22f0) to /System/Library/Displays/Overrides (authorize if needed, if the folder exists, backup it before)
<html> | |
<body> | |
<style type="text/css"> | |
body { | |
padding: 2em; | |
} | |
a | |
{ |