leftpane.ui

来自「LINUX 下以 QT/KDE 写的 SVN 客户端」· UI 代码 · 共 62 行

UI
62
字号
<!DOCTYPE UI><UI version="3.3" stdsetdef="1"><class>leftpane</class><widget class="QWidget">    <property name="name">        <cstring>leftpane</cstring>    </property>    <property name="geometry">        <rect>            <x>0</x>            <y>0</y>            <width>210</width>            <height>312</height>        </rect>    </property>    <property name="caption">        <string>leftpane</string>    </property>    <vbox>        <property name="name">            <cstring>unnamed</cstring>        </property>        <property name="margin">            <number>0</number>        </property>        <property name="spacing">            <number>0</number>        </property>        <widget class="KListView">            <column>                <property name="text">                    <string>Name</string>                </property>                <property name="clickable">                    <bool>true</bool>                </property>                <property name="resizable">                    <bool>true</bool>                </property>            </column>            <property name="name">                <cstring>treeView</cstring>            </property>            <property name="rootIsDecorated">                <bool>true</bool>            </property>            <property name="fullWidth">                <bool>true</bool>            </property>            <property name="autoOpen">                <bool>false</bool>            </property>        </widget>    </vbox></widget><customwidgets></customwidgets><layoutdefaults spacing="6" margin="11"/><includehints>    <includehint>klistview.h</includehint></includehints></UI>

⌨️ 快捷键说明

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