summaryrefslogtreecommitdiffabout
path: root/pwmanager/pwmanager/addentrywnd.ui
authorulf69 <ulf69>2004-09-15 17:53:22 (UTC)
committer ulf69 <ulf69>2004-09-15 17:53:22 (UTC)
commitd3925ba5bd25224bc4a60d3d6a107c464994a1ea (patch) (side-by-side diff)
tree60f69da1d2b79ee3081e7ef5c09a46470ca6eda0 /pwmanager/pwmanager/addentrywnd.ui
parentce83a3479d23b9e8a59c745ccd0a0b14f64ef4e8 (diff)
downloadkdepimpi-d3925ba5bd25224bc4a60d3d6a107c464994a1ea.zip
kdepimpi-d3925ba5bd25224bc4a60d3d6a107c464994a1ea.tar.gz
kdepimpi-d3925ba5bd25224bc4a60d3d6a107c464994a1ea.tar.bz2
initial revision
Diffstat (limited to 'pwmanager/pwmanager/addentrywnd.ui') (more/less context) (ignore whitespace changes)
-rw-r--r--pwmanager/pwmanager/addentrywnd.ui483
1 files changed, 483 insertions, 0 deletions
diff --git a/pwmanager/pwmanager/addentrywnd.ui b/pwmanager/pwmanager/addentrywnd.ui
new file mode 100644
index 0000000..7ea7342
--- a/dev/null
+++ b/pwmanager/pwmanager/addentrywnd.ui
@@ -0,0 +1,483 @@
+<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
+<class>addEntryWnd</class>
+<widget class="QDialog">
+ <property name="name">
+ <cstring>addEntryWnd</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>570</width>
+ <height>357</height>
+ </rect>
+ </property>
+ <property name="caption">
+ <string>edit/add a password-entry</string>
+ </property>
+ <widget class="QLineEdit">
+ <property name="name">
+ <cstring>launcherLineEdit</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>310</x>
+ <y>90</y>
+ <width>250</width>
+ <height>21</height>
+ </rect>
+ </property>
+ </widget>
+ <widget class="QPushButton">
+ <property name="name">
+ <cstring>cancelButton</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>290</x>
+ <y>320</y>
+ <width>260</width>
+ <height>27</height>
+ </rect>
+ </property>
+ <property name="text">
+ <string>&amp;Cancel</string>
+ </property>
+ </widget>
+ <widget class="QPushButton">
+ <property name="name">
+ <cstring>generateButton</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>137</x>
+ <y>210</y>
+ <width>120</width>
+ <height>27</height>
+ </rect>
+ </property>
+ <property name="text">
+ <string>&amp;Generate</string>
+ </property>
+ </widget>
+ <widget class="QLineEdit">
+ <property name="name">
+ <cstring>descLineEdit</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>10</x>
+ <y>30</y>
+ <width>250</width>
+ <height>20</height>
+ </rect>
+ </property>
+ </widget>
+ <widget class="QComboBox">
+ <property name="name">
+ <cstring>categoryComboBox</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>10</x>
+ <y>80</y>
+ <width>250</width>
+ <height>27</height>
+ </rect>
+ </property>
+ <property name="editable">
+ <bool>true</bool>
+ </property>
+ <property name="sizeLimit">
+ <number>100</number>
+ </property>
+ <property name="autoCompletion">
+ <bool>true</bool>
+ </property>
+ <property name="duplicatesEnabled">
+ <bool>false</bool>
+ </property>
+ </widget>
+ <widget class="QLineEdit">
+ <property name="name">
+ <cstring>usernameLineEdit</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>10</x>
+ <y>140</y>
+ <width>250</width>
+ <height>20</height>
+ </rect>
+ </property>
+ </widget>
+ <widget class="QLineEdit">
+ <property name="name">
+ <cstring>pwLineEdit</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>10</x>
+ <y>190</y>
+ <width>250</width>
+ <height>20</height>
+ </rect>
+ </property>
+ <property name="echoMode">
+ <enum>Password</enum>
+ </property>
+ </widget>
+ <widget class="QLineEdit">
+ <property name="name">
+ <cstring>urlLineEdit</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>10</x>
+ <y>269</y>
+ <width>250</width>
+ <height>20</height>
+ </rect>
+ </property>
+ </widget>
+ <widget class="QLabel">
+ <property name="name">
+ <cstring>textLabel1_3</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>276</x>
+ <y>10</y>
+ <width>20</width>
+ <height>280</height>
+ </rect>
+ </property>
+ <property name="frameShape">
+ <enum>VLine</enum>
+ </property>
+ <property name="text">
+ <string></string>
+ </property>
+ </widget>
+ <widget class="QLabel">
+ <property name="name">
+ <cstring>textLabel1</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>10</x>
+ <y>10</y>
+ <width>250</width>
+ <height>20</height>
+ </rect>
+ </property>
+ <property name="text">
+ <string>Description:</string>
+ </property>
+ </widget>
+ <widget class="QLabel">
+ <property name="name">
+ <cstring>textLabel1_2</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>10</x>
+ <y>60</y>
+ <width>250</width>
+ <height>20</height>
+ </rect>
+ </property>
+ <property name="text">
+ <string>Category:</string>
+ </property>
+ </widget>
+ <widget class="QLabel">
+ <property name="name">
+ <cstring>textLabel2</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>10</x>
+ <y>120</y>
+ <width>250</width>
+ <height>20</height>
+ </rect>
+ </property>
+ <property name="frameShape">
+ <enum>NoFrame</enum>
+ </property>
+ <property name="frameShadow">
+ <enum>Plain</enum>
+ </property>
+ <property name="text">
+ <string>Username:</string>
+ </property>
+ </widget>
+ <widget class="QLabel">
+ <property name="name">
+ <cstring>textLabel3</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>10</x>
+ <y>170</y>
+ <width>250</width>
+ <height>20</height>
+ </rect>
+ </property>
+ <property name="text">
+ <string>Password:</string>
+ </property>
+ </widget>
+ <widget class="QLabel">
+ <property name="name">
+ <cstring>textLabel2_2</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>10</x>
+ <y>248</y>
+ <width>250</width>
+ <height>20</height>
+ </rect>
+ </property>
+ <property name="text">
+ <string>URL:</string>
+ </property>
+ </widget>
+ <widget class="QLabel">
+ <property name="name">
+ <cstring>textLabel3_2</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>309</x>
+ <y>8</y>
+ <width>250</width>
+ <height>20</height>
+ </rect>
+ </property>
+ <property name="text">
+ <string>Launcher:</string>
+ </property>
+ </widget>
+ <widget class="QLabel">
+ <property name="name">
+ <cstring>textLabel1_4</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>310</x>
+ <y>30</y>
+ <width>250</width>
+ <height>16</height>
+ </rect>
+ </property>
+ <property name="text">
+ <string>$d = Description</string>
+ </property>
+ </widget>
+ <widget class="QLabel">
+ <property name="name">
+ <cstring>textLabel3_3</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>310</x>
+ <y>50</y>
+ <width>130</width>
+ <height>16</height>
+ </rect>
+ </property>
+ <property name="text">
+ <string>$n = Username</string>
+ </property>
+ </widget>
+ <widget class="QLabel">
+ <property name="name">
+ <cstring>textLabel2_3</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>310</x>
+ <y>70</y>
+ <width>130</width>
+ <height>16</height>
+ </rect>
+ </property>
+ <property name="text">
+ <string>$c = Comment</string>
+ </property>
+ </widget>
+ <widget class="QLabel">
+ <property name="name">
+ <cstring>textLabel5</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>440</x>
+ <y>70</y>
+ <width>120</width>
+ <height>16</height>
+ </rect>
+ </property>
+ <property name="text">
+ <string>$u = URL</string>
+ </property>
+ </widget>
+ <widget class="QLabel">
+ <property name="name">
+ <cstring>textLabel4_2</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>440</x>
+ <y>50</y>
+ <width>120</width>
+ <height>16</height>
+ </rect>
+ </property>
+ <property name="text">
+ <string>$p = Password</string>
+ </property>
+ </widget>
+ <widget class="QPushButton">
+ <property name="name">
+ <cstring>revealButton</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>10</x>
+ <y>210</y>
+ <width>120</width>
+ <height>27</height>
+ </rect>
+ </property>
+ <property name="text">
+ <string>&amp;Reveal</string>
+ </property>
+ <property name="toggleButton">
+ <bool>true</bool>
+ </property>
+ </widget>
+ <widget class="QPushButton">
+ <property name="name">
+ <cstring>okButton</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>20</x>
+ <y>320</y>
+ <width>260</width>
+ <height>27</height>
+ </rect>
+ </property>
+ <property name="text">
+ <string>&amp;OK</string>
+ </property>
+ </widget>
+ <widget class="QGroupBox">
+ <property name="name">
+ <cstring>groupBox1</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>300</x>
+ <y>140</y>
+ <width>260</width>
+ <height>150</height>
+ </rect>
+ </property>
+ <property name="title">
+ <string>Comment:</string>
+ </property>
+ <widget class="QLabel">
+ <property name="name">
+ <cstring>commentDummy</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>10</x>
+ <y>20</y>
+ <width>240</width>
+ <height>80</height>
+ </rect>
+ </property>
+ <property name="text">
+ <string></string>
+ </property>
+ </widget>
+ <widget class="QPushButton">
+ <property name="name">
+ <cstring>advancedCommentButton</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>10</x>
+ <y>110</y>
+ <width>240</width>
+ <height>30</height>
+ </rect>
+ </property>
+ <property name="text">
+ <string>advanced comment</string>
+ </property>
+ <property name="toggleButton">
+ <bool>true</bool>
+ </property>
+ </widget>
+ </widget>
+</widget>
+<connections>
+ <connection>
+ <sender>generateButton</sender>
+ <signal>clicked()</signal>
+ <receiver>addEntryWnd</receiver>
+ <slot>generateButton_slot()</slot>
+ </connection>
+ <connection>
+ <sender>revealButton</sender>
+ <signal>toggled(bool)</signal>
+ <receiver>addEntryWnd</receiver>
+ <slot>revealButton_slot()</slot>
+ </connection>
+ <connection>
+ <sender>cancelButton</sender>
+ <signal>clicked()</signal>
+ <receiver>addEntryWnd</receiver>
+ <slot>cancelButton_slot()</slot>
+ </connection>
+ <connection>
+ <sender>okButton</sender>
+ <signal>clicked()</signal>
+ <receiver>addEntryWnd</receiver>
+ <slot>okButton_slot()</slot>
+ </connection>
+ <connection>
+ <sender>advancedCommentButton</sender>
+ <signal>toggled(bool)</signal>
+ <receiver>addEntryWnd</receiver>
+ <slot>advancedCommentButton_slot(bool)</slot>
+ </connection>
+</connections>
+<tabstops>
+ <tabstop>descLineEdit</tabstop>
+ <tabstop>categoryComboBox</tabstop>
+ <tabstop>usernameLineEdit</tabstop>
+ <tabstop>pwLineEdit</tabstop>
+ <tabstop>revealButton</tabstop>
+ <tabstop>generateButton</tabstop>
+ <tabstop>urlLineEdit</tabstop>
+ <tabstop>launcherLineEdit</tabstop>
+ <tabstop>okButton</tabstop>
+ <tabstop>cancelButton</tabstop>
+</tabstops>
+<slots>
+ <slot>okButton_slot()</slot>
+ <slot>cancelButton_slot()</slot>
+ <slot>revealButton_slot()</slot>
+ <slot>generateButton_slot()</slot>
+ <slot>advancedCommentButton_slot(bool on)</slot>
+</slots>
+<layoutdefaults spacing="6" margin="11"/>
+</UI>