Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'qt'

2121050 - QSettings: qt meego
  1. #include <QtCore>
  2. #include <QSettings>
  3.  
  4. int main ( int argc, char *argv[] )
  5. {
  6.         QSettings settings("file.desktop", QSettings::IniFormat);
  7.         settings.beginGroup("Desktop Entry");
  8.         settings.setValue("Name", "test");
  9.  
2072883 - qt qml maemo: maemo qt qml
  1. import Qt 4.7
  2.  
  3. Rectangle {
  4.   width: 200
  5.   height: 200
  6.  
  7.   Component {
  8.     id: delegate
  9.  
2072387 - qml repeater itemAt: qt qml
  1. import Qt 4.7
  2.  
  3. Rectangle {
  4.     width: 500
  5.     height: 500
  6.     color: "black"
  7.  
  8.     Row {
  9.  
1622124 - Qt keywords: qt
  1. AudioOutput
  2. Effect
  3. EffectParameter
  4. EffectWidget
  5. Exception
  6. MediaController
  7. MediaNode
  8. MediaObject
  9.  
1622123 - Qt keywords: qt
  1. AudioOutput
  2. Effect
  3. EffectParameter
  4. EffectWidget
  5. Exception
  6. MediaController
  7. MediaNode
  8. MediaObject
  9.  
1060739 - MentalMaelstrom: qt arora translation
  1. Please consider these substitutions and // comments
  2.  
  3. BrowserApplication
  4. ------------------
  5. 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.
  6.  
  7. DownloadItem
  8. ------------
  9.  
1037923 - Qt 4 dynamic translation: i18n qt example dynamic translation
  1. MyWidget::MyWidget {
  2.     createWidgets();
  3.     retranslateInterface();
  4. }
  5.  
  6. void MyWidget::createWidgets() {
  7.     whatever = new MyCustomWidget(this);
  8. }
  9.  
951394 - Oszkar: qt kcategorizedview
  1. void KCategorizedView::startDrag(Qt::DropActions supportedActions)
  2. {
  3.     // FIXME: QAbstractItemView does far better here since it sets the
  4.     //        pixmap of selected icons to the dragging cursor, but it sets a non
  5.     //        ARGB window so it is no transparent. Use QAbstractItemView when
  6.     //        this is fixed on Qt.
  7.     // QAbstractItemView::startDrag(supportedActions);
  8. #if !defined(DOLPHIN_DRAGANDDROP)
  9.  
685537 - Qt: qt
  1. from PyQt4 import QtCore, QtGui,  uic
  2. import thread,string, sys
  3.  
  4. class qt_testing():
  5.         def __init__(self):
  6.                 a=sys.argv
  7.                 app = QtGui.QApplication(a)
  8.  
  9.  
worth-right worth-right fantasy-obligation