Changeset 11647 in vbox for trunk/src/VBox/Frontends/VirtualBox4/ui
- Timestamp:
- Aug 26, 2008 9:29:50 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMSettingsGeneral.ui
r11240 r11647 69 69 <item row="1" column="1" > 70 70 <layout class="QGridLayout" > 71 <item row="0" column="2" > 71 <item row="0" column="0" > 72 <widget class="QLabel" name="mLbName" > 73 <property name="text" > 74 <string>&Name:</string> 75 </property> 76 <property name="alignment" > 77 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 78 </property> 79 <property name="buddy" > 80 <cstring>mLeName</cstring> 81 </property> 82 </widget> 83 </item> 84 <item row="0" column="1" > 72 85 <widget class="QLineEdit" name="mLeName" > 73 86 <property name="whatsThis" > … … 76 89 </widget> 77 90 </item> 78 <item row=" 0" column="1" >79 <widget class="QLabel" name="mLb Name" >91 <item row="1" column="0" > 92 <widget class="QLabel" name="mLbOsType" > 80 93 <property name="text" > 81 <string> &Name:</string>94 <string>OS &Type:</string> 82 95 </property> 83 96 <property name="alignment" > … … 85 98 </property> 86 99 <property name="buddy" > 87 <cstring>m LeName</cstring>100 <cstring>mCbOsType</cstring> 88 101 </property> 89 102 </widget> 90 103 </item> 91 <item row="1" column=" 2" >104 <item row="1" column="1" > 92 105 <widget class="QComboBox" name="mCbOsType" > 93 106 <property name="focusPolicy" > … … 98 111 </property> 99 112 </widget> 100 </item>101 <item row="1" column="1" >102 <widget class="QLabel" name="mLbOsType" >103 <property name="text" >104 <string>OS &Type:</string>105 </property>106 <property name="alignment" >107 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>108 </property>109 <property name="buddy" >110 <cstring>mCbOsType</cstring>111 </property>112 </widget>113 </item>114 <item row="0" column="0" >115 <spacer>116 <property name="orientation" >117 <enum>Qt::Horizontal</enum>118 </property>119 <property name="sizeType" >120 <enum>QSizePolicy::Fixed</enum>121 </property>122 <property name="sizeHint" >123 <size>124 <width>20</width>125 <height>20</height>126 </size>127 </property>128 </spacer>129 </item>130 <item row="0" column="3" >131 <spacer>132 <property name="orientation" >133 <enum>Qt::Horizontal</enum>134 </property>135 <property name="sizeType" >136 <enum>QSizePolicy::Fixed</enum>137 </property>138 <property name="sizeHint" >139 <size>140 <width>20</width>141 <height>20</height>142 </size>143 </property>144 </spacer>145 113 </item> 146 114 </layout>
Note:
See TracChangeset
for help on using the changeset viewer.