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

📄 customwidgeteditor.ui

📁 Linux下的基于X11的图形开发环境。
💻 UI
📖 第 1 页 / 共 5 页
字号:
                        <property name="whatsThis" stdset="0">                            <string>&lt;p&gt;&lt;b&gt;Container Widget&lt;/b&gt;&lt;/p&gt;&lt;p&gt;If this custom widget is able to contain other widgets (children), check this checkbox.&lt;/p&gt;</string>                        </property>                    </widget>                </grid>            </widget>            <widget class="QWidget">                <property name="name">                    <cstring>Widget3</cstring>                </property>                <attribute name="title">                    <string>Si&amp;gnals</string>                </attribute>                <vbox>                    <property name="name">                        <cstring>unnamed</cstring>                    </property>                    <property name="margin">                        <number>11</number>                    </property>                    <property name="spacing">                        <number>6</number>                    </property>                    <widget class="QListBox">                        <property name="name">                            <cstring>listSignals</cstring>                        </property>                        <property name="whatsThis" stdset="0">                            <string>The list of all the signals that the selected widget can emit.</string>                        </property>                    </widget>                    <widget class="QLayoutWidget">                        <property name="name">                            <cstring>Layout40</cstring>                        </property>                        <hbox>                            <property name="name">                                <cstring>unnamed</cstring>                            </property>                            <property name="margin">                                <number>0</number>                            </property>                            <property name="spacing">                                <number>6</number>                            </property>                            <spacer>                                <property name="name">                                    <cstring>Spacer1_2</cstring>                                </property>                                <property name="orientation">                                    <enum>Horizontal</enum>                                </property>                                <property name="sizeType">                                    <enum>Expanding</enum>                                </property>                                <property name="sizeHint">                                    <size>                                        <width>20</width>                                        <height>20</height>                                    </size>                                </property>                            </spacer>                            <widget class="QPushButton">                                <property name="name">                                    <cstring>buttonAddSignal</cstring>                                </property>                                <property name="text">                                    <string>N&amp;ew Signal</string>                                </property>                                <property name="autoDefault">                                    <bool>true</bool>                                </property>                                <property name="toolTip" stdset="0">                                    <string>Add new signal</string>                                </property>                                <property name="whatsThis" stdset="0">                                    <string>&lt;b&gt;Add a new signal for the current custom widget.&lt;/b&gt;&lt;p&gt;An argument list should be provided in the signal's name, and the name must be unique.&lt;/p&gt;</string>                                </property>                            </widget>                            <widget class="QPushButton">                                <property name="name">                                    <cstring>buttonRemoveSignal</cstring>                                </property>                                <property name="text">                                    <string>Dele&amp;te Signal</string>                                </property>                                <property name="autoDefault">                                    <bool>true</bool>                                </property>                                <property name="toolTip" stdset="0">                                    <string>Delete signal</string>                                </property>                                <property name="whatsThis" stdset="0">                                    <string>&lt;b&gt;Delete the signal.&lt;/b&gt;&lt;p&gt;All connections using this signal will also be deleted.&lt;/p&gt;</string>                                </property>                            </widget>                        </hbox>                    </widget>                    <widget class="QLayoutWidget">                        <property name="name">                            <cstring>Layout38</cstring>                        </property>                        <hbox>                            <property name="name">                                <cstring>unnamed</cstring>                            </property>                            <property name="margin">                                <number>0</number>                            </property>                            <property name="spacing">                                <number>6</number>                            </property>                            <widget class="QLabel">                                <property name="name">                                    <cstring>TextLabel1</cstring>                                </property>                                <property name="text">                                    <string>S&amp;ignal:</string>                                </property>                                <property name="buddy" stdset="0">                                    <cstring>editSignal</cstring>                                </property>                            </widget>                            <widget class="QLineEdit">                                <property name="name">                                    <cstring>editSignal</cstring>                                </property>                                <property name="toolTip" stdset="0">                                    <string>Change signal name</string>                                </property>                                <property name="whatsThis" stdset="0">                                    <string>&lt;b&gt;Change the name of the selected slot.&lt;/b&gt;&lt;p&gt;An argument list should be provided in the signal's name, and the name must be unique.&lt;/p&gt;</string>                                </property>                            </widget>                        </hbox>                    </widget>                </vbox>            </widget>            <widget class="QWidget">                <property name="name">                    <cstring>Widget4</cstring>                </property>                <attribute name="title">                    <string>S&amp;lots</string>                </attribute>                <grid>                    <property name="name">                        <cstring>unnamed</cstring>                    </property>                    <property name="margin">                        <number>11</number>                    </property>                    <property name="spacing">                        <number>6</number>                    </property>                    <widget class="QListView" row="0" column="0" rowspan="1" colspan="4">                        <column>                            <property name="text">                                <string>Slot</string>                            </property>                            <property name="clickable">                                <bool>true</bool>                            </property>                            <property name="resizeable">                                <bool>true</bool>                            </property>                        </column>                        <column>                            <property name="text">                                <string>Access</string>                            </property>                            <property name="clickable">                                <bool>true</bool>                            </property>                            <property name="resizeable">                                <bool>true</bool>                            </property>                        </column>                        <property name="name">                            <cstring>listSlots</cstring>                        </property>                        <property name="allColumnsShowFocus">                            <bool>true</bool>                        </property>                        <property name="showSortIndicator">                            <bool>true</bool>                        </property>                        <property name="whatsThis" stdset="0">                            <string>The list of all the custom widget's slots.</string>                        </property>                    </widget>                    <widget class="QLabel" row="2" column="0">                        <property name="name">                            <cstring>TextLabel2</cstring>                        </property>                        <property name="text">                            <string>Sl&amp;ot:</string>                        </property>                        <property name="buddy" stdset="0">                            <cstring>editSlot</cstring>                        </property>                    </widget>                    <widget class="QLineEdit" row="2" column="1">                        <property name="name">                            <cstring>editSlot</cstring>                        </property>                        <property name="toolTip" stdset="0">                            <string>Change slot name</string>                        </property>                        <property name="whatsThis" stdset="0">                            <string>&lt;b&gt;Change the name of the selected slot.&lt;/b&gt;&lt;p&gt;An argument list should be provided in the signal's name, and the name must be unique.&lt;/p&gt;</string>                        </property>                    </widget>                    <widget class="QLabel" row="2" column="2">                        <property name="name">                            <cstring>TextLabel3</cstring>                        </property>                        <property name="text">                            <string>&amp;Access:</string>                        </property>                        <property name="buddy" stdset="0">                            <cstring>comboAccess</cstring>                        </property>                    </widget>                    <widget class="QComboBox" row="2" column="3">                        <item>                            <property name="text">                                <string>public</string>                            </property>                        </item>                        <item>                            <property name="text">                                <string>protected</string>                            </property>                        </item>                        <property name="name">                            <cstring>comboAccess</cstring>                        </property>                        <property name="toolTip" stdset="0">                            <string>Change slot access</string>                        </property>                        <property name="whatsThis" stdset="0">                            <string>&lt;b&gt;Change the slot's access policy.&lt;/b&gt;&lt;p&gt;You can only connect to the widget's public slots.&lt;/p&gt;</string>                        </property>                    </widget>                    <widget class="QLayoutWidget" row="1" column="0" rowspan="1" colspan="4">                        <property name="name">                            <cstring>Layout7</cstring>                        </property>                        <hbox>                            <property name="name">                                <cstring>unnamed</cstring>                            </property>                            <property name="margin">                                <number>0</number>                            </property>                            <property name="spacing">                                <number>6</number>                            </property>                            <spacer>                                <property name="name">                                    <cstring>Spacer2</cstring>                                </property>                                <property name="orientation">                                    <enum>Horizontal</enum>                                </property>                                <property name="sizeType">                                    <enum>Expanding</enum>                                </property>

⌨️ 快捷键说明

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