diff options
author | Wael El Oraiby <wael.eloraiby@gmail.com> | 2013-05-20 21:00:17 -0400 |
---|---|---|
committer | Wael El Oraiby <wael.eloraiby@gmail.com> | 2013-05-20 21:00:17 -0400 |
commit | e24584da2090d7df2a1abd902deca0f88879d436 (patch) | |
tree | c1f8360c41bc84285d306de33e34111476cdf3df /mainwindow.ui | |
parent | 85b743e651de927f9fe0491aa45bb4acea2ee733 (diff) |
first version - missing lam alef ligature
Diffstat (limited to 'mainwindow.ui')
-rw-r--r-- | mainwindow.ui | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/mainwindow.ui b/mainwindow.ui new file mode 100644 index 0000000..062f947 --- /dev/null +++ b/mainwindow.ui @@ -0,0 +1,50 @@ +<?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> |