diff options
| author | Alee <Alee14498@gmail.com> | 2019-02-02 22:12:45 -0500 |
|---|---|---|
| committer | Alee <Alee14498@gmail.com> | 2019-02-02 22:12:45 -0500 |
| commit | b4c3a2088b8ecdeb33e3b21211357f67a5d79243 (patch) | |
| tree | 361780e3bf79dab14a873002c2808c3196240e16 /mainwindow.ui | |
| download | Project-Xeon-b4c3a2088b8ecdeb33e3b21211357f67a5d79243.tar.gz Project-Xeon-b4c3a2088b8ecdeb33e3b21211357f67a5d79243.tar.bz2 Project-Xeon-b4c3a2088b8ecdeb33e3b21211357f67a5d79243.zip | |
Initial Commit (New branch)
Diffstat (limited to 'mainwindow.ui')
| -rw-r--r-- | mainwindow.ui | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/mainwindow.ui b/mainwindow.ui new file mode 100644 index 0000000..7ebf873 --- /dev/null +++ b/mainwindow.ui @@ -0,0 +1,21 @@ +<ui version="4.0"> + <class>MainWindow</class> + <widget class="QMainWindow" name="MainWindow" > + <property name="geometry" > + <rect> + <x>0</x> + <y>0</y> + <width>800</width> + <height>480</height> + </rect> + </property> + <property name="windowTitle" > + <string>MainWindow</string> + </property> + <widget class="QWidget" name="centralWidget" /> + </widget> + <layoutDefault spacing="6" margin="11" /> + <pixmapfunction></pixmapfunction> + <resources/> + <connections/> +</ui> |
