⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 addprofile.ui

📁 ralink 最新25系列usb无线网卡程序
💻 UI
📖 第 1 页 / 共 3 页
字号:
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>addprofiledlg</class>
<widget class="QDialog">
    <property name="name">
        <cstring>addprofiledlg</cstring>
    </property>
    <property name="geometry">
        <rect>
            <x>0</x>
            <y>0</y>
            <width>619</width>
            <height>419</height>
        </rect>
    </property>
    <property name="caption">
        <string>AddProfile</string>
    </property>
    <widget class="QPushButton">
        <property name="name">
            <cstring>PushButton_Cancel</cstring>
        </property>
        <property name="geometry">
            <rect>
                <x>340</x>
                <y>380</y>
                <width>120</width>
                <height>30</height>
            </rect>
        </property>
        <property name="text">
            <string>CANCEL</string>
        </property>
    </widget>
    <widget class="QLabel">
        <property name="name">
            <cstring>TextLabel1</cstring>
        </property>
        <property name="geometry">
            <rect>
                <x>30</x>
                <y>15</y>
                <width>90</width>
                <height>30</height>
            </rect>
        </property>
        <property name="text">
            <string>Profile Name</string>
        </property>
    </widget>
    <widget class="QLabel">
        <property name="name">
            <cstring>TextLabel2</cstring>
        </property>
        <property name="geometry">
            <rect>
                <x>360</x>
                <y>15</y>
                <width>50</width>
                <height>30</height>
            </rect>
        </property>
        <property name="text">
            <string>SSID</string>
        </property>
    </widget>
    <widget class="QComboBox">
        <property name="name">
            <cstring>ComboBox_SSID</cstring>
        </property>
        <property name="geometry">
            <rect>
                <x>410</x>
                <y>15</y>
                <width>200</width>
                <height>30</height>
            </rect>
        </property>
    </widget>
    <widget class="QLineEdit">
        <property name="name">
            <cstring>LineEdit_ProfileName</cstring>
        </property>
        <property name="geometry">
            <rect>
                <x>140</x>
                <y>15</y>
                <width>200</width>
                <height>30</height>
            </rect>
        </property>
    </widget>
    <widget class="QPushButton">
        <property name="name">
            <cstring>PushButton_OK</cstring>
        </property>
        <property name="geometry">
            <rect>
                <x>170</x>
                <y>380</y>
                <width>120</width>
                <height>30</height>
            </rect>
        </property>
        <property name="text">
            <string>OK</string>
        </property>
    </widget>
    <widget class="QTabWidget">
        <property name="name">
            <cstring>TabWidget_Config</cstring>
        </property>
        <property name="geometry">
            <rect>
                <x>20</x>
                <y>50</y>
                <width>580</width>
                <height>320</height>
            </rect>
        </property>
        <widget class="QWidget">
            <property name="name">
                <cstring>tab</cstring>
            </property>
            <attribute name="title">
                <string>System Configuration</string>
            </attribute>
            <widget class="QButtonGroup">
                <property name="name">
                    <cstring>ButtonGroup_PowerSaveing</cstring>
                </property>
                <property name="geometry">
                    <rect>
                        <x>20</x>
                        <y>10</y>
                        <width>535</width>
                        <height>60</height>
                    </rect>
                </property>
                <property name="title">
                    <string>Power Saving Mode</string>
                </property>
                <property name="exclusive">
                    <bool>false</bool>
                </property>
                <widget class="QRadioButton">
                    <property name="name">
                        <cstring>RadioButton_PowerSavingMode</cstring>
                    </property>
                    <property name="enabled">
                        <bool>true</bool>
                    </property>
                    <property name="geometry">
                        <rect>
                            <x>300</x>
                            <y>20</y>
                            <width>200</width>
                            <height>30</height>
                        </rect>
                    </property>
                    <property name="text">
                        <string>Power Saving Mode</string>
                    </property>
                </widget>
                <widget class="QRadioButton">
                    <property name="name">
                        <cstring>RadioButton_CAM</cstring>
                    </property>
                    <property name="enabled">
                        <bool>true</bool>
                    </property>
                    <property name="geometry">
                        <rect>
                            <x>25</x>
                            <y>20</y>
                            <width>200</width>
                            <height>30</height>
                        </rect>
                    </property>
                    <property name="text">
                        <string>CAM (Constantly Awake Mode)</string>
                    </property>
                </widget>
            </widget>
            <widget class="QLabel">
                <property name="name">
                    <cstring>TextLabel4</cstring>
                </property>
                <property name="geometry">
                    <rect>
                        <x>25</x>
                        <y>130</y>
                        <width>120</width>
                        <height>30</height>
                    </rect>
                </property>
                <property name="text">
                    <string>11B Preamble Type</string>
                </property>
            </widget>
            <widget class="QLabel">
                <property name="name">
                    <cstring>TextLabel5</cstring>
                </property>
                <property name="geometry">
                    <rect>
                        <x>165</x>
                        <y>167</y>
                        <width>20</width>
                        <height>30</height>
                    </rect>
                </property>
                <property name="text">
                    <string>0</string>
                </property>
            </widget>
            <widget class="QLabel">
                <property name="name">
                    <cstring>TextLabel6</cstring>
                </property>
                <property name="geometry">
                    <rect>
                        <x>385</x>
                        <y>167</y>
                        <width>35</width>
                        <height>30</height>
                    </rect>
                </property>
                <property name="text">
                    <string>2312</string>
                </property>
            </widget>
            <widget class="QLabel">
                <property name="name">
                    <cstring>TextLabel8</cstring>
                </property>
                <property name="geometry">
                    <rect>
                        <x>385</x>
                        <y>205</y>
                        <width>35</width>
                        <height>30</height>
                    </rect>
                </property>
                <property name="text">
                    <string>2312</string>
                </property>
            </widget>
            <widget class="QLabel">
                <property name="name">
                    <cstring>TextLabel7</cstring>
                </property>
                <property name="geometry">
                    <rect>
                        <x>165</x>
                        <y>205</y>
                        <width>20</width>
                        <height>30</height>
                    </rect>
                </property>
                <property name="text">
                    <string>256</string>
                </property>
            </widget>
            <widget class="QLabel">
                <property name="name">
                    <cstring>TextLabel9</cstring>
                </property>
                <property name="geometry">
                    <rect>
                        <x>490</x>
                        <y>187</y>
                        <width>61</width>
                        <height>31</height>
                    </rect>
                </property>
                <property name="text">
                    <string>Channel</string>
                </property>
            </widget>
            <widget class="QComboBox">
                <item>
                    <property name="text">
                        <string>Auto</string>
                    </property>
                </item>
                <item>
                    <property name="text">
                        <string>Long</string>
                    </property>
                </item>
                <property name="name">
                    <cstring>ComboBox_Preamble</cstring>
                </property>
                <property name="enabled">
                    <bool>false</bool>
                </property>
                <property name="geometry">
                    <rect>
                        <x>150</x>
                        <y>130</y>
                        <width>180</width>
                        <height>30</height>
                    </rect>
                </property>
            </widget>
            <widget class="QCheckBox">
                <property name="name">
                    <cstring>CheckBox_RTS</cstring>
                </property>
                <property name="enabled">
                    <bool>false</bool>
                </property>
                <property name="geometry">
                    <rect>
                        <x>15</x>
                        <y>187</y>
                        <width>130</width>
                        <height>30</height>
                    </rect>
                </property>
                <property name="text">
                    <string>RTS Threshold</string>
                </property>
            </widget>
            <widget class="QCheckBox">
                <property name="name">

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -