exporttinyca.ui

来自「一个精简的CA程序」· UI 代码 · 共 441 行 · 第 1/2 页

UI
441
字号
<!DOCTYPE UI><UI><class>ExportTinyCA_UI</class><widget>    <class>QDialog</class>    <property stdset="1">        <name>name</name>        <cstring>ExportTinyCA_UI</cstring>    </property>    <property stdset="1">        <name>geometry</name>        <rect>            <x>0</x>            <y>0</y>            <width>581</width>            <height>300</height>        </rect>    </property>    <property stdset="1">        <name>caption</name>        <string></string>    </property>    <vbox>        <property stdset="1">            <name>margin</name>            <number>11</number>        </property>        <property stdset="1">            <name>spacing</name>            <number>6</number>        </property>        <widget>            <class>QLayoutWidget</class>            <property stdset="1">                <name>name</name>                <cstring>Layout9_2</cstring>            </property>            <hbox>                <property stdset="1">                    <name>margin</name>                    <number>0</number>                </property>                <property stdset="1">                    <name>spacing</name>                    <number>6</number>                </property>                <widget>                    <class>QLabel</class>                    <property stdset="1">                        <name>name</name>                        <cstring>TextLabel12_2</cstring>                    </property>                    <property stdset="1">                        <name>font</name>                        <font>                            <pointsize>14</pointsize>                            <bold>1</bold>                            <underline>1</underline>                        </font>                    </property>                    <property stdset="1">                        <name>text</name>                        <string>TinyCA export</string>                    </property>                </widget>                <spacer>                    <property>                        <name>name</name>                        <cstring>Spacer6_2</cstring>                    </property>                    <property stdset="1">                        <name>orientation</name>                        <enum>Horizontal</enum>                    </property>                    <property stdset="1">                        <name>sizeType</name>                        <enum>Expanding</enum>                    </property>                    <property>                        <name>sizeHint</name>                        <size>                            <width>20</width>                            <height>20</height>                        </size>                    </property>                </spacer>                <widget>                    <class>QLabel</class>                    <property stdset="1">                        <name>name</name>                        <cstring>image_2</cstring>                    </property>                    <property stdset="1">                        <name>minimumSize</name>                        <size>                            <width>95</width>                            <height>40</height>                        </size>                    </property>                    <property stdset="1">                        <name>maximumSize</name>                        <size>                            <width>95</width>                            <height>40</height>                        </size>                    </property>                    <property stdset="1">                        <name>scaledContents</name>                        <bool>true</bool>                    </property>                </widget>            </hbox>        </widget>        <spacer>            <property>                <name>name</name>                <cstring>Spacer10</cstring>            </property>            <property stdset="1">                <name>orientation</name>                <enum>Vertical</enum>            </property>            <property stdset="1">                <name>sizeType</name>                <enum>Expanding</enum>            </property>            <property>                <name>sizeHint</name>                <size>                    <width>20</width>                    <height>20</height>                </size>            </property>        </spacer>        <widget>            <class>QFrame</class>            <property stdset="1">                <name>name</name>                <cstring>Frame5_2</cstring>            </property>            <property stdset="1">                <name>frameShape</name>                <enum>Box</enum>            </property>            <property stdset="1">                <name>frameShadow</name>                <enum>Sunken</enum>            </property>            <hbox>                <property stdset="1">                    <name>margin</name>                    <number>11</number>                </property>                <property stdset="1">                    <name>spacing</name>                    <number>6</number>                </property>                <widget>                    <class>QLabel</class>                    <property stdset="1">                        <name>name</name>                        <cstring>TextLabel14</cstring>                    </property>                    <property stdset="1">                        <name>text</name>                        <string>Templatedir</string>                    </property>                </widget>                <widget>                    <class>QLineEdit</class>                    <property stdset="1">                        <name>name</name>                        <cstring>tempdir</cstring>                    </property>                    <property>                        <name>toolTip</name>                        <string>The directory, where the openssl.cnf template can be found</string>                    </property>                </widget>                <widget>                    <class>QToolButton</class>                    <property stdset="1">                        <name>name</name>                        <cstring>ToolButton1</cstring>                    </property>                    <property stdset="1">                        <name>sizePolicy</name>                        <sizepolicy>                            <hsizetype>1</hsizetype>                            <vsizetype>0</vsizetype>                        </sizepolicy>                    </property>                    <property stdset="1">                        <name>text</name>                        <string>...</string>                    </property>                </widget>            </hbox>        </widget>        <widget>            <class>QFrame</class>            <property stdset="1">                <name>name</name>                <cstring>Frame5_2_2</cstring>            </property>            <property stdset="1">                <name>frameShape</name>                <enum>Box</enum>            </property>            <property stdset="1">                <name>frameShadow</name>                <enum>Sunken</enum>            </property>            <hbox>                <property stdset="1">                    <name>margin</name>                    <number>11</number>                </property>                <property stdset="1">                    <name>spacing</name>                    <number>6</number>                </property>

⌨️ 快捷键说明

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