|
|
|
@ -1,10 +1,8 @@
@@ -1,10 +1,8 @@
|
|
|
|
|
<ui version="4.0" > |
|
|
|
|
<author></author> |
|
|
|
|
<comment></comment> |
|
|
|
|
<exportmacro></exportmacro> |
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?> |
|
|
|
|
<ui version="4.0"> |
|
|
|
|
<class>authentication</class> |
|
|
|
|
<widget class="QDialog" name="authentication" > |
|
|
|
|
<property name="geometry" > |
|
|
|
|
<widget class="QDialog" name="authentication"> |
|
|
|
|
<property name="geometry"> |
|
|
|
|
<rect> |
|
|
|
|
<x>0</x> |
|
|
|
|
<y>0</y> |
|
|
|
@ -12,57 +10,40 @@
@@ -12,57 +10,40 @@
|
|
|
|
|
<height>231</height> |
|
|
|
|
</rect> |
|
|
|
|
</property> |
|
|
|
|
<property name="windowTitle" > |
|
|
|
|
<property name="windowTitle"> |
|
|
|
|
<string>Tracker authentication</string> |
|
|
|
|
</property> |
|
|
|
|
<layout class="QVBoxLayout" > |
|
|
|
|
<property name="margin" > |
|
|
|
|
<number>9</number> |
|
|
|
|
</property> |
|
|
|
|
<property name="spacing" > |
|
|
|
|
<number>6</number> |
|
|
|
|
</property> |
|
|
|
|
<layout class="QVBoxLayout"> |
|
|
|
|
<item> |
|
|
|
|
<layout class="QHBoxLayout" > |
|
|
|
|
<property name="margin" > |
|
|
|
|
<number>0</number> |
|
|
|
|
</property> |
|
|
|
|
<property name="spacing" > |
|
|
|
|
<number>6</number> |
|
|
|
|
</property> |
|
|
|
|
<layout class="QHBoxLayout"> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLabel" name="login_logo" > |
|
|
|
|
<property name="maximumSize" > |
|
|
|
|
<widget class="QLabel" name="login_logo"> |
|
|
|
|
<property name="maximumSize"> |
|
|
|
|
<size> |
|
|
|
|
<width>39</width> |
|
|
|
|
<height>39</height> |
|
|
|
|
</size> |
|
|
|
|
</property> |
|
|
|
|
<property name="text" > |
|
|
|
|
<property name="text"> |
|
|
|
|
<string/> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLabel" name="login_title" > |
|
|
|
|
<property name="maximumSize" > |
|
|
|
|
<widget class="QLabel" name="login_title"> |
|
|
|
|
<property name="maximumSize"> |
|
|
|
|
<size> |
|
|
|
|
<width>16777215</width> |
|
|
|
|
<height>39</height> |
|
|
|
|
</size> |
|
|
|
|
</property> |
|
|
|
|
<property name="font" > |
|
|
|
|
<property name="font"> |
|
|
|
|
<font> |
|
|
|
|
<family>Sans Serif</family> |
|
|
|
|
<pointsize>13</pointsize> |
|
|
|
|
<weight>75</weight> |
|
|
|
|
<italic>false</italic> |
|
|
|
|
<bold>true</bold> |
|
|
|
|
<underline>false</underline> |
|
|
|
|
<strikeout>false</strikeout> |
|
|
|
|
</font> |
|
|
|
|
</property> |
|
|
|
|
<property name="text" > |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Tracker authentication</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
@ -70,51 +51,29 @@
@@ -70,51 +51,29 @@
|
|
|
|
|
</layout> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<layout class="QHBoxLayout" > |
|
|
|
|
<property name="margin" > |
|
|
|
|
<number>0</number> |
|
|
|
|
</property> |
|
|
|
|
<property name="spacing" > |
|
|
|
|
<number>6</number> |
|
|
|
|
</property> |
|
|
|
|
<layout class="QHBoxLayout"> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLabel" name="lbl_tracker" > |
|
|
|
|
<property name="font" > |
|
|
|
|
<widget class="QLabel" name="lbl_tracker"> |
|
|
|
|
<property name="font"> |
|
|
|
|
<font> |
|
|
|
|
<family>Sans Serif</family> |
|
|
|
|
<pointsize>9</pointsize> |
|
|
|
|
<weight>75</weight> |
|
|
|
|
<italic>false</italic> |
|
|
|
|
<bold>true</bold> |
|
|
|
|
<underline>false</underline> |
|
|
|
|
<strikeout>false</strikeout> |
|
|
|
|
</font> |
|
|
|
|
</property> |
|
|
|
|
<property name="text" > |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Tracker:</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLabel" name="tracker_url" > |
|
|
|
|
<property name="minimumSize" > |
|
|
|
|
<widget class="QLabel" name="tracker_url"> |
|
|
|
|
<property name="minimumSize"> |
|
|
|
|
<size> |
|
|
|
|
<width>220</width> |
|
|
|
|
<height>0</height> |
|
|
|
|
</size> |
|
|
|
|
</property> |
|
|
|
|
<property name="font" > |
|
|
|
|
<font> |
|
|
|
|
<family>Sans Serif</family> |
|
|
|
|
<pointsize>9</pointsize> |
|
|
|
|
<weight>75</weight> |
|
|
|
|
<italic>false</italic> |
|
|
|
|
<bold>true</bold> |
|
|
|
|
<underline>false</underline> |
|
|
|
|
<strikeout>false</strikeout> |
|
|
|
|
</font> |
|
|
|
|
</property> |
|
|
|
|
<property name="text" > |
|
|
|
|
<property name="text"> |
|
|
|
|
<string/> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
@ -122,67 +81,49 @@
@@ -122,67 +81,49 @@
|
|
|
|
|
</layout> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QGroupBox" name="groupBox" > |
|
|
|
|
<property name="title" > |
|
|
|
|
<widget class="QGroupBox" name="groupBox"> |
|
|
|
|
<property name="title"> |
|
|
|
|
<string>Login</string> |
|
|
|
|
</property> |
|
|
|
|
<layout class="QVBoxLayout" > |
|
|
|
|
<property name="margin" > |
|
|
|
|
<number>9</number> |
|
|
|
|
</property> |
|
|
|
|
<property name="spacing" > |
|
|
|
|
<number>6</number> |
|
|
|
|
</property> |
|
|
|
|
<layout class="QVBoxLayout"> |
|
|
|
|
<item> |
|
|
|
|
<layout class="QHBoxLayout" > |
|
|
|
|
<property name="margin" > |
|
|
|
|
<number>0</number> |
|
|
|
|
</property> |
|
|
|
|
<property name="spacing" > |
|
|
|
|
<number>6</number> |
|
|
|
|
</property> |
|
|
|
|
<layout class="QHBoxLayout"> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLabel" name="lbl_username" > |
|
|
|
|
<property name="text" > |
|
|
|
|
<widget class="QLabel" name="lbl_username"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Username:</string> |
|
|
|
|
</property> |
|
|
|
|
<property name="buddy" > |
|
|
|
|
<property name="buddy"> |
|
|
|
|
<cstring>lineUsername</cstring> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLineEdit" name="lineUsername" /> |
|
|
|
|
<widget class="QLineEdit" name="lineUsername"/> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<layout class="QHBoxLayout" > |
|
|
|
|
<property name="margin" > |
|
|
|
|
<number>0</number> |
|
|
|
|
</property> |
|
|
|
|
<property name="spacing" > |
|
|
|
|
<number>6</number> |
|
|
|
|
</property> |
|
|
|
|
<layout class="QHBoxLayout"> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLabel" name="lbl_passwd" > |
|
|
|
|
<property name="minimumSize" > |
|
|
|
|
<widget class="QLabel" name="lbl_passwd"> |
|
|
|
|
<property name="minimumSize"> |
|
|
|
|
<size> |
|
|
|
|
<width>68</width> |
|
|
|
|
<height>0</height> |
|
|
|
|
</size> |
|
|
|
|
</property> |
|
|
|
|
<property name="text" > |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Password:</string> |
|
|
|
|
</property> |
|
|
|
|
<property name="buddy" > |
|
|
|
|
<property name="buddy"> |
|
|
|
|
<cstring>linePasswd</cstring> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLineEdit" name="linePasswd" > |
|
|
|
|
<property name="echoMode" > |
|
|
|
|
<widget class="QLineEdit" name="linePasswd"> |
|
|
|
|
<property name="echoMode"> |
|
|
|
|
<enum>QLineEdit::Password</enum> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
@ -193,19 +134,13 @@
@@ -193,19 +134,13 @@
|
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<layout class="QHBoxLayout" > |
|
|
|
|
<property name="margin" > |
|
|
|
|
<number>0</number> |
|
|
|
|
</property> |
|
|
|
|
<property name="spacing" > |
|
|
|
|
<number>6</number> |
|
|
|
|
</property> |
|
|
|
|
<layout class="QHBoxLayout"> |
|
|
|
|
<item> |
|
|
|
|
<spacer> |
|
|
|
|
<property name="orientation" > |
|
|
|
|
<property name="orientation"> |
|
|
|
|
<enum>Qt::Horizontal</enum> |
|
|
|
|
</property> |
|
|
|
|
<property name="sizeHint" > |
|
|
|
|
<property name="sizeHint" stdset="0"> |
|
|
|
|
<size> |
|
|
|
|
<width>40</width> |
|
|
|
|
<height>20</height> |
|
|
|
@ -214,25 +149,25 @@
@@ -214,25 +149,25 @@
|
|
|
|
|
</spacer> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QPushButton" name="loginButton" > |
|
|
|
|
<property name="text" > |
|
|
|
|
<widget class="QPushButton" name="loginButton"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Log in</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QPushButton" name="cancelButton" > |
|
|
|
|
<property name="text" > |
|
|
|
|
<widget class="QPushButton" name="cancelButton"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Cancel</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<spacer> |
|
|
|
|
<property name="orientation" > |
|
|
|
|
<property name="orientation"> |
|
|
|
|
<enum>Qt::Horizontal</enum> |
|
|
|
|
</property> |
|
|
|
|
<property name="sizeHint" > |
|
|
|
|
<property name="sizeHint" stdset="0"> |
|
|
|
|
<size> |
|
|
|
|
<width>40</width> |
|
|
|
|
<height>20</height> |
|
|
|
@ -244,7 +179,6 @@
@@ -244,7 +179,6 @@
|
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
</widget> |
|
|
|
|
<pixmapfunction></pixmapfunction> |
|
|
|
|
<resources/> |
|
|
|
|
<connections> |
|
|
|
|
<connection> |
|
|
|
@ -253,11 +187,11 @@
@@ -253,11 +187,11 @@
|
|
|
|
|
<receiver>authentication</receiver> |
|
|
|
|
<slot>reject()</slot> |
|
|
|
|
<hints> |
|
|
|
|
<hint type="sourcelabel" > |
|
|
|
|
<hint type="sourcelabel"> |
|
|
|
|
<x>245</x> |
|
|
|
|
<y>195</y> |
|
|
|
|
</hint> |
|
|
|
|
<hint type="destinationlabel" > |
|
|
|
|
<hint type="destinationlabel"> |
|
|
|
|
<x>179</x> |
|
|
|
|
<y>230</y> |
|
|
|
|
</hint> |
|
|
|
@ -269,11 +203,11 @@
@@ -269,11 +203,11 @@
|
|
|
|
|
<receiver>loginButton</receiver> |
|
|
|
|
<slot>click()</slot> |
|
|
|
|
<hints> |
|
|
|
|
<hint type="sourcelabel" > |
|
|
|
|
<hint type="sourcelabel"> |
|
|
|
|
<x>139</x> |
|
|
|
|
<y>158</y> |
|
|
|
|
</hint> |
|
|
|
|
<hint type="destinationlabel" > |
|
|
|
|
<hint type="destinationlabel"> |
|
|
|
|
<x>122</x> |
|
|
|
|
<y>199</y> |
|
|
|
|
</hint> |
|
|
|
@ -285,11 +219,11 @@
@@ -285,11 +219,11 @@
|
|
|
|
|
<receiver>linePasswd</receiver> |
|
|
|
|
<slot>setFocus()</slot> |
|
|
|
|
<hints> |
|
|
|
|
<hint type="sourcelabel" > |
|
|
|
|
<hint type="sourcelabel"> |
|
|
|
|
<x>199</x> |
|
|
|
|
<y>130</y> |
|
|
|
|
</hint> |
|
|
|
|
<hint type="destinationlabel" > |
|
|
|
|
<hint type="destinationlabel"> |
|
|
|
|
<x>198</x> |
|
|
|
|
<y>157</y> |
|
|
|
|
</hint> |
|
|
|
|