Changeset 17217 in vbox for trunk/src/VBox/Frontends/VirtualBox/ui
- Timestamp:
- Feb 27, 2009 5:13:14 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 43524
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsNetwork.ui
r12030 r17217 217 217 </widget> 218 218 </item> 219 <item row="7" column="0" >220 <widget class="QLabel" name="mLbSetup_x11" >221 <property name="text" >222 <string>&Setup Application:</string>223 </property>224 <property name="alignment" >225 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>226 </property>227 <property name="buddy" >228 <cstring>mLeSetup_x11</cstring>229 </property>230 </widget>231 </item>232 <item row="7" column="1" >233 <widget class="QLineEdit" name="mLeSetup_x11" >234 <property name="sizePolicy" >235 <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >236 <horstretch>0</horstretch>237 <verstretch>0</verstretch>238 </sizepolicy>239 </property>240 <property name="whatsThis" >241 <string>Displays the command executed to set up the TAP interface.</string>242 </property>243 </widget>244 </item>245 <item row="7" column="2" >246 <widget class="QToolButton" name="mTbSetup_x11" >247 <property name="whatsThis" >248 <string>Selects the setup application.</string>249 </property>250 <property name="autoRaise" >251 <bool>true</bool>252 </property>253 </widget>254 </item>255 <item row="8" column="0" >256 <widget class="QLabel" name="mLbTerminate_x11" >257 <property name="text" >258 <string>&Terminate Application:</string>259 </property>260 <property name="alignment" >261 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>262 </property>263 <property name="buddy" >264 <cstring>mLeTerminate_x11</cstring>265 </property>266 </widget>267 </item>268 <item row="8" column="1" >269 <widget class="QLineEdit" name="mLeTerminate_x11" >270 <property name="sizePolicy" >271 <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >272 <horstretch>0</horstretch>273 <verstretch>0</verstretch>274 </sizepolicy>275 </property>276 <property name="whatsThis" >277 <string>Displays the command executed to terminate the TAP interface.</string>278 </property>279 </widget>280 </item>281 <item row="8" column="2" >282 <widget class="QToolButton" name="mTbTerminate_x11" >283 <property name="whatsThis" >284 <string>Selects the terminate application.</string>285 </property>286 <property name="autoRaise" >287 <bool>true</bool>288 </property>289 </widget>290 </item>291 219 </layout> 292 220 </widget>
Note:
See TracChangeset
for help on using the changeset viewer.