Skip to content

Instantly share code, notes, and snippets.

powershell (Add-Type '[DllImport(\"user32.dll\")]^public static extern int PostMessage(int hWnd, int hMsg, int wParam, int lParam);' -Name a -Pas)::PostMessage(-1,0x0112,0xF170,2)
import QtQuick 2.0
ListView {
width: 640; height: 480
model: myModel
delegate: Text {
text: name + ": " + link + ", " + time
}
}