[Openvas-commits] r9465 - in trunk/gsd: . src
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Nov 19 14:44:53 CET 2010
Author: raimund
Date: 2010-11-19 14:44:53 +0100 (Fri, 19 Nov 2010)
New Revision: 9465
Modified:
trunk/gsd/ChangeLog
trunk/gsd/src/dlg_login.ui
Log:
* src/dlg_login.ui: Changed tab order.
Modified: trunk/gsd/ChangeLog
===================================================================
--- trunk/gsd/ChangeLog 2010-11-19 13:18:21 UTC (rev 9464)
+++ trunk/gsd/ChangeLog 2010-11-19 13:44:53 UTC (rev 9465)
@@ -1,5 +1,9 @@
2010-11-19 Raimund Renkert <raimund.renkert at greenbone.net>
+ * src/dlg_login.ui: Changed tab order.
+
+2010-11-19 Raimund Renkert <raimund.renkert at greenbone.net>
+
* src/delegate_threat.cpp (paint): Show threat level of last report in task
view, set empty threat level if no report exists.
Modified: trunk/gsd/src/dlg_login.ui
===================================================================
--- trunk/gsd/src/dlg_login.ui 2010-11-19 13:18:21 UTC (rev 9464)
+++ trunk/gsd/src/dlg_login.ui 2010-11-19 13:44:53 UTC (rev 9465)
@@ -1,11 +1,10 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<ui version="4.0">
+<ui version="4.0" >
<class>dlg_login</class>
- <widget class="QDialog" name="dlg_login">
- <property name="windowModality">
+ <widget class="QDialog" name="dlg_login" >
+ <property name="windowModality" >
<enum>Qt::ApplicationModal</enum>
</property>
- <property name="geometry">
+ <property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
@@ -13,121 +12,121 @@
<height>400</height>
</rect>
</property>
- <property name="minimumSize">
+ <property name="minimumSize" >
<size>
<width>294</width>
<height>400</height>
</size>
</property>
- <property name="maximumSize">
+ <property name="maximumSize" >
<size>
<width>294</width>
<height>400</height>
</size>
</property>
- <property name="windowTitle">
+ <property name="windowTitle" >
<string>Login</string>
</property>
- <property name="windowIcon">
- <iconset resource="img/images.qrc">
+ <property name="windowIcon" >
+ <iconset resource="img/images.qrc" >
<normaloff>:/img/favicon.gif</normaloff>:/img/favicon.gif</iconset>
</property>
- <property name="modal">
+ <property name="modal" >
<bool>true</bool>
</property>
- <layout class="QGridLayout" name="gridLayout">
- <item row="1" column="0" colspan="4">
- <widget class="QComboBox" name="cb_profile">
- <property name="editable">
+ <layout class="QGridLayout" name="gridLayout" >
+ <item row="1" column="0" colspan="4" >
+ <widget class="QComboBox" name="cb_profile" >
+ <property name="editable" >
<bool>true</bool>
</property>
</widget>
</item>
- <item row="4" column="0" colspan="3">
- <widget class="QLabel" name="la_srvaddr">
- <property name="text">
+ <item row="4" column="0" colspan="3" >
+ <widget class="QLabel" name="la_srvaddr" >
+ <property name="text" >
<string>Serveraddress</string>
</property>
</widget>
</item>
- <item row="5" column="0" colspan="4">
- <widget class="QLineEdit" name="le_srvaddr"/>
+ <item row="5" column="0" colspan="4" >
+ <widget class="QLineEdit" name="le_srvaddr" />
</item>
- <item row="6" column="0" colspan="2">
- <widget class="QLabel" name="la_uname">
- <property name="text">
+ <item row="6" column="0" colspan="2" >
+ <widget class="QLabel" name="la_uname" >
+ <property name="text" >
<string>Username</string>
</property>
</widget>
</item>
- <item row="7" column="0" colspan="5">
- <widget class="QLineEdit" name="le_uname"/>
+ <item row="7" column="0" colspan="5" >
+ <widget class="QLineEdit" name="le_uname" />
</item>
- <item row="8" column="0" colspan="5">
- <widget class="QLabel" name="la_upass">
- <property name="text">
+ <item row="8" column="0" colspan="5" >
+ <widget class="QLabel" name="la_upass" >
+ <property name="text" >
<string>Password</string>
</property>
</widget>
</item>
- <item row="9" column="0" colspan="5">
- <widget class="QLineEdit" name="le_upass">
- <property name="focusPolicy">
+ <item row="9" column="0" colspan="5" >
+ <widget class="QLineEdit" name="le_upass" >
+ <property name="focusPolicy" >
<enum>Qt::StrongFocus</enum>
</property>
- <property name="echoMode">
+ <property name="echoMode" >
<enum>QLineEdit::Password</enum>
</property>
</widget>
</item>
- <item row="5" column="4">
- <widget class="QLineEdit" name="le_srvport">
- <property name="text">
+ <item row="5" column="4" >
+ <widget class="QLineEdit" name="le_srvport" >
+ <property name="text" >
<string>9390</string>
</property>
</widget>
</item>
- <item row="10" column="4">
- <widget class="QPushButton" name="pb_cancel">
- <property name="text">
+ <item row="10" column="4" >
+ <widget class="QPushButton" name="pb_cancel" >
+ <property name="text" >
<string>Cancel</string>
</property>
</widget>
</item>
- <item row="1" column="4">
- <widget class="QPushButton" name="pb_saveprofile">
- <property name="text">
+ <item row="1" column="4" >
+ <widget class="QPushButton" name="pb_saveprofile" >
+ <property name="text" >
<string>Save</string>
</property>
</widget>
</item>
- <item row="2" column="4">
- <widget class="QPushButton" name="pb_del">
- <property name="text">
+ <item row="2" column="4" >
+ <widget class="QPushButton" name="pb_del" >
+ <property name="text" >
<string>Delete</string>
</property>
</widget>
</item>
- <item row="4" column="4">
- <widget class="QLabel" name="la_srvport">
- <property name="text">
+ <item row="4" column="4" >
+ <widget class="QLabel" name="la_srvport" >
+ <property name="text" >
<string>Port</string>
</property>
</widget>
</item>
- <item row="0" column="0" colspan="5">
- <widget class="QLabel" name="la_conn">
- <property name="text">
+ <item row="0" column="0" colspan="5" >
+ <widget class="QLabel" name="la_conn" >
+ <property name="text" >
<string>Profile</string>
</property>
</widget>
</item>
- <item row="4" column="3">
- <spacer name="horizontalSpacer_2">
- <property name="orientation">
+ <item row="4" column="3" >
+ <spacer name="horizontalSpacer_2" >
+ <property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
- <property name="sizeHint" stdset="0">
+ <property name="sizeHint" stdset="0" >
<size>
<width>40</width>
<height>20</height>
@@ -135,9 +134,9 @@
</property>
</spacer>
</item>
- <item row="10" column="3">
- <widget class="QPushButton" name="pb_login">
- <property name="text">
+ <item row="10" column="3" >
+ <widget class="QPushButton" name="pb_login" >
+ <property name="text" >
<string>Login</string>
</property>
</widget>
@@ -150,9 +149,13 @@
<tabstop>le_srvport</tabstop>
<tabstop>le_uname</tabstop>
<tabstop>le_upass</tabstop>
+ <tabstop>pb_login</tabstop>
+ <tabstop>pb_cancel</tabstop>
+ <tabstop>pb_saveprofile</tabstop>
+ <tabstop>pb_del</tabstop>
</tabstops>
<resources>
- <include location="img/images.qrc"/>
+ <include location="img/images.qrc" />
</resources>
<connections>
<connection>
@@ -161,11 +164,11 @@
<receiver>le_srvport</receiver>
<slot>setFocus()</slot>
<hints>
- <hint type="sourcelabel">
+ <hint type="sourcelabel" >
<x>101</x>
<y>204</y>
</hint>
- <hint type="destinationlabel">
+ <hint type="destinationlabel" >
<x>242</x>
<y>204</y>
</hint>
@@ -177,11 +180,11 @@
<receiver>le_uname</receiver>
<slot>setFocus()</slot>
<hints>
- <hint type="sourcelabel">
+ <hint type="sourcelabel" >
<x>242</x>
<y>204</y>
</hint>
- <hint type="destinationlabel">
+ <hint type="destinationlabel" >
<x>146</x>
<y>274</y>
</hint>
@@ -193,11 +196,11 @@
<receiver>le_upass</receiver>
<slot>setFocus()</slot>
<hints>
- <hint type="sourcelabel">
+ <hint type="sourcelabel" >
<x>146</x>
<y>274</y>
</hint>
- <hint type="destinationlabel">
+ <hint type="destinationlabel" >
<x>146</x>
<y>344</y>
</hint>
@@ -209,11 +212,11 @@
<receiver>pb_login</receiver>
<slot>animateClick()</slot>
<hints>
- <hint type="sourcelabel">
+ <hint type="sourcelabel" >
<x>146</x>
<y>344</y>
</hint>
- <hint type="destinationlabel">
+ <hint type="destinationlabel" >
<x>151</x>
<y>377</y>
</hint>
@@ -225,11 +228,11 @@
<receiver>dlg_login</receiver>
<slot>close()</slot>
<hints>
- <hint type="sourcelabel">
+ <hint type="sourcelabel" >
<x>242</x>
<y>377</y>
</hint>
- <hint type="destinationlabel">
+ <hint type="destinationlabel" >
<x>146</x>
<y>199</y>
</hint>
More information about the Openvas-commits
mailing list