Invisible registerdialog picture.
[speedfreak] / Client / settingsdialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>SettingsDialog</class>
4  <widget class="QDialog" name="SettingsDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>800</width>
10     <height>380</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Dialog</string>
15   </property>
16   <widget class="QLabel" name="setUserLabel">
17    <property name="geometry">
18     <rect>
19      <x>60</x>
20      <y>20</y>
21      <width>371</width>
22      <height>31</height>
23     </rect>
24    </property>
25    <property name="font">
26     <font>
27      <pointsize>13</pointsize>
28     </font>
29    </property>
30    <property name="text">
31     <string>Set / Change current user:</string>
32    </property>
33   </widget>
34   <widget class="QPushButton" name="setUserPushButton">
35    <property name="geometry">
36     <rect>
37      <x>580</x>
38      <y>70</y>
39      <width>140</width>
40      <height>60</height>
41     </rect>
42    </property>
43    <property name="text">
44     <string>Log in</string>
45    </property>
46   </widget>
47   <widget class="QPushButton" name="registratePushButton">
48    <property name="geometry">
49     <rect>
50      <x>580</x>
51      <y>240</y>
52      <width>140</width>
53      <height>60</height>
54     </rect>
55    </property>
56    <property name="text">
57     <string>Register
58 new user</string>
59    </property>
60   </widget>
61   <widget class="QWidget" name="layoutWidget">
62    <property name="geometry">
63     <rect>
64      <x>110</x>
65      <y>50</y>
66      <width>401</width>
67      <height>101</height>
68     </rect>
69    </property>
70    <layout class="QGridLayout" name="gridLayout_2">
71     <item row="0" column="0">
72      <widget class="QLabel" name="setUserUsernameLabel">
73       <property name="text">
74        <string>Username:        </string>
75       </property>
76      </widget>
77     </item>
78     <item row="0" column="1">
79      <widget class="QLineEdit" name="setUserUsernameLineEdit">
80       <property name="font">
81        <font>
82         <family>Bitstream Charter</family>
83         <pointsize>14</pointsize>
84        </font>
85       </property>
86       <property name="maxLength">
87        <number>12</number>
88       </property>
89      </widget>
90     </item>
91     <item row="1" column="0">
92      <widget class="QLabel" name="setUserPasswordLabel">
93       <property name="text">
94        <string>Password:</string>
95       </property>
96      </widget>
97     </item>
98     <item row="1" column="1">
99      <widget class="QLineEdit" name="setUserPasswordLineEdit">
100       <property name="font">
101        <font>
102         <family>Bitstream Charter</family>
103         <pointsize>14</pointsize>
104        </font>
105       </property>
106       <property name="maxLength">
107        <number>255</number>
108       </property>
109       <property name="echoMode">
110        <enum>QLineEdit::Password</enum>
111       </property>
112      </widget>
113     </item>
114    </layout>
115   </widget>
116   <widget class="QLabel" name="labelInfoToUser">
117    <property name="geometry">
118     <rect>
119      <x>100</x>
120      <y>340</y>
121      <width>691</width>
122      <height>41</height>
123     </rect>
124    </property>
125    <property name="text">
126     <string/>
127    </property>
128   </widget>
129   <widget class="QLabel" name="label">
130    <property name="geometry">
131     <rect>
132      <x>0</x>
133      <y>230</y>
134      <width>150</width>
135      <height>150</height>
136     </rect>
137    </property>
138    <property name="text">
139     <string/>
140    </property>
141    <property name="pixmap">
142     <pixmap resource="graphics.qrc">:/new/prefix1/Graphics/sf_2.png</pixmap>
143    </property>
144   </widget>
145   <widget class="QPushButton" name="pushButtonInfo">
146    <property name="geometry">
147     <rect>
148      <x>750</x>
149      <y>0</y>
150      <width>50</width>
151      <height>50</height>
152     </rect>
153    </property>
154    <property name="text">
155     <string/>
156    </property>
157    <property name="icon">
158     <iconset resource="graphics.qrc">
159      <normaloff>:/new/prefix1/Graphics/info.png</normaloff>:/new/prefix1/Graphics/info.png</iconset>
160    </property>
161    <property name="iconSize">
162     <size>
163      <width>45</width>
164      <height>45</height>
165     </size>
166    </property>
167   </widget>
168   <widget class="QPushButton" name="pushButtonProfile">
169    <property name="geometry">
170     <rect>
171      <x>730</x>
172      <y>180</y>
173      <width>61</width>
174      <height>21</height>
175     </rect>
176    </property>
177    <property name="text">
178     <string>profile</string>
179    </property>
180   </widget>
181   <zorder>label</zorder>
182   <zorder>setUserLabel</zorder>
183   <zorder>setUserPushButton</zorder>
184   <zorder>registratePushButton</zorder>
185   <zorder>layoutWidget</zorder>
186   <zorder>pushButtonInfo</zorder>
187   <zorder>pushButtonProfile</zorder>
188   <zorder>labelInfoToUser</zorder>
189  </widget>
190  <tabstops>
191   <tabstop>registratePushButton</tabstop>
192   <tabstop>setUserUsernameLineEdit</tabstop>
193   <tabstop>setUserPasswordLineEdit</tabstop>
194   <tabstop>setUserPushButton</tabstop>
195  </tabstops>
196  <resources>
197   <include location="graphics.qrc"/>
198  </resources>
199  <connections/>
200 </ui>