diff options
author | ElOraiby <wael.eloraiby@gmail.com> | 2015-05-31 20:53:45 -0400 |
---|---|---|
committer | ElOraiby <wael.eloraiby@gmail.com> | 2015-05-31 20:53:45 -0400 |
commit | 2e38deaac5fbde751bfd09ec2c098a15a6019892 (patch) | |
tree | a52cd56ea4c3f2ac18dd726cf8818087fa265779 /mainwindow.ui | |
parent | 64b2267a76c6a509b5a5b052907c047d4a5ceadc (diff) |
move the example to the example folder
Diffstat (limited to 'mainwindow.ui')
-rw-r--r-- | mainwindow.ui | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/mainwindow.ui b/mainwindow.ui deleted file mode 100644 index 062f947..0000000 --- a/mainwindow.ui +++ /dev/null @@ -1,50 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<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="QWidget" name="centralWidget"> - <layout class="QVBoxLayout" name="verticalLayout"> - <item> - <widget class="QLabel" name="label"> - <property name="text"> - <string/> - </property> - </widget> - </item> - </layout> - </widget> - <widget class="QMenuBar" name="menuBar"> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>400</width> - <height>23</height> - </rect> - </property> - </widget> - <widget class="QToolBar" name="mainToolBar"> - <attribute name="toolBarArea"> - <enum>TopToolBarArea</enum> - </attribute> - <attribute name="toolBarBreak"> - <bool>false</bool> - </attribute> - </widget> - <widget class="QStatusBar" name="statusBar"/> - </widget> - <layoutdefault spacing="6" margin="11"/> - <resources/> - <connections/> -</ui> |