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

📄 qg_lineoptions.ui

📁 qcad2.05可用于windows和linux的源码
💻 UI
字号:
<!DOCTYPE UI><UI version="3.1" stdsetdef="1"><class>QG_LineOptions</class><widget class="QWidget">    <property name="name">        <cstring>QG_LineOptions</cstring>    </property>    <property name="geometry">        <rect>            <x>0</x>            <y>1</y>            <width>200</width>            <height>22</height>        </rect>    </property>    <property name="sizePolicy">        <sizepolicy>            <hsizetype>4</hsizetype>            <vsizetype>5</vsizetype>            <horstretch>0</horstretch>            <verstretch>0</verstretch>        </sizepolicy>    </property>    <property name="minimumSize">        <size>            <width>200</width>            <height>22</height>        </size>    </property>    <property name="maximumSize">        <size>            <width>280</width>            <height>22</height>        </size>    </property>    <property name="caption">        <string>Line Options</string>    </property>    <hbox>        <property name="name">            <cstring>unnamed</cstring>        </property>        <property name="margin">            <number>1</number>        </property>        <widget class="QToolButton">            <property name="name">                <cstring>bClose</cstring>            </property>            <property name="text">                <string>Close</string>            </property>        </widget>        <widget class="QToolButton">            <property name="name">                <cstring>bUndo</cstring>            </property>            <property name="text">                <string>Undo</string>            </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>bClose</sender>        <signal>clicked()</signal>        <receiver>QG_LineOptions</receiver>        <slot>close()</slot>    </connection>    <connection>        <sender>bUndo</sender>        <signal>clicked()</signal>        <receiver>QG_LineOptions</receiver>        <slot>undo()</slot>    </connection></connections><includes>    <include location="local" impldecl="in declaration">rs_line.h</include>    <include location="local" impldecl="in declaration">rs_settings.h</include>    <include location="local" impldecl="in declaration">rs_actiondrawline.h</include>    <include location="local" impldecl="in implementation">qg_lineoptions.ui.h</include></includes><variables>    <variable>RS_ActionDrawLine* action;</variable></variables><slots>    <slot>setAction( RS_ActionInterface * a )</slot>    <slot>close()</slot>    <slot>undo()</slot></slots><layoutdefaults spacing="6" margin="11"/></UI>

⌨️ 快捷键说明

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