Warning, /multimedia/k3b/src/option/base_k3bmiscoptiontab.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <class>base_K3bMiscOptionTab</class>
0004  <widget class="QWidget" name="base_K3bMiscOptionTab">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>346</width>
0010     <height>322</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout">
0014    <property name="margin">
0015     <number>0</number>
0016    </property>
0017    <item>
0018     <widget class="QGroupBox" name="groupBox1">
0019      <property name="title">
0020       <string>Misc</string>
0021      </property>
0022      <layout class="QVBoxLayout">
0023       <item>
0024        <widget class="QCheckBox" name="m_checkSaveOnExit">
0025         <property name="toolTip">
0026          <string>Ask to save modified projects on exit</string>
0027         </property>
0028         <property name="text">
0029          <string>&amp;Ask to save projects on exit</string>
0030         </property>
0031        </widget>
0032       </item>
0033       <item>
0034        <layout class="QHBoxLayout">
0035         <item>
0036          <widget class="QLabel" name="textLabel1_2">
0037           <property name="text">
0038            <string>Default Temporary Directory:</string>
0039           </property>
0040           <property name="wordWrap">
0041            <bool>false</bool>
0042           </property>
0043          </widget>
0044         </item>
0045         <item>
0046          <widget class="KUrlRequester" name="m_editTempDir">
0047           <property name="toolTip">
0048            <string>The directory where K3b stores temporary files</string>
0049           </property>
0050           <property name="whatsThis">
0051            <string>&lt;p&gt;This is the default temporary directory. This is where K3b will store temporary files such as iso images or decoded audio files.&lt;p&gt;Be aware that the temporary directory may also be changed in every project burn dialog.</string>
0052           </property>
0053          </widget>
0054         </item>
0055        </layout>
0056       </item>
0057      </layout>
0058     </widget>
0059    </item>
0060    <item>
0061     <widget class="QGroupBox" name="groupBox3">
0062      <property name="title">
0063       <string>System</string>
0064      </property>
0065      <layout class="QVBoxLayout">
0066       <item>
0067        <widget class="QCheckBox" name="m_checkSystemConfig">
0068         <property name="toolTip">
0069          <string>Check system Configuration</string>
0070         </property>
0071         <property name="whatsThis">
0072          <string>&lt;p&gt;If this option is checked K3b will check the system configuration for any problems on startup and when the user changes the settings.</string>
0073         </property>
0074         <property name="text">
0075          <string>&amp;Check system configuration</string>
0076         </property>
0077        </widget>
0078       </item>
0079      </layout>
0080     </widget>
0081    </item>
0082    <item>
0083     <widget class="QGroupBox" name="groupBox2">
0084      <property name="title">
0085       <string>GUI Settings</string>
0086      </property>
0087      <layout class="QVBoxLayout">
0088       <item>
0089        <widget class="QCheckBox" name="m_checkShowProgressOSD">
0090         <property name="whatsThis">
0091          <string>&lt;p&gt;If this option is checked K3b will display the progress in KDE notification area. If K3b is run outside KDE environment a separate progress window may be shown instead.&lt;/p&gt;</string>
0092         </property>
0093         <property name="text">
0094          <string>Show &amp;progress in notification area</string>
0095         </property>
0096        </widget>
0097       </item>
0098       <item>
0099        <widget class="QCheckBox" name="m_checkHideMainWindowWhileWriting">
0100         <property name="toolTip">
0101          <string>Hide the main window while displaying the progress window</string>
0102         </property>
0103         <property name="whatsThis">
0104          <string>&lt;p&gt;If this option is checked K3b will hide the main window while displaying the progress dialog.</string>
0105         </property>
0106         <property name="text">
0107          <string>Hide &amp;main window while writing</string>
0108         </property>
0109        </widget>
0110       </item>
0111       <item>
0112        <widget class="QCheckBox" name="m_checkShowSplash">
0113         <property name="toolTip">
0114          <string>Show the splash screen when K3b starts</string>
0115         </property>
0116         <property name="text">
0117          <string>Show splash screen</string>
0118         </property>
0119        </widget>
0120       </item>
0121       <item>
0122        <widget class="QCheckBox" name="m_checkKeepDialogsOpen">
0123         <property name="toolTip">
0124          <string>Do not close action dialogs after finishing the process</string>
0125         </property>
0126         <property name="whatsThis">
0127          <string>&lt;p&gt;If this option is checked K3b will not close action dialogs such as the CD Copy dialog after the process has been finished. It will be kept open to start a new process, for instance, copying another CD.</string>
0128         </property>
0129         <property name="text">
0130          <string>&amp;Keep action dialogs open</string>
0131         </property>
0132        </widget>
0133       </item>
0134       <item>
0135        <layout class="QHBoxLayout">
0136         <item>
0137          <widget class="QLabel" name="textLabel1_3">
0138           <property name="text">
0139            <string>&amp;Default action dialog settings:</string>
0140           </property>
0141           <property name="wordWrap">
0142            <bool>false</bool>
0143           </property>
0144           <property name="buddy">
0145            <cstring>m_comboActionDialogSettings</cstring>
0146           </property>
0147          </widget>
0148         </item>
0149         <item>
0150          <widget class="K3b::IntMapComboBox" name="m_comboActionDialogSettings" native="true">
0151           <property name="toolTip">
0152            <string>Settings to load when opening an action dialog</string>
0153           </property>
0154          </widget>
0155         </item>
0156        </layout>
0157       </item>
0158      </layout>
0159     </widget>
0160    </item>
0161    <item>
0162     <spacer>
0163      <property name="orientation">
0164       <enum>Qt::Vertical</enum>
0165      </property>
0166      <property name="sizeType">
0167       <enum>QSizePolicy::Expanding</enum>
0168      </property>
0169      <property name="sizeHint" stdset="0">
0170       <size>
0171        <width>1</width>
0172        <height>1</height>
0173       </size>
0174      </property>
0175     </spacer>
0176    </item>
0177   </layout>
0178  </widget>
0179  <customwidgets>
0180   <customwidget>
0181    <class>KUrlRequester</class>
0182    <extends>QFrame</extends>
0183    <header>kurlrequester.h</header>
0184   </customwidget>
0185   <customwidget>
0186    <class>K3b::IntMapComboBox</class>
0187    <extends>QWidget</extends>
0188    <header location="global">k3bintmapcombobox.h</header>
0189   </customwidget>
0190  </customwidgets>
0191  <includes>
0192   <include location="local">kurlrequester.h</include>
0193   <include location="local">k3bintmapcombobox.h</include>
0194  </includes>
0195  <resources/>
0196  <connections/>
0197 </ui>