Changeset 13
- Timestamp:
- 12/29/07 16:27:24 (4 years ago)
- File:
-
- 1 edited
-
gui/main_window.ui (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gui/main_window.ui
r12 r13 107 107 <item> 108 108 <widget class="QLabel" name="label" > 109 <property name="sizePolicy" > 110 <sizepolicy vsizetype="Preferred" hsizetype="Maximum" > 111 <horstretch>0</horstretch> 112 <verstretch>0</verstretch> 113 </sizepolicy> 114 </property> 109 115 <property name="text" > 110 116 <string>Position</string> … … 114 120 <item> 115 121 <widget class="QLabel" name="songTimeElapsedLabel" > 122 <property name="sizePolicy" > 123 <sizepolicy vsizetype="Preferred" hsizetype="Maximum" > 124 <horstretch>0</horstretch> 125 <verstretch>0</verstretch> 126 </sizepolicy> 127 </property> 116 128 <property name="text" > 117 129 <string>(00:00)</string> 118 130 </property> 119 131 </widget> 132 </item> 133 <item> 134 <spacer> 135 <property name="orientation" > 136 <enum>Qt::Horizontal</enum> 137 </property> 138 <property name="sizeHint" > 139 <size> 140 <width>40</width> 141 <height>20</height> 142 </size> 143 </property> 144 </spacer> 120 145 </item> 121 146 </layout> … … 149 174 <item> 150 175 <widget class="QPushButton" name="prevTrackButton" > 176 <property name="sizePolicy" > 177 <sizepolicy vsizetype="Fixed" hsizetype="Maximum" > 178 <horstretch>0</horstretch> 179 <verstretch>0</verstretch> 180 </sizepolicy> 181 </property> 151 182 <property name="text" > 152 183 <string>Previous</string> … … 156 187 <item> 157 188 <widget class="QPushButton" name="stopTrackButton" > 189 <property name="sizePolicy" > 190 <sizepolicy vsizetype="Fixed" hsizetype="Maximum" > 191 <horstretch>0</horstretch> 192 <verstretch>0</verstretch> 193 </sizepolicy> 194 </property> 158 195 <property name="text" > 159 196 <string>Stop</string> … … 163 200 <item> 164 201 <widget class="QPushButton" name="playPauseTrackButton" > 202 <property name="sizePolicy" > 203 <sizepolicy vsizetype="Fixed" hsizetype="Maximum" > 204 <horstretch>0</horstretch> 205 <verstretch>0</verstretch> 206 </sizepolicy> 207 </property> 165 208 <property name="text" > 166 209 <string>Play</string> … … 173 216 <item> 174 217 <widget class="QPushButton" name="nextTrackButton" > 218 <property name="sizePolicy" > 219 <sizepolicy vsizetype="Fixed" hsizetype="Maximum" > 220 <horstretch>0</horstretch> 221 <verstretch>0</verstretch> 222 </sizepolicy> 223 </property> 175 224 <property name="text" > 176 225 <string>Next</string> 177 226 </property> 178 227 </widget> 228 </item> 229 <item> 230 <spacer> 231 <property name="orientation" > 232 <enum>Qt::Horizontal</enum> 233 </property> 234 <property name="sizeHint" > 235 <size> 236 <width>40</width> 237 <height>20</height> 238 </size> 239 </property> 240 </spacer> 179 241 </item> 180 242 </layout>
Note: See TracChangeset
for help on using the changeset viewer.
