Ignore:
Timestamp:
Mar 16, 2012, 4:02:47 PM (13 years ago)
Author:
Silvan Scherrer
Message:

SMPlayer: 0.7.1 trunk update

Location:
smplayer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • smplayer/trunk

  • smplayer/trunk/src/favoriteeditor.ui

    r113 r124  
    66    <x>0</x>
    77    <y>0</y>
    8     <width>515</width>
    9     <height>422</height>
     8    <width>562</width>
     9    <height>504</height>
    1010   </rect>
    1111  </property>
     
    4545   </item>
    4646   <item>
    47     <layout class="QHBoxLayout" >
    48      <item>
     47    <layout class="QGridLayout" >
     48     <item row="0" column="0" >
    4949      <widget class="QPushButton" name="add_button" >
    5050       <property name="text" >
    51         <string>&amp;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>&amp;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&amp;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>&amp;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 &amp;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 &amp;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>&amp;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>
    63127         <height>20</height>
    64128        </size>
     
    66130      </spacer>
    67131     </item>
    68      <item>
    69       <widget class="QPushButton" name="delete_button" >
    70        <property name="text" >
    71         <string>D&amp;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 &amp;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>&amp;Up</string>
    99        </property>
    100       </widget>
    101      </item>
    102      <item>
    103       <widget class="QPushButton" name="down_button" >
    104        <property name="text" >
    105         <string>&amp;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>
    108147     </item>
    109148    </layout>
Note: See TracChangeset for help on using the changeset viewer.