summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnne Jan Brouwer <annejan@noprotocol.com>2015-05-27 05:06:07 +0200
committerAnne Jan Brouwer <annejan@noprotocol.com>2015-05-27 05:06:07 +0200
commiteab1cb9a9a2290c7424767aaf2099ce7c6dd686e (patch)
treeb6032e83eb959ba8e08a8a1b32e739fb576ca11d
parent5c9e3eb9d1461633fd1ffe8de11228d638859593 (diff)
layout changes
-rw-r--r--dialog.ui133
1 files changed, 73 insertions, 60 deletions
diff --git a/dialog.ui b/dialog.ui
index 06168f43..1ae211db 100644
--- a/dialog.ui
+++ b/dialog.ui
@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>491</width>
- <height>585</height>
+ <height>501</height>
</rect>
</property>
<property name="windowTitle">
@@ -33,71 +33,84 @@
</layout>
</item>
<item>
- <widget class="QGroupBox" name="groupBoxNative">
- <property name="title">
- <string>Native</string>
- </property>
- <layout class="QGridLayout" name="gridLayout">
- <item row="0" column="0">
- <widget class="QLabel" name="labelGpgPath">
- <property name="text">
- <string>gpg</string>
- </property>
- </widget>
- </item>
- <item row="1" column="2">
- <widget class="QToolButton" name="toolButtonGit">
- <property name="text">
- <string>...</string>
- </property>
- </widget>
- </item>
- <item row="1" column="0">
- <widget class="QLabel" name="labelGitPath">
- <property name="text">
- <string>git</string>
- </property>
- </widget>
- </item>
- <item row="1" column="1">
- <widget class="QLineEdit" name="gitPath"/>
- </item>
- <item row="0" column="1">
- <widget class="QLineEdit" name="gpgPath"/>
- </item>
- <item row="0" column="2">
- <widget class="QToolButton" name="toolButtonGpg">
- <property name="text">
- <string>...</string>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </item>
- <item>
- <widget class="QGroupBox" name="groupBoxPass">
- <property name="title">
- <string>Pass</string>
- </property>
- <layout class="QGridLayout" name="gridLayout_2">
- <item row="0" column="2">
- <widget class="QToolButton" name="toolButtonPass">
- <property name="text">
- <string>...</string>
+ <widget class="QWidget" name="widget" native="true">
+ <layout class="QHBoxLayout" name="horizontalLayout_2">
+ <item>
+ <widget class="QGroupBox" name="groupBoxNative">
+ <property name="title">
+ <string>Native</string>
</property>
+ <layout class="QGridLayout" name="gridLayout">
+ <item row="0" column="0">
+ <widget class="QLabel" name="labelGpgPath">
+ <property name="text">
+ <string>gpg</string>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="2">
+ <widget class="QToolButton" name="toolButtonGit">
+ <property name="text">
+ <string>...</string>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="0">
+ <widget class="QLabel" name="labelGitPath">
+ <property name="text">
+ <string>git</string>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="1">
+ <widget class="QLineEdit" name="gitPath"/>
+ </item>
+ <item row="0" column="2">
+ <widget class="QToolButton" name="toolButtonGpg">
+ <property name="text">
+ <string>...</string>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="1">
+ <widget class="QLineEdit" name="gpgPath"/>
+ </item>
+ </layout>
</widget>
</item>
- <item row="0" column="0">
- <widget class="QLabel" name="labelPassPath">
- <property name="text">
- <string>pass</string>
+ <item>
+ <widget class="QGroupBox" name="groupBoxPass">
+ <property name="title">
+ <string>Pass</string>
</property>
+ <layout class="QGridLayout" name="gridLayout_2">
+ <item row="0" column="2">
+ <widget class="QToolButton" name="toolButtonPass">
+ <property name="text">
+ <string>...</string>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="0">
+ <widget class="QLabel" name="labelPassPath">
+ <property name="text">
+ <string>pass</string>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="1">
+ <widget class="QLineEdit" name="passPath"/>
+ </item>
+ <item row="1" column="0" colspan="3">
+ <widget class="QLabel" name="label">
+ <property name="text">
+ <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;a href=&quot;http://www.passwordstore.org/&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;www.passwordstore.org&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
</widget>
</item>
- <item row="0" column="1">
- <widget class="QLineEdit" name="passPath"/>
- </item>
</layout>
</widget>
</item>