summaryrefslogtreecommitdiffstats
path: root/dialog.ui
diff options
context:
space:
mode:
authorAnne Jan Brouwer <annejan@noprotocol.com>2015-06-11 22:32:37 +0200
committerAnne Jan Brouwer <annejan@noprotocol.com>2015-06-11 22:32:37 +0200
commit0b9b4682214c6394af99e47f28242a93f57898f0 (patch)
tree15c64bf80b32ce787d3f21109e2cd955b20adaff /dialog.ui
parent435964c7a94419c7918edfb80415156ad82a0a92 (diff)
Profile interface streamlined
Diffstat (limited to 'dialog.ui')
-rw-r--r--dialog.ui42
1 files changed, 16 insertions, 26 deletions
diff --git a/dialog.ui b/dialog.ui
index a1168261..4dcfa957 100644
--- a/dialog.ui
+++ b/dialog.ui
@@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
- <width>495</width>
- <height>501</height>
+ <width>497</width>
+ <height>527</height>
</rect>
</property>
<property name="windowTitle">
@@ -138,7 +138,7 @@
<item>
<widget class="QTableWidget" name="profileTable">
<property name="editTriggers">
- <set>QAbstractItemView::NoEditTriggers</set>
+ <set>QAbstractItemView::DoubleClicked|QAbstractItemView::EditKeyPressed|QAbstractItemView::SelectedClicked</set>
</property>
<property name="alternatingRowColors">
<bool>true</bool>
@@ -166,27 +166,10 @@
</item>
<item>
<layout class="QGridLayout" name="gridLayout_11">
- <item row="2" column="4">
- <widget class="QToolButton" name="toolButtonStore">
- <property name="text">
- <string>...</string>
- </property>
- </widget>
- </item>
- <item row="2" column="1">
- <widget class="QLineEdit" name="profileName"/>
- </item>
- <item row="2" column="0">
- <widget class="QLabel" name="labelName">
- <property name="text">
- <string>Profile name</string>
- </property>
- </widget>
- </item>
<item row="0" column="0">
<widget class="QToolButton" name="addButton">
<property name="text">
- <string>Add/Edit</string>
+ <string>Add</string>
</property>
</widget>
</item>
@@ -197,16 +180,23 @@
</property>
</widget>
</item>
- <item row="2" column="3">
- <widget class="QLineEdit" name="storePath"/>
- </item>
- <item row="2" column="2">
+ <item row="0" column="2">
<widget class="QLabel" name="labelStorePath">
<property name="text">
- <string>password-store</string>
+ <string>Current password-store</string>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="4">
+ <widget class="QToolButton" name="toolButtonStore">
+ <property name="text">
+ <string>...</string>
</property>
</widget>
</item>
+ <item row="0" column="3">
+ <widget class="QLineEdit" name="storePath"/>
+ </item>
</layout>
</item>
</layout>