Die Suche ergab 11 Treffer
- 29. November 2008 13:42
- Forum: Qt Programmierung
- Thema: Pushbutton->setVisible(false) spacing bleibt
- Antworten: 1
- Zugriffe: 1637
Pushbutton->setVisible(false) spacing bleibt
Hallo habe ein FlowLayout mit einem Spacing von 6 und margin 0 in dem mehrere Pushbuttons enthalten sind manche möchte ich ausblenden mit setVisible(false). Nun erscheint der Button nicht aber der Spacing von 6 bleibt mir erhalten dies sieht komisch aus kann ich irgnedwie das spacing auch entfernen?...
- 10. November 2008 23:53
- Forum: C++ Grundlagen
- Thema: [bitte löschen] Widgets auslagern
- Antworten: 2
- Zugriffe: 3434
- 10. November 2008 20:47
- Forum: C++ Grundlagen
- Thema: [bitte löschen] Widgets auslagern
- Antworten: 2
- Zugriffe: 3434
[bitte löschen] Widgets auslagern
[kann gelöscht werden]
- 26. Oktober 2008 19:57
- Forum: Qt Programmierung
- Thema: OpenGL Meldung: Must construct a QApplication before a QPain
- Antworten: 14
- Zugriffe: 7682
- 26. Oktober 2008 16:33
- Forum: Qt Programmierung
- Thema: OpenGL Meldung: Must construct a QApplication before a QPain
- Antworten: 14
- Zugriffe: 7682
- 26. Oktober 2008 11:51
- Forum: Qt Programmierung
- Thema: OpenGL Meldung: Must construct a QApplication before a QPain
- Antworten: 14
- Zugriffe: 7682
- 24. Oktober 2008 23:43
- Forum: Qt Programmierung
- Thema: OpenGL Meldung: Must construct a QApplication before a QPain
- Antworten: 14
- Zugriffe: 7682
- 24. Oktober 2008 23:23
- Forum: Qt Programmierung
- Thema: OpenGL Meldung: Must construct a QApplication before a QPain
- Antworten: 14
- Zugriffe: 7682
C:\QT\4.4.3\examples\opengl\hellogl>qmake -o Makefile hellogl.pro C:\QT\4.4.3\examples\opengl\hellogl>make c:\qt\4.4.3\bin\qmake.exe -win32 -o Makefile hellogl.pro c:\qt\4.4.3\bin\qmake.exe -win32 -o Makefile hellogl.pro c:\qt\4.4.3\bin\qmake.exe -win32 -o Makefile hellogl.pro hier hab ich das makef...
- 22. Oktober 2008 20:17
- Forum: Qt Programmierung
- Thema: OpenGL Meldung: Must construct a QApplication before a QPain
- Antworten: 14
- Zugriffe: 7682
- 20. Oktober 2008 20:36
- Forum: Qt Programmierung
- Thema: OpenGL Meldung: Must construct a QApplication before a QPain
- Antworten: 14
- Zugriffe: 7682
Hallo anbei die mainwindow #pragma once #include <QMainWindow> #include <QLabel> #include <QtGui> #include <QTabWidget> #include <QGLWidget> class MainWindow : public QMainWindow { Q_OBJECT private: QLabel *label1; QLabel *label2; QTabWidget *widget; QTabWidget *widget1; void createDockWindows() { Q...
- 19. Oktober 2008 17:51
- Forum: Qt Programmierung
- Thema: OpenGL Meldung: Must construct a QApplication before a QPain
- Antworten: 14
- Zugriffe: 7682
OpenGL Meldung: Must construct a QApplication before a QPain
Hallo, habe VisualStudio 2008 Pro und Qt 4.4.3 OpenSource wenn ich ein Beispiel zu OpenGL kompilieren möchte, taucht in einem Dos Fenster die Fehlermeldung QWidget: Must construct a QApplication before a QPaintDevice auf, warum? #include <QApplication> #include "mainwindow.h" int main(int ...