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

📄 editslots.ui

📁 Qt/Embedded是一个多平台的C++图形用户界面应用程序框架
💻 UI
📖 第 1 页 / 共 2 页
字号:
<!DOCTYPE UI><UI><class>EditSlotsBase</class><widget>    <class>QDialog</class>    <property stdset="1">        <name>name</name>        <cstring>EditSlotsBase</cstring>    </property>    <property stdset="1">        <name>geometry</name>        <rect>            <x>0</x>            <y>0</y>            <width>520</width>            <height>365</height>        </rect>    </property>    <property stdset="1">        <name>caption</name>        <string>Edit Slots</string>    </property>    <property stdset="1">        <name>sizeGripEnabled</name>        <bool>true</bool>    </property>    <property>        <name>whatsThis</name>        <string>&lt;b&gt;Edit Slots&lt;/b&gt;&lt;p&gt;Add, change and remove slots of the current form.&lt;/p&gt;&lt;p&gt;Press the &lt;b&gt;Add Slot&lt;/b&gt;-button to create a new slot, enter a slot name and choose an access mode.&lt;/p&gt;&lt;p&gt;Select an entry from the list and press the &lt;b&gt;Delete Slot&lt;/b&gt;-button to remove a slot. All connections using this slot will be removed, too.&lt;/p&gt;</string>    </property>    <grid>        <property stdset="1">            <name>margin</name>            <number>11</number>        </property>        <property stdset="1">            <name>spacing</name>            <number>6</number>        </property>        <widget row="0"  column="0"  rowspan="1"  colspan="3" >            <class>QListView</class>            <column>                <property>                    <name>text</name>                    <string>Slot</string>                </property>                <property>                    <name>clickable</name>                    <bool>true</bool>                </property>                <property>                    <name>resizeable</name>                    <bool>true</bool>                </property>            </column>            <column>                <property>                    <name>text</name>                    <string>Access</string>                </property>                <property>                    <name>clickable</name>                    <bool>true</bool>                </property>                <property>                    <name>resizeable</name>                    <bool>true</bool>                </property>            </column>            <column>                <property>                    <name>text</name>                    <string>In Use</string>                </property>                <property>                    <name>clickable</name>                    <bool>true</bool>                </property>                <property>                    <name>resizeable</name>                    <bool>true</bool>                </property>            </column>            <property stdset="1">                <name>name</name>                <cstring>slotListView</cstring>            </property>            <property stdset="1">                <name>frameShadow</name>                <enum>Sunken</enum>            </property>            <property stdset="1">                <name>frameShape</name>                <enum>StyledPanel</enum>            </property>            <property stdset="1">                <name>allColumnsShowFocus</name>                <bool>true</bool>            </property>            <property stdset="1">                <name>showSortIndicator</name>                <bool>true</bool>            </property>            <property stdset="1">                <name>sizePolicy</name>                <sizepolicy>                    <hsizetype>7</hsizetype>                    <vsizetype>7</vsizetype>                </sizepolicy>            </property>            <property>                <name>whatsThis</name>                <string>&lt;b&gt;This form's slots.&lt;/b&gt;&lt;p&gt;Select the slot you want to change or delete.&lt;/p&gt;</string>            </property>        </widget>        <widget row="3"  column="0"  rowspan="1"  colspan="3" >            <class>QLayoutWidget</class>            <property stdset="1">                <name>name</name>                <cstring>Layout1</cstring>            </property>            <hbox>                <property stdset="1">                    <name>margin</name>                    <number>0</number>                </property>                <property stdset="1">                    <name>spacing</name>                    <number>6</number>                </property>                <widget>                    <class>QPushButton</class>                    <property stdset="1">                        <name>name</name>                        <cstring>helpButton</cstring>                    </property>                    <property stdset="1">                        <name>text</name>                        <string>&amp;Help</string>                    </property>                    <property stdset="1">                        <name>autoDefault</name>                        <bool>true</bool>                    </property>                </widget>                <spacer>                    <property>                        <name>name</name>                        <cstring>Horizontal Spacing2</cstring>                    </property>                    <property stdset="1">                        <name>geometry</name>                        <rect>                            <x>87</x>                            <y>5</y>                            <width>238</width>                            <height>20</height>                        </rect>                    </property>                    <property stdset="1">                        <name>orientation</name>                        <enum>Horizontal</enum>                    </property>                    <property stdset="1">                        <name>sizeType</name>                        <enum>Expanding</enum>                    </property>                </spacer>                <widget>                    <class>QPushButton</class>                    <property stdset="1">                        <name>name</name>                        <cstring>okButton</cstring>                    </property>                    <property stdset="1">                        <name>text</name>                        <string>&amp;OK</string>                    </property>                    <property stdset="1">                        <name>autoDefault</name>                        <bool>true</bool>                    </property>                    <property stdset="1">                        <name>default</name>                        <bool>true</bool>                    </property>                    <property>                        <name>whatsThis</name>                        <string>Close dialog and apply all changes.</string>                    </property>                </widget>                <widget>                    <class>QPushButton</class>                    <property stdset="1">                        <name>name</name>                        <cstring>cancelButton</cstring>                    </property>                    <property stdset="1">                        <name>text</name>                        <string>&amp;Cancel</string>                    </property>                    <property stdset="1">                        <name>autoDefault</name>                        <bool>true</bool>                    </property>                    <property>                        <name>whatsThis</name>                        <string>Close dialog and discard all changes.</string>                    </property>                </widget>            </hbox>        </widget>        <widget row="1"  column="1" >            <class>QPushButton</class>            <property stdset="1">                <name>name</name>                <cstring>addSlot</cstring>            </property>            <property stdset="1">                <name>text</name>                <string>&amp;New Slot</string>            </property>            <property>                <name>toolTip</name>

⌨️ 快捷键说明

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