most changes are details

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@147 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
myxelf
2007-09-26 22:48:38 +00:00
parent 65e5da4649
commit 961268a67d
24 changed files with 434 additions and 228 deletions

View File

@@ -88,11 +88,49 @@
<number>9</number>
</property>
<item>
<widget class="QLabel" name="label" >
<property name="text" >
<string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;/head>&lt;body style=" white-space: pre-wrap; font-family:Sans Serif; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-size:12pt; font-weight:600;">KeePassX&lt;/span> - Cross Platform Password Manager&lt;/p>&lt;/body>&lt;/html></string>
</property>
</widget>
<layout class="QHBoxLayout" >
<item>
<widget class="QLabel" name="labelAppName" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Preferred" hsizetype="Minimum" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="font" >
<font>
<pointsize>12</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text" >
<string>AppName</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="labelAppFunc" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="font" >
<font>
<pointsize>9</pointsize>
</font>
</property>
<property name="text" >
<string>AppFunc</string>
</property>
<property name="alignment" >
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" >

View File

@@ -1,18 +1,53 @@
<ui version="4.0" >
<author>Tarek Saidi</author>
<class>AddBookmarkDlg</class>
<widget class="QWidget" name="AddBookmarkDlg" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>497</width>
<height>148</height>
<width>500</width>
<height>180</height>
</rect>
</property>
<property name="sizePolicy" >
<sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize" >
<size>
<width>500</width>
<height>180</height>
</size>
</property>
<property name="maximumSize" >
<size>
<width>500</width>
<height>180</height>
</size>
</property>
<property name="windowTitle" >
<string>Add Bookmark</string>
</property>
<layout class="QVBoxLayout" >
<item>
<spacer>
<property name="orientation" >
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType" >
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" >
<size>
<width>20</width>
<height>50</height>
</size>
</property>
</spacer>
</item>
<item>
<layout class="QGridLayout" >
<item row="0" column="0" >
@@ -44,6 +79,13 @@
</item>
</layout>
</item>
<item>
<widget class="Line" name="line" >
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<widget class="QDialogButtonBox" name="buttonBox" >
<property name="standardButtons" >
@@ -53,6 +95,7 @@
</item>
</layout>
</widget>
<includes/>
<resources/>
<connections/>
</ui>

View File

@@ -285,7 +285,7 @@
</action>
<action name="FileExitAction" >
<property name="text" >
<string>E&amp;xit</string>
<string>Q&amp;uit</string>
</property>
</action>
<action name="EditNewGroupAction" >

View File

@@ -5,14 +5,36 @@
<rect>
<x>0</x>
<y>0</y>
<width>452</width>
<width>280</width>
<height>360</height>
</rect>
</property>
<property name="minimumSize" >
<size>
<width>280</width>
<height>300</height>
</size>
</property>
<property name="windowTitle" >
<string>Manage Bookmarks</string>
</property>
<layout class="QVBoxLayout" >
<item>
<spacer>
<property name="orientation" >
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType" >
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" >
<size>
<width>20</width>
<height>50</height>
</size>
</property>
</spacer>
</item>
<item>
<layout class="QHBoxLayout" >
<item>
@@ -21,19 +43,70 @@
<item>
<layout class="QVBoxLayout" >
<item>
<widget class="QToolButton" name="Button_Add" />
<widget class="QToolButton" name="Button_Add" >
<property name="iconSize" >
<size>
<width>16</width>
<height>16</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="Button_Delete" />
<widget class="QToolButton" name="Button_Edit" >
<property name="iconSize" >
<size>
<width>16</width>
<height>16</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="Button_Edit" />
<widget class="QToolButton" name="Button_Delete" >
<property name="iconSize" >
<size>
<width>16</width>
<height>16</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="Button_Up" />
<spacer>
<property name="orientation" >
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType" >
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" >
<size>
<width>20</width>
<height>10</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QToolButton" name="Button_Down" />
<widget class="QToolButton" name="Button_Up" >
<property name="iconSize" >
<size>
<width>16</width>
<height>16</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="Button_Down" >
<property name="iconSize" >
<size>
<width>16</width>
<height>16</height>
</size>
</property>
</widget>
</item>
<item>
<spacer>