changed metastream format for custom icons
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@68 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
@@ -63,16 +63,6 @@
|
||||
<string>Icon:</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QComboBox" name="ComboIconPicker" >
|
||||
<property name="geometry" >
|
||||
<rect>
|
||||
<x>70</x>
|
||||
<y>40</y>
|
||||
<width>50</width>
|
||||
<height>21</height>
|
||||
</rect>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QPushButton" name="ButtonCancel" >
|
||||
<property name="geometry" >
|
||||
<rect>
|
||||
@@ -89,6 +79,22 @@
|
||||
<string>Alt+C</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QPushButton" name="ButtonOK" >
|
||||
<property name="geometry" >
|
||||
<rect>
|
||||
<x>147</x>
|
||||
<y>77</y>
|
||||
<width>70</width>
|
||||
<height>24</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>O&K</string>
|
||||
</property>
|
||||
<property name="shortcut" >
|
||||
<string>Alt+K</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="Line" name="line1" >
|
||||
<property name="geometry" >
|
||||
<rect>
|
||||
@@ -108,21 +114,15 @@
|
||||
<enum>Qt::Horizontal</enum>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QPushButton" name="ButtonOK" >
|
||||
<widget class="QComboBox" name="ComboIconPicker" >
|
||||
<property name="geometry" >
|
||||
<rect>
|
||||
<x>147</x>
|
||||
<y>77</y>
|
||||
<width>70</width>
|
||||
<height>24</height>
|
||||
<x>70</x>
|
||||
<y>40</y>
|
||||
<width>50</width>
|
||||
<height>21</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>O&K</string>
|
||||
</property>
|
||||
<property name="shortcut" >
|
||||
<string>Alt+K</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QPushButton" name="Button_Icon" >
|
||||
<property name="geometry" >
|
||||
@@ -130,7 +130,7 @@
|
||||
<x>123</x>
|
||||
<y>39</y>
|
||||
<width>21</width>
|
||||
<height>24</height>
|
||||
<height>23</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="text" >
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="windowTitle" >
|
||||
<string>Dialog</string>
|
||||
<string>Icon Selection</string>
|
||||
</property>
|
||||
<layout class="QGridLayout" >
|
||||
<property name="margin" >
|
||||
@@ -90,7 +90,7 @@
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="resizeMode" >
|
||||
<enum>QListView::Adjust</enum>
|
||||
<enum>QListView::Fixed</enum>
|
||||
</property>
|
||||
<property name="gridSize" >
|
||||
<size>
|
||||
|
||||
Reference in New Issue
Block a user