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

📄 pwdprompt.ui

📁 Linux dot1x认证的实现
💻 UI
字号:
<!DOCTYPE UI><UI version="3.3" stdsetdef="1"><class>pwdPrompt</class><widget class="QDialog">    <property name="name">        <cstring>pwdPrompt</cstring>    </property>    <property name="geometry">        <rect>            <x>0</x>            <y>0</y>            <width>362</width>            <height>154</height>        </rect>    </property>    <property name="caption">        <string>Please Enter Your Password</string>    </property>    <property name="modal">        <bool>true</bool>    </property>    <vbox>        <property name="name">            <cstring>unnamed</cstring>        </property>        <widget class="QLayoutWidget">            <property name="name">                <cstring>layout7</cstring>            </property>            <hbox>                <property name="name">                    <cstring>unnamed</cstring>                </property>                <widget class="QLabel">                    <property name="name">                        <cstring>textLabel3</cstring>                    </property>                    <property name="text">                        <string>EAP-Method in Use :</string>                    </property>                </widget>                <widget class="QLabel">                    <property name="name">                        <cstring>eapMethod</cstring>                    </property>                    <property name="text">                        <string>UNKNOWN</string>                    </property>                </widget>            </hbox>        </widget>        <widget class="QLayoutWidget">            <property name="name">                <cstring>layout6</cstring>            </property>            <hbox>                <property name="name">                    <cstring>unnamed</cstring>                </property>                <widget class="QLabel">                    <property name="name">                        <cstring>textLabel6</cstring>                    </property>                    <property name="text">                        <string>Challenge :</string>                    </property>                </widget>                <widget class="QLabel">                    <property name="name">                        <cstring>challengeTxt</cstring>                    </property>                    <property name="text">                        <string>NONE</string>                    </property>                </widget>            </hbox>        </widget>        <widget class="QLayoutWidget">            <property name="name">                <cstring>layout3</cstring>            </property>            <hbox>                <property name="name">                    <cstring>unnamed</cstring>                </property>                <widget class="QLabel">                    <property name="name">                        <cstring>textLabel5</cstring>                    </property>                    <property name="text">                        <string>Password :</string>                    </property>                </widget>                <widget class="QLineEdit">                    <property name="name">                        <cstring>pwdEdit</cstring>                    </property>                    <property name="echoMode">                        <enum>Password</enum>                    </property>                </widget>            </hbox>        </widget>        <widget class="QLayoutWidget">            <property name="name">                <cstring>layout2</cstring>            </property>            <hbox>                <property name="name">                    <cstring>unnamed</cstring>                </property>                <spacer>                    <property name="name">                        <cstring>spacer8</cstring>                    </property>                    <property name="orientation">                        <enum>Horizontal</enum>                    </property>                    <property name="sizeType">                        <enum>Expanding</enum>                    </property>                    <property name="sizeHint">                        <size>                            <width>191</width>                            <height>21</height>                        </size>                    </property>                </spacer>                <widget class="QPushButton">                    <property name="name">                        <cstring>okBtn</cstring>                    </property>                    <property name="text">                        <string>Ok</string>                    </property>                </widget>                <widget class="QPushButton">                    <property name="name">                        <cstring>cancelBtn</cstring>                    </property>                    <property name="text">                        <string>Cancel</string>                    </property>                </widget>            </hbox>        </widget>    </vbox></widget><connections>    <connection>        <sender>cancelBtn</sender>        <signal>clicked()</signal>        <receiver>pwdPrompt</receiver>        <slot>close()</slot>    </connection>    <connection>        <sender>okBtn</sender>        <signal>clicked()</signal>        <receiver>pwdPrompt</receiver>        <slot>pwdOkay()</slot>    </connection></connections><includes>    <include location="local" impldecl="in implementation">pwdprompt.ui.h</include></includes><variables>    <variable access="private">char **mypwd;</variable></variables><slots>    <slot>setDisplay( char * data, int len )</slot>    <slot>setPwd( char * * pwd )</slot>    <slot>pwdOkay()</slot></slots><pixmapinproject/><layoutdefaults spacing="6" margin="11"/></UI>

⌨️ 快捷键说明

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