diff options
Diffstat (limited to 'src/kchmsetupdialog.ui')
-rw-r--r-- | src/kchmsetupdialog.ui | 710 |
1 files changed, 710 insertions, 0 deletions
diff --git a/src/kchmsetupdialog.ui b/src/kchmsetupdialog.ui new file mode 100644 index 0000000..c65d0fa --- /dev/null +++ b/src/kchmsetupdialog.ui @@ -0,0 +1,710 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>KCHMSetupDialog</class> +<widget class="QDialog"> + <property name="name"> + <cstring>MyDialog1</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>654</width> + <height>343</height> + </rect> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>1</hsizetype> + <vsizetype>1</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="caption"> + <string>KchmViewer settings</string> + </property> + <property name="sizeGripEnabled"> + <bool>false</bool> + </property> + <property name="modal"> + <bool>true</bool> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>11</number> + </property> + <property name="spacing"> + <number>6</number> + </property> + <property name="resizeMode"> + <enum>Minimum</enum> + </property> + <widget class="QTabWidget"> + <property name="name"> + <cstring>tabWidget</cstring> + </property> + <widget class="QWidget"> + <property name="name"> + <cstring>Widget8</cstring> + </property> + <attribute name="title"> + <string>General behavior</string> + </attribute> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout4</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QButtonGroup"> + <property name="name"> + <cstring>buttonGroup1</cstring> + </property> + <property name="title"> + <string>If no arguments given on load</string> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QRadioButton"> + <property name="name"> + <cstring>m_radioOnBeginOpenDialog</cstring> + </property> + <property name="text"> + <string>Open the 'open CHM file' dialog</string> + </property> + </widget> + <widget class="QRadioButton"> + <property name="name"> + <cstring>m_radioOnBeginOpenLast</cstring> + </property> + <property name="text"> + <string>Open the &last used CHM file, if exist</string> + </property> + <property name="accel"> + <string>Alt+L</string> + </property> + </widget> + </vbox> + </widget> + <widget class="QButtonGroup"> + <property name="name"> + <cstring>buttonGroup2</cstring> + </property> + <property name="title"> + <string>History</string> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout3</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLabel"> + <property name="name"> + <cstring>textLabel1</cstring> + </property> + <property name="text"> + <string>Store history information for</string> + </property> + </widget> + <widget class="QSpinBox"> + <property name="name"> + <cstring>m_historySize</cstring> + </property> + <property name="prefix"> + <string></string> + </property> + <property name="value"> + <number>10</number> + </property> + </widget> + <widget class="QLabel"> + <property name="name"> + <cstring>textLabel2</cstring> + </property> + <property name="text"> + <string>latest files</string> + </property> + </widget> + </hbox> + </widget> + <widget class="QCheckBox"> + <property name="name"> + <cstring>m_rememberHistoryInfo</cstring> + </property> + <property name="text"> + <string>R&emember extra information for history files</string> + </property> + <property name="accel"> + <string>Alt+E</string> + </property> + <property name="toolTip" stdset="0"> + <string>Remembers the information about the files, which were opened. Remembers last opened page, search history, font size, bookmarks and so on.</string> + </property> + </widget> + </vbox> + </widget> + </hbox> + </widget> + <widget class="QGroupBox"> + <property name="name"> + <cstring>groupBox1</cstring> + </property> + <property name="title"> + <string>CHM security settings</string> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QButtonGroup"> + <property name="name"> + <cstring>buttonGroup4</cstring> + </property> + <property name="title"> + <string>When external link clicked</string> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QRadioButton"> + <property name="name"> + <cstring>m_radioExtLinkOpenAlways</cstring> + </property> + <property name="text"> + <string>Alwa&ys open it in external browser</string> + </property> + <property name="accel"> + <string>Alt+Y</string> + </property> + </widget> + <widget class="QRadioButton"> + <property name="name"> + <cstring>m_radioExtLinkAsk</cstring> + </property> + <property name="text"> + <string>Ask for confirmation</string> + </property> + </widget> + <widget class="QRadioButton"> + <property name="name"> + <cstring>m_radioExtLinkOpenNever</cstring> + </property> + <property name="text"> + <string>Do not open the link</string> + </property> + <property name="accel"> + <string></string> + </property> + </widget> + </vbox> + </widget> + <widget class="QButtonGroup"> + <property name="name"> + <cstring>buttonGroup5</cstring> + </property> + <property name="title"> + <string>When link pointed to a new CHM file clicked</string> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QRadioButton"> + <property name="name"> + <cstring>m_radioNewChmOpenAlways</cstring> + </property> + <property name="text"> + <string>Always open a new CHM file</string> + </property> + </widget> + <widget class="QRadioButton"> + <property name="name"> + <cstring>m_radioNewChmAsk</cstring> + </property> + <property name="text"> + <string>Ask for confirmation</string> + </property> + </widget> + <widget class="QRadioButton"> + <property name="name"> + <cstring>m_radioNewChmOpenNever</cstring> + </property> + <property name="text"> + <string>Do not open a new CHM file</string> + </property> + </widget> + </vbox> + </widget> + </hbox> + </widget> + </vbox> + </widget> + <widget class="QWidget"> + <property name="name"> + <cstring>Widget9</cstring> + </property> + <attribute name="title"> + <string>Version-specific settings</string> + </attribute> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QGroupBox"> + <property name="name"> + <cstring>m_groupQtsettings</cstring> + </property> + <property name="title"> + <string>Qt version settings</string> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLabel"> + <property name="name"> + <cstring>textLabel1_2</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>5</hsizetype> + <vsizetype>7</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="lineWidth"> + <number>1</number> + </property> + <property name="text"> + <string>Enter the path to the program, which will be used as a browser for external links. A <i>%s</i> symbol will be replaced by the URL clicked.</string> + </property> + <property name="alignment"> + <set>WordBreak|AlignVCenter</set> + </property> + </widget> + <widget class="QLineEdit"> + <property name="name"> + <cstring>m_qtBrowserPath</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>1</hsizetype> + <vsizetype>0</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + </widget> + </hbox> + </widget> + <widget class="QGroupBox"> + <property name="name"> + <cstring>m_groupKDEsettings</cstring> + </property> + <property name="title"> + <string>KDE version settings</string> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QButtonGroup"> + <property name="name"> + <cstring>buttonGroup5_2</cstring> + </property> + <property name="title"> + <string>To show HTML content, use</string> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QRadioButton"> + <property name="name"> + <cstring>m_radioUseQtextBrowser</cstring> + </property> + <property name="text"> + <string>&QTextBrowser-based widget</string> + </property> + <property name="accel"> + <string>Alt+Q</string> + </property> + </widget> + <widget class="QRadioButton"> + <property name="name"> + <cstring>m_radioUseKHTMLPart</cstring> + </property> + <property name="text"> + <string>&KHTMLPart-based widget</string> + </property> + <property name="accel"> + <string>Alt+K</string> + </property> + </widget> + </vbox> + </widget> + <widget class="QGroupBox"> + <property name="name"> + <cstring>groupKhtmlSecurity</cstring> + </property> + <property name="title"> + <string>KHTMLPart security</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QCheckBox" row="0" column="0"> + <property name="name"> + <cstring>m_enableJS</cstring> + </property> + <property name="text"> + <string>Enable Java&Script</string> + </property> + <property name="accel"> + <string>Alt+S</string> + </property> + </widget> + <widget class="QCheckBox" row="0" column="1"> + <property name="name"> + <cstring>m_enablePlugins</cstring> + </property> + <property name="text"> + <string>Enable &plugins</string> + </property> + <property name="accel"> + <string>Alt+P</string> + </property> + </widget> + <widget class="QCheckBox" row="1" column="0"> + <property name="name"> + <cstring>m_enableJava</cstring> + </property> + <property name="text"> + <string>Enable &Java</string> + </property> + <property name="accel"> + <string>Alt+J</string> + </property> + </widget> + <widget class="QCheckBox" row="1" column="1"> + <property name="name"> + <cstring>m_enableRefresh</cstring> + </property> + <property name="text"> + <string>Enable &refresh</string> + </property> + <property name="accel"> + <string>Alt+R</string> + </property> + </widget> + </grid> + </widget> + </hbox> + </widget> + </vbox> + </widget> + <widget class="QWidget"> + <property name="name"> + <cstring>TabPage</cstring> + </property> + <attribute name="title"> + <string>Advanced</string> + </attribute> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QButtonGroup"> + <property name="name"> + <cstring>buttonGroup7</cstring> + </property> + <property name="title"> + <string>View HTML source command uses</string> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QRadioButton"> + <property name="name"> + <cstring>m_advViewSourceInternal</cstring> + </property> + <property name="text"> + <string>Built-in HTML source viewer</string> + </property> + <property name="accel"> + <string></string> + </property> + </widget> + <widget class="QRadioButton"> + <property name="name"> + <cstring>m_advViewSourceExternal</cstring> + </property> + <property name="text"> + <string>E&xternal program, specified below</string> + </property> + <property name="accel"> + <string>Alt+X</string> + </property> + </widget> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout4</cstring> + </property> + <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>&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>&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>&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> |