Changeset 13


Ignore:
Timestamp:
12/29/07 16:27:24 (4 years ago)
Author:
sander
Message:

Some minor tweaks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gui/main_window.ui

    r12 r13  
    107107           <item> 
    108108            <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> 
    109115             <property name="text" > 
    110116              <string>Position</string> 
     
    114120           <item> 
    115121            <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> 
    116128             <property name="text" > 
    117129              <string>(00:00)</string> 
    118130             </property> 
    119131            </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> 
    120145           </item> 
    121146          </layout> 
     
    149174           <item> 
    150175            <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> 
    151182             <property name="text" > 
    152183              <string>Previous</string> 
     
    156187           <item> 
    157188            <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> 
    158195             <property name="text" > 
    159196              <string>Stop</string> 
     
    163200           <item> 
    164201            <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> 
    165208             <property name="text" > 
    166209              <string>Play</string> 
     
    173216           <item> 
    174217            <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> 
    175224             <property name="text" > 
    176225              <string>Next</string> 
    177226             </property> 
    178227            </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> 
    179241           </item> 
    180242          </layout> 
Note: See TracChangeset for help on using the changeset viewer.