update dict
[QFreeRecite.git] / src / gui / MainWidget.ui
blob9534b6fe22822ea378fb60162b7f778452023fc3
1 <ui version="4.0" >
2  <class>MainWidget</class>
3  <widget class="QWidget" name="MainWidget" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>651</width>
9     <height>461</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Form</string>
14   </property>
15   <layout class="QGridLayout" name="gridLayout" >
16    <item rowspan="9" row="0" column="0" >
17     <widget class="QTableView" name="taskTableView" >
18      <property name="minimumSize" >
19       <size>
20        <width>0</width>
21        <height>0</height>
22       </size>
23      </property>
24      <property name="font" >
25       <font>
26        <pointsize>12</pointsize>
27       </font>
28      </property>
29      <property name="cursor" stdset="0" >
30       <cursorShape>PointingHandCursor</cursorShape>
31      </property>
32      <property name="focusPolicy" >
33       <enum>Qt::NoFocus</enum>
34      </property>
35     </widget>
36    </item>
37    <item row="0" column="1" >
38     <widget class="PushButton" name="newButton" >
39      <property name="cursor" >
40       <cursorShape>PointingHandCursor</cursorShape>
41      </property>
42      <property name="focusPolicy" >
43       <enum>Qt::NoFocus</enum>
44      </property>
45      <property name="text" >
46       <string>&amp;New</string>
47      </property>
48     </widget>
49    </item>
50    <item row="1" column="1" >
51     <widget class="PushButton" name="removeButton" >
52      <property name="cursor" >
53       <cursorShape>PointingHandCursor</cursorShape>
54      </property>
55      <property name="focusPolicy" >
56       <enum>Qt::NoFocus</enum>
57      </property>
58      <property name="text" >
59       <string>&amp;Delete</string>
60      </property>
61     </widget>
62    </item>
63    <item row="2" column="1" >
64     <widget class="PushButton" name="reciteButton" >
65      <property name="cursor" >
66       <cursorShape>PointingHandCursor</cursorShape>
67      </property>
68      <property name="focusPolicy" >
69       <enum>Qt::NoFocus</enum>
70      </property>
71      <property name="text" >
72       <string>&amp;Recite</string>
73      </property>
74     </widget>
75    </item>
76    <item row="3" column="1" >
77     <widget class="PushButton" name="testButton" >
78      <property name="cursor" >
79       <cursorShape>PointingHandCursor</cursorShape>
80      </property>
81      <property name="focusPolicy" >
82       <enum>Qt::NoFocus</enum>
83      </property>
84      <property name="text" >
85       <string>&amp;Test</string>
86      </property>
87     </widget>
88    </item>
89    <item row="4" column="1" >
90     <widget class="PushButton" name="stressButton" >
91      <property name="cursor" >
92       <cursorShape>PointingHandCursor</cursorShape>
93      </property>
94      <property name="focusPolicy" >
95       <enum>Qt::NoFocus</enum>
96      </property>
97      <property name="text" >
98       <string>Str&amp;ess</string>
99      </property>
100     </widget>
101    </item>
102    <item row="5" column="1" >
103     <widget class="PushButton" name="statusButton" >
104      <property name="cursor" >
105       <cursorShape>PointingHandCursor</cursorShape>
106      </property>
107      <property name="focusPolicy" >
108       <enum>Qt::NoFocus</enum>
109      </property>
110      <property name="text" >
111       <string>Stat&amp;us</string>
112      </property>
113     </widget>
114    </item>
115    <item row="6" column="1" >
116     <spacer name="verticalSpacer" >
117      <property name="focusPolicy" >
118       <enum>Qt::NoFocus</enum>
119      </property>
120      <property name="orientation" >
121       <enum>Qt::Vertical</enum>
122      </property>
123      <property name="sizeHint" stdset="0" >
124       <size>
125        <width>20</width>
126        <height>167</height>
127       </size>
128      </property>
129     </spacer>
130    </item>
131    <item row="7" column="1" >
132     <widget class="PushButton" name="settingButton" >
133      <property name="cursor" >
134       <cursorShape>PointingHandCursor</cursorShape>
135      </property>
136      <property name="focusPolicy" >
137       <enum>Qt::NoFocus</enum>
138      </property>
139      <property name="text" >
140       <string>Sett&amp;ing</string>
141      </property>
142     </widget>
143    </item>
144    <item row="8" column="1" >
145     <widget class="PushButton" name="quitButton" >
146      <property name="cursor" >
147       <cursorShape>PointingHandCursor</cursorShape>
148      </property>
149      <property name="focusPolicy" >
150       <enum>Qt::NoFocus</enum>
151      </property>
152      <property name="text" >
153       <string>&amp;Quit</string>
154      </property>
155     </widget>
156    </item>
157   </layout>
158  </widget>
159  <customwidgets>
160   <customwidget>
161    <class>PushButton</class>
162    <extends>QPushButton</extends>
163    <header>PushButton.h</header>
164   </customwidget>
165  </customwidgets>
166  <resources>
167   <include location="icon/icons.qrc" />
168  </resources>
169  <connections/>
170 </ui>