README
[n9profile] / mainwindow.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>MainWindow</class>
4  <widget class="QMainWindow" name="MainWindow">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>800</width>
10     <height>400</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>N9Profile</string>
15   </property>
16   <widget class="QWidget" name="centralWidget">
17    <widget class="QListWidget" name="listWidgetProfiles">
18     <property name="geometry">
19      <rect>
20       <x>410</x>
21       <y>30</y>
22       <width>381</width>
23       <height>321</height>
24      </rect>
25     </property>
26     <property name="editTriggers">
27      <set>QAbstractItemView::NoEditTriggers</set>
28     </property>
29     <property name="showDropIndicator" stdset="0">
30      <bool>false</bool>
31     </property>
32    </widget>
33    <widget class="QWidget" name="verticalLayoutWidget">
34     <property name="geometry">
35      <rect>
36       <x>0</x>
37       <y>0</y>
38       <width>401</width>
39       <height>341</height>
40      </rect>
41     </property>
42     <layout class="QVBoxLayout" name="verticalLayout_2">
43      <item>
44       <widget class="QPushButton" name="ButtonNewProfile">
45        <property name="text">
46         <string>New profile</string>
47        </property>
48       </widget>
49      </item>
50      <item>
51       <widget class="QPushButton" name="pushButtonPhonenum">
52        <property name="text">
53         <string>Phone number rules</string>
54        </property>
55       </widget>
56      </item>
57     </layout>
58    </widget>
59    <widget class="QLabel" name="label">
60     <property name="geometry">
61      <rect>
62       <x>550</x>
63       <y>-5</y>
64       <width>121</width>
65       <height>31</height>
66      </rect>
67     </property>
68     <property name="font">
69      <font>
70       <pointsize>17</pointsize>
71      </font>
72     </property>
73     <property name="text">
74      <string>Profiles</string>
75     </property>
76    </widget>
77   </widget>
78   <widget class="QMenuBar" name="menuBar">
79    <property name="geometry">
80     <rect>
81      <x>0</x>
82      <y>0</y>
83      <width>800</width>
84      <height>21</height>
85     </rect>
86    </property>
87    <widget class="QMenu" name="menuMenu">
88     <property name="title">
89      <string>Menu</string>
90     </property>
91     <addaction name="actionAbout"/>
92     <addaction name="actionAboutQT"/>
93     <addaction name="actionExit"/>
94    </widget>
95    <addaction name="menuMenu"/>
96   </widget>
97   <widget class="QToolBar" name="mainToolBar">
98    <attribute name="toolBarArea">
99     <enum>TopToolBarArea</enum>
100    </attribute>
101    <attribute name="toolBarBreak">
102     <bool>false</bool>
103    </attribute>
104   </widget>
105   <widget class="QStatusBar" name="statusBar"/>
106   <action name="actionAbout">
107    <property name="text">
108     <string>About</string>
109    </property>
110   </action>
111   <action name="actionAboutQT">
112    <property name="text">
113     <string>AboutQT</string>
114    </property>
115   </action>
116   <action name="actionExit">
117    <property name="text">
118     <string>Exit</string>
119    </property>
120   </action>
121  </widget>
122  <layoutdefault spacing="6" margin="11"/>
123  <resources/>
124  <connections/>
125 </ui>