From 2e38deaac5fbde751bfd09ec2c098a15a6019892 Mon Sep 17 00:00:00 2001 From: ElOraiby <wael.eloraiby@gmail.com> Date: Sun, 31 May 2015 20:53:45 -0400 Subject: move the example to the example folder --- mainwindow.ui | 50 -------------------------------------------------- 1 file changed, 50 deletions(-) delete mode 100644 mainwindow.ui (limited to 'mainwindow.ui') 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> -- cgit v1.2.3