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

📄 equipmentsform_template.ui

📁 ASP.NET 在线项目注册系统
💻 UI
字号:
<!DOCTYPE UI><UI version="3.3" stdsetdef="1"><class>EquipmentsForm_template</class><widget class="QDialog">    <property name="name">        <cstring>EquipmentsForm_template</cstring>    </property>    <property name="geometry">        <rect>            <x>0</x>            <y>0</y>            <width>535</width>            <height>489</height>        </rect>    </property>    <property name="caption">        <string>Equipments</string>    </property>    <grid>        <property name="name">            <cstring>unnamed</cstring>        </property>        <widget class="QPushButton" row="2" column="0" rowspan="1" colspan="4">            <property name="name">                <cstring>closePushButton</cstring>            </property>            <property name="text">                <string>Close</string>            </property>        </widget>        <widget class="QTextEdit" row="0" column="2" rowspan="1" colspan="2">            <property name="name">                <cstring>currentEquipmentTextEdit</cstring>            </property>            <property name="readOnly">                <bool>true</bool>            </property>        </widget>        <widget class="QListBox" row="0" column="0" rowspan="1" colspan="2">            <item>                <property name="text">                    <string>New Item</string>                </property>            </item>            <property name="name">                <cstring>equipmentsListBox</cstring>            </property>        </widget>        <widget class="QPushButton" row="1" column="0">            <property name="name">                <cstring>addEquipmentPushButton</cstring>            </property>            <property name="text">                <string>Add equipment</string>            </property>        </widget>        <widget class="QPushButton" row="1" column="1">            <property name="name">                <cstring>modifyEquipmentPushButton</cstring>            </property>            <property name="text">                <string>Modify</string>            </property>        </widget>        <widget class="QPushButton" row="1" column="2">            <property name="name">                <cstring>removeEquipmentPushButton</cstring>            </property>            <property name="text">                <string>Remove</string>            </property>        </widget>        <widget class="QPushButton" row="1" column="3">            <property name="name">                <cstring>sortEquipmentsPushButton</cstring>            </property>            <property name="text">                <string>Sort</string>            </property>        </widget>    </grid></widget><connections>    <connection>        <sender>closePushButton</sender>        <signal>clicked()</signal>        <receiver>EquipmentsForm_template</receiver>        <slot>close()</slot>    </connection>    <connection>        <sender>addEquipmentPushButton</sender>        <signal>clicked()</signal>        <receiver>EquipmentsForm_template</receiver>        <slot>addEquipment()</slot>    </connection>    <connection>        <sender>removeEquipmentPushButton</sender>        <signal>clicked()</signal>        <receiver>EquipmentsForm_template</receiver>        <slot>removeEquipment()</slot>    </connection>    <connection>        <sender>equipmentsListBox</sender>        <signal>highlighted(int)</signal>        <receiver>EquipmentsForm_template</receiver>        <slot>equipmentChanged(int)</slot>    </connection>    <connection>        <sender>modifyEquipmentPushButton</sender>        <signal>clicked()</signal>        <receiver>EquipmentsForm_template</receiver>        <slot>modifyEquipment()</slot>    </connection>    <connection>        <sender>sortEquipmentsPushButton</sender>        <signal>clicked()</signal>        <receiver>EquipmentsForm_template</receiver>        <slot>sortEquipments()</slot>    </connection></connections><slots>    <slot>addEquipment()</slot>    <slot>removeEquipment()</slot>    <slot>equipmentChanged(int)</slot>    <slot>sortEquipments()</slot>    <slot>modifyEquipment()</slot></slots><layoutdefaults spacing="6" margin="11"/></UI>

⌨️ 快捷键说明

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