qg_cadtoolbarlines.ui

来自「Linux下一个开源的CAD软件」· UI 代码 · 共 571 行 · 第 1/2 页

UI
571
字号
<!DOCTYPE UI><UI version="3.1" stdsetdef="1"><class>QG_CadToolBarLines</class><widget class="QWidget">    <property name="name">        <cstring>QG_CadToolBarLines</cstring>    </property>    <property name="geometry">        <rect>            <x>34</x>            <y>0</y>            <width>56</width>            <height>338</height>        </rect>    </property>    <property name="sizePolicy">        <sizepolicy>            <hsizetype>0</hsizetype>            <vsizetype>1</vsizetype>            <horstretch>0</horstretch>            <verstretch>0</verstretch>        </sizepolicy>    </property>    <property name="minimumSize">        <size>            <width>56</width>            <height>336</height>        </size>    </property>    <property name="caption">        <string>Lines</string>    </property>    <widget class="QToolButton">        <property name="name">            <cstring>bBack</cstring>        </property>        <property name="geometry">            <rect>                <x>0</x>                <y>0</y>                <width>56</width>                <height>20</height>            </rect>        </property>        <property name="text">            <string></string>        </property>        <property name="pixmap">            <pixmap>image0</pixmap>        </property>        <property name="toolTip" stdset="0">            <string>Back to main menu</string>        </property>    </widget>    <widget class="QToolButton">        <property name="name">            <cstring>bNormal</cstring>        </property>        <property name="geometry">            <rect>                <x>0</x>                <y>20</y>                <width>28</width>                <height>28</height>            </rect>        </property>        <property name="text">            <string></string>        </property>        <property name="pixmap">            <pixmap>image1</pixmap>        </property>        <property name="toolTip" stdset="0">            <string>Line with two points</string>        </property>    </widget>    <widget class="QToolButton">        <property name="name">            <cstring>bAngle</cstring>        </property>        <property name="geometry">            <rect>                <x>28</x>                <y>20</y>                <width>28</width>                <height>28</height>            </rect>        </property>        <property name="text">            <string></string>        </property>        <property name="pixmap">            <pixmap>image2</pixmap>        </property>        <property name="toolTip" stdset="0">            <string>Line with given angle</string>        </property>    </widget>    <widget class="QToolButton">        <property name="name">            <cstring>bHorizontal</cstring>        </property>        <property name="geometry">            <rect>                <x>0</x>                <y>48</y>                <width>28</width>                <height>28</height>            </rect>        </property>        <property name="text">            <string></string>        </property>        <property name="pixmap">            <pixmap>image3</pixmap>        </property>        <property name="toolTip" stdset="0">            <string>Horizontal lines</string>        </property>    </widget>    <widget class="QToolButton">        <property name="name">            <cstring>bVertical</cstring>        </property>        <property name="geometry">            <rect>                <x>28</x>                <y>48</y>                <width>28</width>                <height>28</height>            </rect>        </property>        <property name="text">            <string></string>        </property>        <property name="pixmap">            <pixmap>image4</pixmap>        </property>        <property name="toolTip" stdset="0">            <string>Vertical lines</string>        </property>    </widget>    <widget class="QToolButton">        <property name="name">            <cstring>bRectangle</cstring>        </property>        <property name="geometry">            <rect>                <x>0</x>                <y>76</y>                <width>28</width>                <height>28</height>            </rect>        </property>        <property name="text">            <string></string>        </property>        <property name="pixmap">            <pixmap>image5</pixmap>        </property>        <property name="toolTip" stdset="0">            <string>Rectangles</string>        </property>    </widget>    <widget class="QToolButton">        <property name="name">            <cstring>bBisector</cstring>        </property>        <property name="geometry">            <rect>                <x>28</x>                <y>76</y>                <width>28</width>                <height>28</height>            </rect>        </property>        <property name="text">            <string></string>        </property>        <property name="pixmap">            <pixmap>image6</pixmap>        </property>        <property name="toolTip" stdset="0">            <string>Bisectors</string>        </property>    </widget>    <widget class="QToolButton">        <property name="name">            <cstring>bParallel</cstring>        </property>        <property name="geometry">            <rect>                <x>0</x>                <y>104</y>                <width>28</width>                <height>28</height>            </rect>        </property>        <property name="text">            <string></string>        </property>        <property name="pixmap">            <pixmap>image7</pixmap>        </property>        <property name="toolTip" stdset="0">            <string>Parallels with distance</string>        </property>    </widget>    <widget class="QToolButton">        <property name="name">            <cstring>bTangent1</cstring>        </property>        <property name="geometry">            <rect>                <x>0</x>                <y>132</y>                <width>28</width>                <height>28</height>            </rect>        </property>        <property name="text">            <string></string>        </property>        <property name="pixmap">            <pixmap>image8</pixmap>        </property>        <property name="toolTip" stdset="0">            <string>Tangents from point to circle</string>        </property>    </widget>    <widget class="QToolButton">        <property name="name">            <cstring>bTangent2</cstring>        </property>        <property name="geometry">            <rect>                <x>28</x>                <y>132</y>                <width>28</width>                <height>28</height>            </rect>        </property>        <property name="text">            <string></string>        </property>        <property name="pixmap">            <pixmap>image9</pixmap>        </property>        <property name="toolTip" stdset="0">            <string>Tangents from circle to circle</string>        </property>    </widget>    <widget class="QToolButton">        <property name="name">            <cstring>bOrthogonal</cstring>        </property>        <property name="geometry">            <rect>                <x>0</x>                <y>160</y>                <width>28</width>                <height>28</height>            </rect>        </property>        <property name="text">            <string></string>        </property>        <property name="pixmap">            <pixmap>image10</pixmap>        </property>        <property name="toolTip" stdset="0">            <string>Orthogonal lines</string>        </property>    </widget>    <widget class="QToolButton">        <property name="name">            <cstring>bRelAngle</cstring>        </property>        <property name="geometry">            <rect>                <x>28</x>                <y>160</y>                <width>28</width>                <height>28</height>            </rect>        </property>        <property name="text">

⌨️ 快捷键说明

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