dialogadduser.ui

来自「JdonFramework need above jdk 1.4.0 This」· UI 代码 · 共 76 行

UI
76
字号
<!DOCTYPE UI><UI version="3.1" stdsetdef="1"><class>DialogAddUser</class><widget class="QDialog">    <property name="name">        <cstring>DialogAddUser</cstring>    </property>    <property name="geometry">        <rect>            <x>0</x>            <y>0</y>            <width>507</width>            <height>105</height>        </rect>    </property>    <property name="caption">        <string>Add New User</string>    </property>    <property name="sizeGripEnabled">        <bool>true</bool>    </property>    <grid>        <property name="name">            <cstring>unnamed</cstring>        </property>        <widget class="QLineEdit" row="0" column="0" rowspan="1" colspan="2">            <property name="name">                <cstring>line_edit_new_name</cstring>            </property>        </widget>        <spacer row="1" column="0">            <property name="name">                <cstring>Horizontal Spacing2</cstring>            </property>            <property name="orientation">                <enum>Horizontal</enum>            </property>            <property name="sizeType">                <enum>Expanding</enum>            </property>            <property name="sizeHint">                <size>                    <width>412</width>                    <height>20</height>                </size>            </property>        </spacer>        <widget class="QPushButton" row="1" column="1">            <property name="name">                <cstring>buttonOk</cstring>            </property>            <property name="text">                <string>&amp;OK</string>            </property>            <property name="accel">                <string></string>            </property>            <property name="autoDefault">                <bool>true</bool>            </property>            <property name="default">                <bool>true</bool>            </property>        </widget>    </grid></widget><connections>    <connection>        <sender>buttonOk</sender>        <signal>clicked()</signal>        <receiver>DialogAddUser</receiver>        <slot>accept()</slot>    </connection></connections><layoutdefaults spacing="6" margin="11"/></UI>

⌨️ 快捷键说明

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