Warning, /utilities/konsole/src/settings/GeneralSettings.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>GeneralSettings</class>
0004  <widget class="QWidget" name="GeneralSettings">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>654</width>
0010     <height>483</height>
0011    </rect>
0012   </property>
0013   <property name="sizePolicy">
0014    <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0015     <horstretch>1</horstretch>
0016     <verstretch>0</verstretch>
0017    </sizepolicy>
0018   </property>
0019   <layout class="QVBoxLayout" name="verticalLayout">
0020    <property name="spacing">
0021     <number>0</number>
0022    </property>
0023    <item>
0024     <layout class="QGridLayout">
0025      <property name="leftMargin">
0026       <number>0</number>
0027      </property>
0028      <property name="topMargin">
0029       <number>0</number>
0030      </property>
0031      <property name="rightMargin">
0032       <number>0</number>
0033      </property>
0034      <property name="bottomMargin">
0035       <number>0</number>
0036      </property>
0037      <property name="spacing">
0038       <number>6</number>
0039      </property>
0040      <item row="7" column="0" alignment="Qt::AlignRight">
0041       <widget class="QLabel" name="label_2">
0042        <property name="text">
0043         <string comment="@item:intext Search options">Search:</string>
0044        </property>
0045       </widget>
0046      </item>
0047      <item row="2" column="1">
0048       <widget class="QCheckBox" name="kcfg_AllowMenuAccelerators">
0049        <property name="sizePolicy">
0050         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0051          <horstretch>0</horstretch>
0052          <verstretch>0</verstretch>
0053         </sizepolicy>
0054        </property>
0055        <property name="text">
0056         <string>Enable menu accelerators</string>
0057        </property>
0058       </widget>
0059      </item>
0060      <item row="0" column="1">
0061       <widget class="QCheckBox" name="kcfg_RememberWindowSize">
0062        <property name="sizePolicy">
0063         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0064          <horstretch>0</horstretch>
0065          <verstretch>0</verstretch>
0066         </sizepolicy>
0067        </property>
0068        <property name="toolTip">
0069         <string>If enabled, profile settings will be ignored</string>
0070        </property>
0071        <property name="text">
0072         <string>Remember window size</string>
0073        </property>
0074       </widget>
0075      </item>
0076      <item row="3" column="1">
0077       <widget class="QCheckBox" name="kcfg_ShowWindowTitleOnTitleBar">
0078        <property name="sizePolicy">
0079         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0080          <horstretch>0</horstretch>
0081          <verstretch>0</verstretch>
0082         </sizepolicy>
0083        </property>
0084        <property name="text">
0085         <string>Show window title on the titlebar</string>
0086        </property>
0087       </widget>
0088      </item>
0089      <item row="5" column="1">
0090       <widget class="QCheckBox" name="kcfg_FocusFollowsMouse">
0091        <property name="text">
0092         <string>Focus terminals when the mouse pointer is moved over them</string>
0093        </property>
0094       </widget>
0095      </item>
0096      <item row="8" column="1">
0097       <widget class="QCheckBox" name="kcfg_SearchRegExpression">
0098        <property name="sizePolicy">
0099         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0100          <horstretch>0</horstretch>
0101          <verstretch>0</verstretch>
0102         </sizepolicy>
0103        </property>
0104        <property name="text">
0105         <string>Match using regular expressions</string>
0106        </property>
0107       </widget>
0108      </item>
0109      <item row="1" column="1">
0110       <widget class="QCheckBox" name="kcfg_UseSingleInstance">
0111        <property name="sizePolicy">
0112         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0113          <horstretch>0</horstretch>
0114          <verstretch>0</verstretch>
0115         </sizepolicy>
0116        </property>
0117        <property name="toolTip">
0118         <string>When launching Konsole re-use existing process if possible</string>
0119        </property>
0120        <property name="text">
0121         <string>Run all Konsole windows in a single process</string>
0122        </property>
0123       </widget>
0124      </item>
0125      <item row="9" column="1">
0126       <widget class="QCheckBox" name="kcfg_SearchHighlightMatches">
0127        <property name="sizePolicy">
0128         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0129          <horstretch>0</horstretch>
0130          <verstretch>0</verstretch>
0131         </sizepolicy>
0132        </property>
0133        <property name="text">
0134         <string>Highlight all matches</string>
0135        </property>
0136       </widget>
0137      </item>
0138      <item row="6" column="1">
0139       <spacer>
0140        <property name="orientation">
0141         <enum>Qt::Vertical</enum>
0142        </property>
0143        <property name="sizeType">
0144         <enum>QSizePolicy::Fixed</enum>
0145        </property>
0146        <property name="sizeHint" stdset="0">
0147         <size>
0148          <width>20</width>
0149          <height>16</height>
0150         </size>
0151        </property>
0152       </spacer>
0153      </item>
0154      <item row="7" column="1">
0155       <widget class="QCheckBox" name="kcfg_SearchCaseSensitive">
0156        <property name="sizePolicy">
0157         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0158          <horstretch>0</horstretch>
0159          <verstretch>0</verstretch>
0160         </sizepolicy>
0161        </property>
0162        <property name="toolTip">
0163         <string>Sets whether the search is case sensitive</string>
0164        </property>
0165        <property name="text">
0166         <string>Case sensitive</string>
0167        </property>
0168       </widget>
0169      </item>
0170      <item row="4" column="1">
0171       <widget class="QCheckBox" name="kcfg_RemoveWindowTitleBarAndFrame">
0172        <property name="text">
0173         <string>Remove window titlebar and frame</string>
0174        </property>
0175       </widget>
0176      </item>
0177      <item row="11" column="1">
0178       <spacer>
0179        <property name="orientation">
0180         <enum>Qt::Vertical</enum>
0181        </property>
0182        <property name="sizeType">
0183         <enum>QSizePolicy::Fixed</enum>
0184        </property>
0185        <property name="sizeHint" stdset="0">
0186         <size>
0187          <width>20</width>
0188          <height>16</height>
0189         </size>
0190        </property>
0191       </spacer>
0192      </item>
0193      <item row="0" column="0">
0194       <widget class="QLabel" name="label">
0195        <property name="text">
0196         <string>Process and window:</string>
0197        </property>
0198        <property name="alignment">
0199         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0200        </property>
0201       </widget>
0202      </item>
0203      <item row="12" column="0" alignment="Qt::AlignRight">
0204       <widget class="QLabel" name="label_3">
0205        <property name="text">
0206         <string>Notifications:</string>
0207        </property>
0208       </widget>
0209      </item>
0210      <item row="12" column="1">
0211       <layout class="QHBoxLayout" stretch="0,1">
0212        <property name="spacing">
0213         <number>0</number>
0214        </property>
0215        <item>
0216         <widget class="QPushButton" name="enableAllMessagesButton">
0217          <property name="sizePolicy">
0218           <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0219            <horstretch>0</horstretch>
0220            <verstretch>0</verstretch>
0221           </sizepolicy>
0222          </property>
0223          <property name="toolTip">
0224           <string>All dialogs will be shown again</string>
0225          </property>
0226          <property name="text">
0227           <string>Enable all &quot;Don't Ask Again&quot; messages</string>
0228          </property>
0229         </widget>
0230        </item>
0231        <item>
0232         <spacer>
0233          <property name="orientation">
0234           <enum>Qt::Horizontal</enum>
0235          </property>
0236          <property name="sizeHint" stdset="0">
0237           <size>
0238            <width>40</width>
0239            <height>20</height>
0240           </size>
0241          </property>
0242         </spacer>
0243        </item>
0244       </layout>
0245      </item>
0246      <item row="10" column="1">
0247       <widget class="QCheckBox" name="kcfg_SearchReverseSearch">
0248        <property name="sizePolicy">
0249         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0250          <horstretch>0</horstretch>
0251          <verstretch>0</verstretch>
0252         </sizepolicy>
0253        </property>
0254        <property name="toolTip">
0255         <string>Sets whether search should start from the bottom</string>
0256        </property>
0257        <property name="text">
0258         <string>Search backwards</string>
0259        </property>
0260       </widget>
0261      </item>
0262     </layout>
0263    </item>
0264    <item>
0265     <spacer>
0266      <property name="orientation">
0267       <enum>Qt::Vertical</enum>
0268      </property>
0269      <property name="sizeHint" stdset="0">
0270       <size>
0271        <width>20</width>
0272        <height>40</height>
0273       </size>
0274      </property>
0275     </spacer>
0276    </item>
0277   </layout>
0278  </widget>
0279  <resources/>
0280  <connections/>
0281 </ui>