calltreelayout.ui

来自「linux下的sourceinsight」· UI 代码 · 共 431 行 · 第 1/2 页

UI
431
字号
<!DOCTYPE UI><UI version="3.3" stdsetdef="1"><class>CallTreeLayout</class><widget class="QWidget">    <property name="name">        <cstring>CallTreeLayout</cstring>    </property>    <property name="geometry">        <rect>            <x>0</x>            <y>0</y>            <width>695</width>            <height>578</height>        </rect>    </property>    <property name="caption">        <string>Call Graph</string>    </property>    <vbox>        <property name="name">            <cstring>unnamed</cstring>        </property>        <widget class="QLayoutWidget">            <property name="name">                <cstring>layout2</cstring>            </property>            <hbox>                <property name="name">                    <cstring>unnamed</cstring>                </property>                <widget class="QButtonGroup">                    <property name="name">                        <cstring>m_pViewGroup</cstring>                    </property>                    <property name="frameShape">                        <enum>NoFrame</enum>                    </property>                    <property name="lineWidth">                        <number>0</number>                    </property>                    <property name="title">                        <string></string>                    </property>                    <property name="exclusive">                        <bool>true</bool>                    </property>                    <hbox>                        <property name="name">                            <cstring>unnamed</cstring>                        </property>                        <property name="margin">                            <number>0</number>                        </property>                        <widget class="QToolButton">                            <property name="name">                                <cstring>m_pGraphButton</cstring>                            </property>                            <property name="text">                                <string>...</string>                            </property>                            <property name="toggleButton">                                <bool>true</bool>                            </property>                            <property name="autoRaise">                                <bool>true</bool>                            </property>                            <property name="toolTip" stdset="0">                                <string>Call Graph</string>                            </property>                        </widget>                        <widget class="QToolButton">                            <property name="name">                                <cstring>m_pCalledButton</cstring>                            </property>                            <property name="text">                                <string>...</string>                            </property>                            <property name="toggleButton">                                <bool>true</bool>                            </property>                            <property name="autoRaise">                                <bool>true</bool>                            </property>                            <property name="toolTip" stdset="0">                                <string>Called Functions Tree</string>                            </property>                        </widget>                        <widget class="QToolButton">                            <property name="name">                                <cstring>m_pCallingButton</cstring>                            </property>                            <property name="text">                                <string>...</string>                            </property>                            <property name="toggleButton">                                <bool>true</bool>                            </property>                            <property name="autoRaise">                                <bool>true</bool>                            </property>                            <property name="toolTip" stdset="0">                                <string>Calling Functions Tree</string>                            </property>                        </widget>                    </hbox>                </widget>                <widget class="Line">                    <property name="name">                        <cstring>line1</cstring>                    </property>                    <property name="frameShape">                        <enum>VLine</enum>                    </property>                    <property name="frameShadow">                        <enum>Sunken</enum>                    </property>                    <property name="orientation">                        <enum>Vertical</enum>                    </property>                </widget>                <widget class="QButtonGroup">                    <property name="name">                        <cstring>m_pGraphGroup</cstring>                    </property>                    <property name="frameShape">                        <enum>NoFrame</enum>                    </property>                    <property name="lineWidth">                        <number>0</number>                    </property>                    <property name="title">                        <string></string>                    </property>                    <property name="flat">                        <bool>true</bool>                    </property>                    <hbox>                        <property name="name">                            <cstring>unnamed</cstring>                        </property>                        <property name="margin">                            <number>0</number>                        </property>                        <widget class="QToolButton">                            <property name="name">                                <cstring>m_pSaveButton</cstring>                            </property>                            <property name="text">                                <string>a</string>                            </property>                            <property name="autoRaise">                                <bool>true</bool>                            </property>                            <property name="toolTip" stdset="0">                                <string>Save As...</string>                            </property>                        </widget>                        <widget class="QToolButton">                            <property name="name">                                <cstring>m_pZoomInButton</cstring>                            </property>                            <property name="text">                                <string>a</string>                            </property>                            <property name="toggleButton">                                <bool>false</bool>                            </property>                            <property name="autoRaise">                                <bool>true</bool>                            </property>                            <property name="toolTip" stdset="0">                                <string>Zoom In</string>                            </property>                        </widget>                        <widget class="QToolButton">                            <property name="name">                                <cstring>m_pZoomOutButton</cstring>                            </property>                            <property name="text">                                <string>a</string>                            </property>                            <property name="toggleButton">                                <bool>false</bool>                            </property>                            <property name="autoRaise">                                <bool>true</bool>                            </property>                            <property name="toolTip" stdset="0">                                <string>Zoom Out</string>                            </property>                        </widget>                        <widget class="QToolButton">                            <property name="name">                                <cstring>m_pRotateButton</cstring>                            </property>                            <property name="text">                                <string>a</string>                            </property>                            <property name="toggleButton">                                <bool>false</bool>                            </property>                            <property name="autoRaise">                                <bool>true</bool>                            </property>                            <property name="toolTip" stdset="0">                                <string>Rotate</string>                            </property>                        </widget>                        <widget class="QToolButton">                            <property name="name">                                <cstring>m_pPrefButton</cstring>                            </property>                            <property name="text">                                <string>a</string>                            </property>                            <property name="toggleButton">                                <bool>false</bool>

⌨️ 快捷键说明

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