Changeset 44 for gui/about_dialog.ui


Ignore:
Timestamp:
01/07/08 18:09:08 (4 years ago)
Author:
sander
Message:

Made dialogs consistent and improved layout

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gui/about_dialog.ui

    r40 r44  
    77    <x>0</x> 
    88    <y>0</y> 
    9     <width>538</width> 
    10     <height>506</height> 
     9    <width>510</width> 
     10    <height>540</height> 
    1111   </rect> 
    1212  </property> 
     
    5252       </property> 
    5353       <property name="text" > 
    54         <string>QtMPC 0.1</string> 
    55        </property> 
    56        <property name="pixmap" > 
    57         <pixmap/> 
     54        <string>QtMPC 0.2</string> 
    5855       </property> 
    5956      </widget> 
     
    7067       <string>About</string> 
    7168      </attribute> 
    72       <widget class="QLabel" name="label_2" > 
    73        <property name="geometry" > 
    74         <rect> 
    75          <x>20</x> 
    76          <y>20</y> 
    77          <width>57</width> 
    78          <height>31</height> 
    79         </rect> 
    80        </property> 
    81        <property name="text" > 
    82         <string>Authors:</string> 
    83        </property> 
    84       </widget> 
    85       <widget class="QLabel" name="label_3" > 
    86        <property name="geometry" > 
    87         <rect> 
    88          <x>180</x> 
    89          <y>30</y> 
    90          <width>101</width> 
    91          <height>18</height> 
    92         </rect> 
    93        </property> 
    94        <property name="text" > 
    95         <string>Sander Knopper</string> 
    96        </property> 
    97       </widget> 
    98       <widget class="QLabel" name="label_4" > 
    99        <property name="geometry" > 
    100         <rect> 
    101          <x>180</x> 
    102          <y>60</y> 
    103          <width>111</width> 
    104          <height>18</height> 
    105         </rect> 
    106        </property> 
    107        <property name="text" > 
    108         <string>Roeland Douma</string> 
    109        </property> 
    110       </widget> 
     69      <layout class="QVBoxLayout" > 
     70       <item> 
     71        <layout class="QGridLayout" > 
     72         <item row="0" column="0" > 
     73          <widget class="QLabel" name="label_2" > 
     74           <property name="text" > 
     75            <string>Authors:</string> 
     76           </property> 
     77          </widget> 
     78         </item> 
     79         <item row="0" column="1" > 
     80          <widget class="QLabel" name="label_3" > 
     81           <property name="text" > 
     82            <string>Sander Knopper</string> 
     83           </property> 
     84          </widget> 
     85         </item> 
     86         <item row="1" column="1" > 
     87          <widget class="QLabel" name="label_4" > 
     88           <property name="text" > 
     89            <string>Roeland Douma</string> 
     90           </property> 
     91          </widget> 
     92         </item> 
     93         <item row="2" column="0" > 
     94          <widget class="QLabel" name="label_6" > 
     95           <property name="text" > 
     96            <string>Website:</string> 
     97           </property> 
     98          </widget> 
     99         </item> 
     100         <item row="2" column="1" > 
     101          <widget class="QLabel" name="label_7" > 
     102           <property name="text" > 
     103            <string>&lt;a href="http://qtmpc.lowblog.nl/">http://qtmpc.lowblog.nl&lt;/a></string> 
     104           </property> 
     105           <property name="openExternalLinks" > 
     106            <bool>true</bool> 
     107           </property> 
     108          </widget> 
     109         </item> 
     110        </layout> 
     111       </item> 
     112       <item> 
     113        <spacer> 
     114         <property name="orientation" > 
     115          <enum>Qt::Vertical</enum> 
     116         </property> 
     117         <property name="sizeHint" > 
     118          <size> 
     119           <width>20</width> 
     120           <height>131</height> 
     121          </size> 
     122         </property> 
     123        </spacer> 
     124       </item> 
     125      </layout> 
    111126     </widget> 
    112127     <widget class="QWidget" name="tab_2" > 
Note: See TracChangeset for help on using the changeset viewer.