diff options
| author | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-08-31 14:36:19 +0200 |
|---|---|---|
| committer | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-08-31 14:36:19 +0200 |
| commit | 95dfd961638964445db9af1fb4de59b170ce9a16 (patch) | |
| tree | 56ee9fa8d4e08e5cf22a85b5cf5ad3ae033f6ea2 /mainwindow.ui | |
| download | src-95dfd961638964445db9af1fb4de59b170ce9a16.tar.gz src-95dfd961638964445db9af1fb4de59b170ce9a16.zip | |
Trage erste Version der Dokumentation ein
Diffstat (limited to 'mainwindow.ui')
| -rw-r--r-- | mainwindow.ui | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/mainwindow.ui b/mainwindow.ui new file mode 100644 index 0000000..6050363 --- /dev/null +++ b/mainwindow.ui @@ -0,0 +1,24 @@ +<ui version="4.0"> + <class>MainWindow</class> + <widget class="QMainWindow" name="MainWindow" > + <property name="geometry" > + <rect> + <x>0</x> + <y>0</y> + <width>400</width> + <height>300</height> + </rect> + </property> + <property name="windowTitle" > + <string>MainWindow</string> + </property> + <widget class="QMenuBar" name="menuBar" /> + <widget class="QToolBar" name="mainToolBar" /> + <widget class="QWidget" name="centralWidget" /> + <widget class="QStatusBar" name="statusBar" /> + </widget> + <layoutDefault spacing="6" margin="11" /> + <pixmapfunction></pixmapfunction> + <resources/> + <connections/> +</ui> |
