Changeset 124 for smplayer/trunk/src/favoriteeditor.ui
- Timestamp:
- Mar 16, 2012, 4:02:47 PM (13 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
- Property svn:mergeinfo changed
/smplayer/vendor/current merged: 121-122
- Property svn:mergeinfo changed
-
smplayer/trunk/src/favoriteeditor.ui
r113 r124 6 6 <x>0</x> 7 7 <y>0</y> 8 <width>5 15</width>9 <height> 422</height>8 <width>562</width> 9 <height>504</height> 10 10 </rect> 11 11 </property> … … 45 45 </item> 46 46 <item> 47 <layout class="Q HBoxLayout" >48 <item >47 <layout class="QGridLayout" > 48 <item row="0" column="0" > 49 49 <widget class="QPushButton" name="add_button" > 50 50 <property name="text" > 51 <string>&New</string> 52 </property> 53 </widget> 54 </item> 55 <item> 56 <spacer> 57 <property name="orientation" > 58 <enum>Qt::Horizontal</enum> 59 </property> 60 <property name="sizeHint" > 61 <size> 62 <width>21</width> 51 <string>&New item</string> 52 </property> 53 </widget> 54 </item> 55 <item row="0" column="1" > 56 <spacer> 57 <property name="orientation" > 58 <enum>Qt::Horizontal</enum> 59 </property> 60 <property name="sizeHint" > 61 <size> 62 <width>171</width> 63 <height>31</height> 64 </size> 65 </property> 66 </spacer> 67 </item> 68 <item row="0" column="2" > 69 <widget class="QPushButton" name="delete_button" > 70 <property name="text" > 71 <string>D&elete</string> 72 </property> 73 </widget> 74 </item> 75 <item row="0" column="4" > 76 <widget class="QPushButton" name="up_button" > 77 <property name="text" > 78 <string>&Up</string> 79 </property> 80 </widget> 81 </item> 82 <item row="1" column="0" > 83 <widget class="QPushButton" name="add_submenu_button" > 84 <property name="text" > 85 <string>New &submenu</string> 86 </property> 87 </widget> 88 </item> 89 <item row="1" column="1" > 90 <spacer> 91 <property name="orientation" > 92 <enum>Qt::Horizontal</enum> 93 </property> 94 <property name="sizeHint" > 95 <size> 96 <width>171</width> 97 <height>31</height> 98 </size> 99 </property> 100 </spacer> 101 </item> 102 <item row="1" column="2" > 103 <widget class="QPushButton" name="delete_all_button" > 104 <property name="text" > 105 <string>Delete &all</string> 106 </property> 107 </widget> 108 </item> 109 <item row="1" column="4" > 110 <widget class="QPushButton" name="down_button" > 111 <property name="text" > 112 <string>&Down</string> 113 </property> 114 </widget> 115 </item> 116 <item row="0" column="3" > 117 <spacer> 118 <property name="orientation" > 119 <enum>Qt::Horizontal</enum> 120 </property> 121 <property name="sizeType" > 122 <enum>QSizePolicy::Fixed</enum> 123 </property> 124 <property name="sizeHint" > 125 <size> 126 <width>40</width> 63 127 <height>20</height> 64 128 </size> … … 66 130 </spacer> 67 131 </item> 68 <item> 69 <widget class="QPushButton" name="delete_button" > 70 <property name="text" > 71 <string>D&elete</string> 72 </property> 73 </widget> 74 </item> 75 <item> 76 <widget class="QPushButton" name="delete_all_button" > 77 <property name="text" > 78 <string>Delete &all</string> 79 </property> 80 </widget> 81 </item> 82 <item> 83 <spacer> 84 <property name="orientation" > 85 <enum>Qt::Horizontal</enum> 86 </property> 87 <property name="sizeHint" > 88 <size> 89 <width>31</width> 90 <height>31</height> 91 </size> 92 </property> 93 </spacer> 94 </item> 95 <item> 96 <widget class="QPushButton" name="up_button" > 97 <property name="text" > 98 <string>&Up</string> 99 </property> 100 </widget> 101 </item> 102 <item> 103 <widget class="QPushButton" name="down_button" > 104 <property name="text" > 105 <string>&Down</string> 106 </property> 107 </widget> 132 <item row="1" column="3" > 133 <spacer> 134 <property name="orientation" > 135 <enum>Qt::Horizontal</enum> 136 </property> 137 <property name="sizeType" > 138 <enum>QSizePolicy::Fixed</enum> 139 </property> 140 <property name="sizeHint" > 141 <size> 142 <width>40</width> 143 <height>20</height> 144 </size> 145 </property> 146 </spacer> 108 147 </item> 109 148 </layout>
Note:
See TracChangeset
for help on using the changeset viewer.