Advertising
advertising
related pastes to tag 'qt'
- 2121050 - QSettings: qt meego
-
- #include <QtCore>
- #include <QSettings>
- int main ( int argc, char *argv[] )
- {
- QSettings settings("file.desktop", QSettings::IniFormat);
- settings.beginGroup("Desktop Entry");
- settings.setValue("Name", "test");
- 2072883 - qt qml maemo: maemo qt qml
-
- import Qt 4.7
- Rectangle {
- width: 200
- height: 200
- Component {
- id: delegate
- 2072387 - qml repeater itemAt: qt qml
-
- import Qt 4.7
- Rectangle {
- width: 500
- height: 500
- color: "black"
- Row {
- 1622124 - Qt keywords: qt
-
- AudioOutput
- Effect
- EffectParameter
- EffectWidget
- Exception
- MediaController
- MediaNode
- MediaObject
- 1622123 - Qt keywords: qt
-
- AudioOutput
- Effect
- EffectParameter
- EffectWidget
- Exception
- MediaController
- MediaNode
- MediaObject
- 1060739 - MentalMaelstrom: qt arora translation
-
- Please consider these substitutions and // comments
- BrowserApplication
- ------------------
- The saved session will not being restored because last time it was restored Arora crashed. -> The saved session will not be restored because Arora crashed last time it tried to do this.
- DownloadItem
- ------------
- 1037923 - Qt 4 dynamic translation: i18n qt example dynamic translation
-
- MyWidget::MyWidget {
- createWidgets();
- retranslateInterface();
- }
- void MyWidget::createWidgets() {
- whatever = new MyCustomWidget(this);
- }
- 951394 - Oszkar: qt kcategorizedview
-
- void KCategorizedView::startDrag(Qt::DropActions supportedActions)
- {
- // FIXME: QAbstractItemView does far better here since it sets the
- // pixmap of selected icons to the dragging cursor, but it sets a non
- // ARGB window so it is no transparent. Use QAbstractItemView when
- // this is fixed on Qt.
- // QAbstractItemView::startDrag(supportedActions);
- #if !defined(DOLPHIN_DRAGANDDROP)
- 685537 - Qt: qt
-
- from PyQt4 import QtCore, QtGui, uic
- import thread,string, sys
- class qt_testing():
- def __init__(self):
- a=sys.argv
- app = QtGui.QApplication(a)