Warning, /utilities/konsole/src/widgets/EditProfileMousePage.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>EditProfileMousePage</class>
0004  <widget class="QWidget" name="EditProfileMousePage">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>993</width>
0010     <height>632</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout">
0014    <property name="leftMargin">
0015     <number>0</number>
0016    </property>
0017    <property name="topMargin">
0018     <number>0</number>
0019    </property>
0020    <property name="rightMargin">
0021     <number>0</number>
0022    </property>
0023    <property name="bottomMargin">
0024     <number>0</number>
0025    </property>
0026    <item>
0027     <widget class="QTabWidget" name="tabWidget">
0028      <property name="currentIndex">
0029       <number>0</number>
0030      </property>
0031      <property name="documentMode">
0032       <bool>true</bool>
0033      </property>
0034      <widget class="QWidget" name="tab">
0035       <attribute name="title">
0036        <string>Text interaction</string>
0037       </attribute>
0038       <layout class="QVBoxLayout" name="verticalLayout">
0039        <property name="spacing">
0040         <number>0</number>
0041        </property>
0042        <item>
0043         <layout class="QGridLayout">
0044          <property name="spacing">
0045           <number>6</number>
0046          </property>
0047          <item row="0" column="0">
0048           <widget class="QLabel" name="label_11">
0049            <property name="toolTip">
0050             <string comment="@info:tooltip">Characters which are considered part of a word when double-clicking to select whole words in the terminal.</string>
0051            </property>
0052            <property name="text">
0053             <string>Word characters:</string>
0054            </property>
0055            <property name="alignment">
0056             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0057            </property>
0058            <property name="buddy">
0059             <cstring>wordCharacterEdit</cstring>
0060            </property>
0061           </widget>
0062          </item>
0063          <item row="0" column="1">
0064           <widget class="QLineEdit" name="wordCharacterEdit">
0065            <property name="font">
0066             <font>
0067              <family>Monospace</family>
0068             </font>
0069            </property>
0070            <property name="toolTip">
0071             <string comment="@info:tooltip">Characters which are considered part of a word when double-clicking to select whole words in the terminal.</string>
0072            </property>
0073           </widget>
0074          </item>
0075          <item row="1" column="1">
0076           <spacer>
0077            <property name="orientation">
0078             <enum>Qt::Vertical</enum>
0079            </property>
0080            <property name="sizeType">
0081             <enum>QSizePolicy::Fixed</enum>
0082            </property>
0083            <property name="sizeHint" stdset="0">
0084             <size>
0085              <width>20</width>
0086              <height>16</height>
0087             </size>
0088            </property>
0089           </spacer>
0090          </item>
0091          <item row="2" column="0">
0092           <widget class="QLabel" name="label_17">
0093            <property name="text">
0094             <string>Triple-click selects:</string>
0095            </property>
0096            <property name="alignment">
0097             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0098            </property>
0099           </widget>
0100          </item>
0101          <item row="2" column="1">
0102           <widget class="QRadioButton" name="tripleClickSelectsTheWholeLine">
0103            <property name="text">
0104             <string>The whole line</string>
0105            </property>
0106            <attribute name="buttonGroup">
0107             <string notr="true">tripleClickMode</string>
0108            </attribute>
0109           </widget>
0110          </item>
0111          <item row="3" column="1">
0112           <widget class="QRadioButton" name="tripleClickSelectsFromMousePosition">
0113            <property name="text">
0114             <string>From mouse position to the end of line</string>
0115            </property>
0116            <attribute name="buttonGroup">
0117             <string notr="true">tripleClickMode</string>
0118            </attribute>
0119           </widget>
0120          </item>
0121          <item row="4" column="1">
0122           <spacer>
0123            <property name="orientation">
0124             <enum>Qt::Vertical</enum>
0125            </property>
0126            <property name="sizeType">
0127             <enum>QSizePolicy::Fixed</enum>
0128            </property>
0129            <property name="sizeHint" stdset="0">
0130             <size>
0131              <width>20</width>
0132              <height>16</height>
0133             </size>
0134            </property>
0135           </spacer>
0136          </item>
0137          <item row="5" column="0">
0138           <widget class="QLabel" name="label_13">
0139            <property name="text">
0140             <string>Middle-click pastes:</string>
0141            </property>
0142            <property name="alignment">
0143             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0144            </property>
0145           </widget>
0146          </item>
0147          <item row="5" column="1">
0148           <widget class="QRadioButton" name="pasteFromClipboardButton">
0149            <property name="text">
0150             <string>From clipboard</string>
0151            </property>
0152            <attribute name="buttonGroup">
0153             <string notr="true">pasteFrom</string>
0154            </attribute>
0155           </widget>
0156          </item>
0157          <item row="6" column="1">
0158           <widget class="QRadioButton" name="pasteFromX11SelectionButton">
0159            <property name="text">
0160             <string>From selection</string>
0161            </property>
0162            <attribute name="buttonGroup">
0163             <string notr="true">pasteFrom</string>
0164            </attribute>
0165           </widget>
0166          </item>
0167          <item row="7" column="1">
0168           <spacer>
0169            <property name="orientation">
0170             <enum>Qt::Vertical</enum>
0171            </property>
0172            <property name="sizeType">
0173             <enum>QSizePolicy::Fixed</enum>
0174            </property>
0175            <property name="sizeHint" stdset="0">
0176             <size>
0177              <width>20</width>
0178              <height>16</height>
0179             </size>
0180            </property>
0181           </spacer>
0182          </item>
0183          <item row="8" column="0">
0184           <widget class="QLabel" name="label">
0185            <property name="text">
0186             <string>Copy options:</string>
0187            </property>
0188            <property name="alignment">
0189             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0190            </property>
0191           </widget>
0192          </item>
0193          <item row="8" column="1">
0194           <widget class="QCheckBox" name="copyTextToClipboardButton">
0195            <property name="toolTip">
0196             <string>Automatically copy selected text into clipboard</string>
0197            </property>
0198            <property name="text">
0199             <string>Copy on select</string>
0200            </property>
0201           </widget>
0202          </item>
0203          <item row="9" column="1">
0204           <widget class="QCheckBox" name="copyTextAsHTMLButton">
0205            <property name="toolTip">
0206             <string>Copy text as HTML (including formatting, font faces, colors... etc)</string>
0207            </property>
0208            <property name="text">
0209             <string>Copy text as HTML</string>
0210            </property>
0211           </widget>
0212          </item>
0213          <item row="10" column="1">
0214           <widget class="QCheckBox" name="trimLeadingSpacesButton">
0215            <property name="toolTip">
0216             <string>Trim leading spaces in selected text, useful in some instances</string>
0217            </property>
0218            <property name="text">
0219             <string>Trim leading spaces</string>
0220            </property>
0221           </widget>
0222          </item>
0223          <item row="11" column="1">
0224           <widget class="QCheckBox" name="trimTrailingSpacesButton">
0225            <property name="toolTip">
0226             <string>Trim trailing spaces in selected text, useful in some instances</string>
0227            </property>
0228            <property name="text">
0229             <string>Trim trailing spaces</string>
0230            </property>
0231           </widget>
0232          </item>
0233         </layout>
0234        </item>
0235        <item>
0236         <spacer>
0237          <property name="orientation">
0238           <enum>Qt::Vertical</enum>
0239          </property>
0240          <property name="sizeHint" stdset="0">
0241           <size>
0242            <width>20</width>
0243            <height>0</height>
0244           </size>
0245          </property>
0246         </spacer>
0247        </item>
0248       </layout>
0249      </widget>
0250      <widget class="QWidget" name="tab_2">
0251       <attribute name="title">
0252        <string comment="Items that do not fit in other categories">Miscellaneous</string>
0253       </attribute>
0254       <layout class="QVBoxLayout" name="verticalLayout_2">
0255        <property name="spacing">
0256         <number>10</number>
0257        </property>
0258        <item>
0259         <layout class="QVBoxLayout" name="underlineURILayout">
0260          <property name="spacing">
0261           <number>10</number>
0262          </property>
0263          <item>
0264           <widget class="QCheckBox" name="underlineLinksButton">
0265            <property name="toolTip">
0266             <string>Text recognized as a link or an email address will be underlined when hovered by the mouse pointer.</string>
0267            </property>
0268            <property name="text">
0269             <string>Underline links</string>
0270            </property>
0271           </widget>
0272          </item>
0273          <item>
0274           <widget class="QCheckBox" name="underlineFilesButton">
0275            <property name="toolTip">
0276             <string>Text recognized as a file will be underlined when hovered by the mouse pointer.</string>
0277            </property>
0278            <property name="text">
0279             <string>Underline files</string>
0280            </property>
0281           </widget>
0282          </item>
0283          <item>
0284           <layout class="QHBoxLayout">
0285            <item>
0286             <widget class="QLabel" name="textEditorCommandLabel">
0287              <property name="text">
0288               <string>Text Editor Command: </string>
0289              </property>
0290              <property name="buddy">
0291               <cstring>textEditorCombo</cstring>
0292              </property>
0293              <property name="toolTip">
0294               <string comment="@info:tooltip">Text editor to use when opening text file URLs at a given line/column.</string>
0295              </property>
0296             </widget>
0297            </item>
0298            <item>
0299             <widget class="QComboBox" name="textEditorCombo">
0300              <property name="sizePolicy">
0301               <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0302                <horstretch>1</horstretch>
0303               </sizepolicy>
0304              </property>
0305              <property name="toolTip">
0306               <string comment="@info:tooltip">Text editor to use when opening text file URLs at a given line/column.</string>
0307              </property>
0308             </widget>
0309            </item>
0310            <item>
0311             <widget class="QPushButton" name="textEditorCustomBtn">
0312              <property name="text">
0313               <string>Edit...</string>
0314              </property>
0315              <property name="sizePolicy">
0316               <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0317               </sizepolicy>
0318              </property>
0319             </widget>
0320            </item>
0321           </layout>
0322          </item>
0323          <item>
0324           <widget class="QCheckBox" name="openLinksByDirectClickButton">
0325            <property name="sizePolicy">
0326             <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
0327              <horstretch>0</horstretch>
0328              <verstretch>0</verstretch>
0329             </sizepolicy>
0330            </property>
0331            <property name="toolTip">
0332             <string>Text recognized as a file, link or an email address can be opened by direct mouse click.</string>
0333            </property>
0334            <property name="text">
0335             <string>Open files/links by direct click</string>
0336            </property>
0337           </widget>
0338          </item>
0339         </layout>
0340        </item>
0341        <item>
0342         <layout class="QVBoxLayout">
0343          <item>
0344           <widget class="QCheckBox" name="allowLinkEscapeSequenceButton">
0345            <property name="text">
0346             <string>Allow escape sequences for links</string>
0347            </property>
0348           </widget>
0349          </item>
0350          <item>
0351           <widget class="QLabel" name="allowLinkEscapeSequenceButtonWarning">
0352            <property name="text">
0353             <string>&lt;b&gt;WARNING&lt;/b&gt;: This has security implications as it allows malicious URLs to be shown as another URL or hidden.&lt;br&gt;Make sure you understand the implications before turning this on.</string>
0354            </property>
0355            <property name="textFormat">
0356             <enum>Qt::RichText</enum>
0357            </property>
0358            <property name="wordWrap">
0359             <bool>true</bool>
0360            </property>
0361            <property name="indent">
0362             <number>30</number>
0363            </property>
0364           </widget>
0365          </item>
0366          <item>
0367           <layout class="QHBoxLayout">
0368            <item>
0369             <widget class="QLabel" name="label_2">
0370              <property name="text">
0371               <string>Allowed link formats: </string>
0372              </property>
0373              <property name="indent">
0374               <number>30</number>
0375              </property>
0376             </widget>
0377            </item>
0378            <item>
0379             <widget class="QLineEdit" name="linkEscapeSequenceTexts">
0380              <property name="toolTip">
0381               <string>The formats of possible links, like http://, https:// and file://</string>
0382              </property>
0383             </widget>
0384            </item>
0385           </layout>
0386          </item>
0387         </layout>
0388        </item>
0389        <item>
0390         <widget class="QCheckBox" name="ctrlRequiredForDragButton">
0391          <property name="toolTip">
0392           <string>Selected text will require control key plus click to drag.</string>
0393          </property>
0394          <property name="text">
0395           <string>Require Ctrl key for drag &amp;&amp; drop</string>
0396          </property>
0397         </widget>
0398        </item>
0399        <item>
0400         <widget class="QCheckBox" name="enableAlternateScrollingButton">
0401          <property name="toolTip">
0402           <string>Mouse scroll wheel will emulate up/down key presses in programs that use the Alternate Screen buffer (e.g. less)</string>
0403          </property>
0404          <property name="text">
0405           <string>Enable Alternate Screen buffer scrolling</string>
0406          </property>
0407         </widget>
0408        </item>
0409        <item>
0410         <widget class="QCheckBox" name="dropUrlsAsText">
0411          <property name="toolTip">
0412           <string>Always paste dropped files and URLs as text without offering move, copy and link actions.</string>
0413          </property>
0414          <property name="text">
0415           <string>Disable drag &amp;&amp; drop menu for files &amp;&amp; URLs</string>
0416          </property>
0417         </widget>
0418        </item>
0419        <item>
0420         <widget class="QCheckBox" name="enableMouseWheelZoomButton">
0421          <property name="toolTip">
0422           <string>Pressing Ctrl+scrollwheel will increase/decrease the text size.</string>
0423          </property>
0424          <property name="text">
0425           <string>Allow Ctrl+scrollwheel to zoom text size</string>
0426          </property>
0427         </widget>
0428        </item>
0429        <item>
0430         <widget class="QCheckBox" name="allowColorFilters">
0431          <property name="toolTip">
0432           <string>When positioning the mouse over a hexadecimal color it will be displayed in a frame next to the mouse pointer</string>
0433          </property>
0434          <property name="text">
0435           <string>Preview Colors on hover</string>
0436          </property>
0437         </widget>
0438        </item>
0439        <item>
0440         <spacer>
0441          <property name="orientation">
0442           <enum>Qt::Vertical</enum>
0443          </property>
0444          <property name="sizeHint" stdset="0">
0445           <size>
0446            <width>20</width>
0447            <height>0</height>
0448           </size>
0449          </property>
0450         </spacer>
0451        </item>
0452        <item>
0453         <widget class="QCheckBox" name="allowMouseTrackingButton">
0454          <property name="toolTip">
0455            <string>Some terminal applications have mouse support, this allows them to get it by default. It can be toggled on/off while running as well.</string>
0456          </property>
0457          <property name="text">
0458           <string>Allow terminal applications to handle clicks and drags</string>
0459          </property>
0460         </widget>
0461        </item>
0462       </layout>
0463      </widget>
0464     </widget>
0465    </item>
0466   </layout>
0467  </widget>
0468  <tabstops>
0469   <tabstop>tabWidget</tabstop>
0470  </tabstops>
0471  <resources/>
0472  <connections>
0473   <connection>
0474    <sender>allowLinkEscapeSequenceButton</sender>
0475    <signal>clicked(bool)</signal>
0476    <receiver>linkEscapeSequenceTexts</receiver>
0477    <slot>setEnabled(bool)</slot>
0478    <hints>
0479     <hint type="sourcelabel">
0480      <x>193</x>
0481      <y>109</y>
0482     </hint>
0483     <hint type="destinationlabel">
0484      <x>218</x>
0485      <y>151</y>
0486     </hint>
0487    </hints>
0488   </connection>
0489  </connections>
0490  <buttongroups>
0491   <buttongroup name="tripleClickMode"/>
0492   <buttongroup name="pasteFrom"/>
0493  </buttongroups>
0494 </ui>