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

📄 qg_circleoptions.ui

📁 qcad2.05可用于windows和linux的源码
💻 UI
字号:
<!DOCTYPE UI><UI version="3.1" stdsetdef="1"><class>QG_CircleOptions</class><widget class="QWidget">    <property name="name">        <cstring>QG_CircleOptions</cstring>    </property>    <property name="geometry">        <rect>            <x>48</x>            <y>63</y>            <width>150</width>            <height>22</height>        </rect>    </property>    <property name="sizePolicy">        <sizepolicy>            <hsizetype>0</hsizetype>            <vsizetype>0</vsizetype>            <horstretch>0</horstretch>            <verstretch>0</verstretch>        </sizepolicy>    </property>    <property name="minimumSize">        <size>            <width>111</width>            <height>22</height>        </size>    </property>    <property name="maximumSize">        <size>            <width>150</width>            <height>22</height>        </size>    </property>    <property name="caption">        <string>Circle Options</string>    </property>    <hbox>        <property name="name">            <cstring>unnamed</cstring>        </property>        <property name="margin">            <number>1</number>        </property>        <widget class="QLabel">            <property name="name">                <cstring>lRadius</cstring>            </property>            <property name="text">                <string>Radius:</string>            </property>        </widget>        <widget class="QLineEdit">            <property name="name">                <cstring>leRadius</cstring>            </property>        </widget>        <widget class="Line">            <property name="name">                <cstring>sep1</cstring>            </property>            <property name="sizePolicy">                <sizepolicy>                    <hsizetype>0</hsizetype>                    <vsizetype>1</vsizetype>                    <horstretch>0</horstretch>                    <verstretch>0</verstretch>                </sizepolicy>            </property>            <property name="frameShape">                <enum>VLine</enum>            </property>            <property name="frameShadow">                <enum>Sunken</enum>            </property>            <property name="orientation">                <enum>Vertical</enum>            </property>        </widget>    </hbox></widget><connections>    <connection>        <sender>leRadius</sender>        <signal>textChanged(const QString&amp;)</signal>        <receiver>QG_CircleOptions</receiver>        <slot>updateRadius(const QString&amp;)</slot>    </connection></connections><includes>    <include location="local" impldecl="in declaration">rs_circle.h</include>    <include location="local" impldecl="in declaration">rs_settings.h</include>    <include location="local" impldecl="in declaration">rs_actiondrawcirclecr.h</include>    <include location="local" impldecl="in implementation">qg_circleoptions.ui.h</include></includes><variables>    <variable>RS_ActionDrawCircleCR* action;</variable></variables><slots>    <slot>setAction( RS_ActionInterface * a, bool update )</slot>    <slot>updateRadius( const QString &amp; r )</slot></slots><functions>    <function access="private" specifier="non virtual">destroy()</function></functions><layoutdefaults spacing="6" margin="11"/></UI>

⌨️ 快捷键说明

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