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

📄 kchmsetupdialog.ui

📁 chm阅读器 用于在linux系统下chm文档的阅读
💻 UI
📖 第 1 页 / 共 3 页
字号:
                                <hbox>                                    <property name="name">                                        <cstring>unnamed</cstring>                                    </property>                                    <widget class="QLabel">                                        <property name="name">                                            <cstring>textLabel1_3</cstring>                                        </property>                                        <property name="text">                                            <string>External program:</string>                                        </property>                                    </widget>                                    <widget class="QLineEdit">                                        <property name="name">                                            <cstring>m_advExternalProgramName</cstring>                                        </property>                                    </widget>                                </hbox>                            </widget>                        </vbox>                    </widget>                    <widget class="QButtonGroup">                        <property name="name">                            <cstring>groupBox6</cstring>                        </property>                        <property name="title">                            <string>Search engine to use</string>                        </property>                        <grid>                            <property name="name">                                <cstring>unnamed</cstring>                            </property>                            <widget class="QRadioButton" row="1" column="0">                                <property name="name">									<cstring>m_useSearchEngineInternal</cstring>                                </property>                                <property name="text">                                    <string></string>                                </property>                            </widget>                            <widget class="QLabel" row="1" column="1">                                <property name="name">									<cstring>m_labelUseSearchEngineInternal</cstring>                                </property>                                <property name="sizePolicy">                                    <sizepolicy>                                        <hsizetype>5</hsizetype>                                        <vsizetype>5</vsizetype>                                        <horstretch>10</horstretch>                                        <verstretch>0</verstretch>                                    </sizepolicy>                                </property>                                <property name="text">                                    <string>Use the search based on internal CHM index. This engine cannot search for any symbols except underscode, does not support multibyte languages, and is not always available.</string>                                </property>                                <property name="alignment">                                    <set>WordBreak|AlignVCenter</set>                                </property>                            </widget>                            <widget class="QRadioButton" row="0" column="0">                                <property name="name">									<cstring>m_useSearchEngineNew</cstring>                                </property>                                <property name="text">                                    <string></string>                                </property>                            </widget>                            <widget class="QLabel" row="0" column="1">                                <property name="name">                                    <cstring>m_labelUseSearchEngineNew</cstring>                                </property>                                <property name="sizePolicy">                                    <sizepolicy>                                        <hsizetype>5</hsizetype>                                        <vsizetype>5</vsizetype>                                        <horstretch>10</horstretch>                                        <verstretch>0</verstretch>                                    </sizepolicy>                                </property>                                <property name="text">                                    <string>Use new kchmviewer internal  search engine (recommended). This engine indexes symbols, so it is possible to search for special symbols (like "C++"). All languages are supported. The index will be generated before the first search.</string>                                </property>                                <property name="alignment">                                    <set>WordBreak|AlignVCenter</set>                                </property>                            </widget>                        </grid>                    </widget>                </vbox>            </widget>        </widget>        <widget class="QLayoutWidget">            <property name="name">                <cstring>Layout1</cstring>            </property>            <hbox>                <property name="name">                    <cstring>unnamed</cstring>                </property>                <property name="margin">                    <number>0</number>                </property>                <property name="spacing">                    <number>6</number>                </property>                <widget class="QPushButton">                    <property name="name">                        <cstring>buttonHelp</cstring>                    </property>                    <property name="text">                        <string>&amp;Help</string>                    </property>                    <property name="accel">                        <string>F1</string>                    </property>                    <property name="autoDefault">                        <bool>true</bool>                    </property>                </widget>                <spacer>                    <property name="name">                        <cstring>Horizontal Spacing2</cstring>                    </property>                    <property name="orientation">                        <enum>Horizontal</enum>                    </property>                    <property name="sizeType">                        <enum>Expanding</enum>                    </property>                    <property name="sizeHint">                        <size>                            <width>20</width>                            <height>20</height>                        </size>                    </property>                </spacer>                <widget class="QPushButton">                    <property name="name">                        <cstring>buttonOk</cstring>                    </property>                    <property name="text">                        <string>&amp;OK</string>                    </property>                    <property name="accel">                        <string></string>                    </property>                    <property name="autoDefault">                        <bool>true</bool>                    </property>                    <property name="default">                        <bool>true</bool>                    </property>                </widget>                <widget class="QPushButton">                    <property name="name">                        <cstring>buttonCancel</cstring>                    </property>                    <property name="text">                        <string>&amp;Cancel</string>                    </property>                    <property name="accel">                        <string></string>                    </property>                    <property name="autoDefault">                        <bool>true</bool>                    </property>                </widget>            </hbox>        </widget>    </vbox></widget><connections>    <connection>        <sender>buttonOk</sender>        <signal>clicked()</signal>        <receiver>MyDialog1</receiver>        <slot>accept()</slot>    </connection>    <connection>        <sender>buttonCancel</sender>        <signal>clicked()</signal>        <receiver>MyDialog1</receiver>        <slot>reject()</slot>    </connection>    <connection>        <sender>m_radioUseKHTMLPart</sender>        <signal>toggled(bool)</signal>        <receiver>groupKhtmlSecurity</receiver>        <slot>setEnabled(bool)</slot>    </connection>    <connection>        <sender>m_advViewSourceExternal</sender>        <signal>toggled(bool)</signal>        <receiver>m_advExternalProgramName</receiver>        <slot>setEnabled(bool)</slot>    </connection>    <connection>        <sender>m_radioUseQtextBrowser</sender>        <signal>toggled(bool)</signal>        <receiver>groupKhtmlSecurity</receiver>        <slot>setDisabled(bool)</slot>    </connection></connections><tabstops>    <tabstop>m_advViewSourceInternal</tabstop>    <tabstop>m_advViewSourceExternal</tabstop>    <tabstop>m_useSearchEngineNew</tabstop>    <tabstop>m_useSearchEngineInternal</tabstop>    <tabstop>tabWidget</tabstop>    <tabstop>m_radioOnBeginOpenDialog</tabstop>    <tabstop>m_radioOnBeginOpenLast</tabstop>    <tabstop>m_historySize</tabstop>    <tabstop>m_rememberHistoryInfo</tabstop>    <tabstop>m_radioExtLinkOpenAlways</tabstop>    <tabstop>m_radioExtLinkAsk</tabstop>    <tabstop>m_radioExtLinkOpenNever</tabstop>    <tabstop>m_radioNewChmOpenAlways</tabstop>    <tabstop>m_radioNewChmAsk</tabstop>    <tabstop>m_radioNewChmOpenNever</tabstop>    <tabstop>m_qtBrowserPath</tabstop>    <tabstop>m_radioUseQtextBrowser</tabstop>    <tabstop>m_radioUseKHTMLPart</tabstop>    <tabstop>m_enableJS</tabstop>    <tabstop>m_enablePlugins</tabstop>    <tabstop>m_enableJava</tabstop>    <tabstop>m_enableRefresh</tabstop>    <tabstop>m_advExternalProgramName</tabstop>    <tabstop>buttonHelp</tabstop>    <tabstop>buttonOk</tabstop>    <tabstop>buttonCancel</tabstop></tabstops><slots>    <slot>m_radioUseKHTMLPart_toggled( bool )</slot></slots><layoutdefaults spacing="6" margin="11"/></UI>

⌨️ 快捷键说明

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