parallel_desktop_launcher/pdlauncher.ui

128 lines
3.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>PDLauncher</class>
<widget class="QMainWindow" name="PDLauncher">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>306</width>
<height>191</height>
</rect>
</property>
<property name="windowTitle">
<string>PD启动器</string>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QGridLayout" name="gridLayout" rowstretch="1,5,5,5,5,5,5" columnstretch="5,5,1,1,1,5">
<item row="0" column="0" rowspan="7">
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="3" column="1">
<widget class="QRadioButton" name="ubuntu">
<property name="text">
<string>Ubuntu Linux</string>
</property>
</widget>
</item>
<item row="0" column="1" colspan="4">
<spacer name="verticalSpacer_2">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item row="5" column="1" colspan="4">
<widget class="QLineEdit" name="other_le">
<property name="enabled">
<bool>false</bool>
</property>
</widget>
</item>
<item row="1" column="1" colspan="2">
<widget class="QRadioButton" name="windows10">
<property name="text">
<string>Windows 10</string>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QRadioButton" name="other">
<property name="text">
<string>其他:</string>
</property>
</widget>
</item>
<item row="0" column="5" rowspan="7">
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="6" column="1" colspan="4">
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item row="2" column="1" colspan="2">
<widget class="QRadioButton" name="windows11">
<property name="text">
<string>Windows 11</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="4" column="3">
<widget class="QPushButton" name="quit">
<property name="text">
<string>退出</string>
</property>
</widget>
</item>
<item row="3" column="3">
<widget class="QPushButton" name="start">
<property name="text">
<string>启动</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<resources/>
<connections/>
</ui>