Warning, /utilities/konsole/src/widgets/EditProfileScrollingPage.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>EditProfileScrollingPage</class>
0004  <widget class="QWidget" name="EditProfileScrollingPage">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>400</width>
0010     <height>400</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout">
0014    <item>
0015     <layout class="QGridLayout">
0016      <item row="0" column="0" alignment="Qt::AlignRight|Qt::AlignTop">
0017       <widget class="QLabel" name="historySizeLabel">
0018        <property name="sizePolicy">
0019         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0020          <horstretch>0</horstretch>
0021          <verstretch>0</verstretch>
0022         </sizepolicy>
0023        </property>
0024        <property name="text">
0025         <string>Scrollback:</string>
0026        </property>
0027        <property name="alignment">
0028         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0029        </property>
0030       </widget>
0031      </item>
0032      <item row="0" column="1">
0033       <widget class="Konsole::HistorySizeWidget" name="historySizeWidget" native="true">
0034        <property name="sizePolicy">
0035         <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
0036          <horstretch>0</horstretch>
0037          <verstretch>0</verstretch>
0038         </sizepolicy>
0039        </property>
0040       </widget>
0041      </item>
0042      <item row="1" column="1">
0043       <spacer>
0044        <property name="orientation">
0045         <enum>Qt::Vertical</enum>
0046        </property>
0047        <property name="sizeType">
0048         <enum>QSizePolicy::Fixed</enum>
0049        </property>
0050        <property name="sizeHint" stdset="0">
0051         <size>
0052          <width>20</width>
0053          <height>16</height>
0054         </size>
0055        </property>
0056       </spacer>
0057      </item>
0058      <item row="2" column="0" alignment="Qt::AlignRight">
0059       <widget class="QLabel" name="label_2">
0060        <property name="sizePolicy">
0061         <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
0062          <horstretch>0</horstretch>
0063          <verstretch>0</verstretch>
0064         </sizepolicy>
0065        </property>
0066        <property name="text">
0067         <string>Scroll Page Up/Down:</string>
0068        </property>
0069        <property name="alignment">
0070         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0071        </property>
0072       </widget>
0073      </item>
0074      <item row="2" column="1">
0075       <widget class="QRadioButton" name="scrollHalfPage">
0076        <property name="sizePolicy">
0077         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0078          <horstretch>0</horstretch>
0079          <verstretch>0</verstretch>
0080         </sizepolicy>
0081        </property>
0082        <property name="toolTip">
0083         <string>Scroll the page the half height of window</string>
0084        </property>
0085        <property name="text">
0086         <string>Half screen height</string>
0087        </property>
0088        <attribute name="buttonGroup">
0089         <string notr="true">scrollAmount</string>
0090        </attribute>
0091       </widget>
0092      </item>
0093      <item row="3" column="1">
0094       <widget class="QRadioButton" name="scrollFullPage">
0095        <property name="toolTip">
0096         <string>Scroll the page the full height of window</string>
0097        </property>
0098        <property name="text">
0099         <string>Full screen height</string>
0100        </property>
0101        <attribute name="buttonGroup">
0102         <string notr="true">scrollAmount</string>
0103        </attribute>
0104       </widget>
0105      </item>
0106      <item row="4" column="1">
0107       <spacer>
0108        <property name="orientation">
0109         <enum>Qt::Vertical</enum>
0110        </property>
0111        <property name="sizeType">
0112         <enum>QSizePolicy::Fixed</enum>
0113        </property>
0114        <property name="sizeHint" stdset="0">
0115         <size>
0116          <width>20</width>
0117          <height>16</height>
0118         </size>
0119        </property>
0120       </spacer>
0121      </item>
0122      <item row="5" column="0" alignment="Qt::AlignRight|Qt::AlignVCenter">
0123       <widget class="QLabel" name="labelSize">
0124        <property name="sizePolicy">
0125         <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
0126          <horstretch>0</horstretch>
0127          <verstretch>0</verstretch>
0128         </sizepolicy>
0129        </property>
0130        <property name="text">
0131         <string>Scrollbar position:</string>
0132        </property>
0133        <property name="alignment">
0134         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0135        </property>
0136       </widget>
0137      </item>
0138      <item row="5" column="1">
0139       <widget class="QRadioButton" name="scrollBarRightButton">
0140        <property name="toolTip">
0141         <string>Show the scroll bar on the right side of the terminal window</string>
0142        </property>
0143        <property name="text">
0144         <string comment="@option:radio Show scrollbar on the right side">Right side</string>
0145        </property>
0146        <attribute name="buttonGroup">
0147         <string notr="true">scrollBarPosition</string>
0148        </attribute>
0149       </widget>
0150      </item>
0151      <item row="6" column="1">
0152       <widget class="QRadioButton" name="scrollBarLeftButton">
0153        <property name="toolTip">
0154         <string>Show the scroll bar on the left side of the terminal window</string>
0155        </property>
0156        <property name="text">
0157         <string comment="@option:radio Show scrollbar on the left side">Left side</string>
0158        </property>
0159        <attribute name="buttonGroup">
0160         <string notr="true">scrollBarPosition</string>
0161        </attribute>
0162       </widget>
0163      </item>
0164      <item row="7" column="1">
0165       <widget class="QRadioButton" name="scrollBarHiddenButton">
0166        <property name="text">
0167         <string comment="@option:radio Hide the scroll bar">Hidden</string>
0168        </property>
0169        <attribute name="buttonGroup">
0170         <string notr="true">scrollBarPosition</string>
0171        </attribute>
0172       </widget>
0173      </item>
0174      <item row="8" column="1">
0175       <spacer>
0176        <property name="orientation">
0177         <enum>Qt::Vertical</enum>
0178        </property>
0179        <property name="sizeType">
0180         <enum>QSizePolicy::Fixed</enum>
0181        </property>
0182        <property name="sizeHint" stdset="0">
0183         <size>
0184          <width>20</width>
0185          <height>16</height>
0186         </size>
0187        </property>
0188       </spacer>
0189      </item>
0190      <item row="9" column="0" alignment="Qt::AlignRight|Qt::AlignVCenter">
0191       <widget class="QLabel" name="label">
0192        <property name="sizePolicy">
0193         <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
0194          <horstretch>0</horstretch>
0195          <verstretch>0</verstretch>
0196         </sizepolicy>
0197        </property>
0198        <property name="text">
0199         <string>Highlighting:</string>
0200        </property>
0201        <property name="alignment">
0202         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0203        </property>
0204       </widget>
0205      </item>
0206      <item row="9" column="1">
0207       <widget class="QCheckBox" name="highlightScrolledLinesButton">
0208        <property name="text">
0209         <string>Highlight the lines coming into view</string>
0210        </property>
0211       </widget>
0212      </item>
0213      <item row="10" column="0" alignment="Qt::AlignRight|Qt::AlignVCenter">
0214       <widget class="QLabel" name="labelReflowLines">
0215        <property name="sizePolicy">
0216         <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
0217          <horstretch>0</horstretch>
0218          <verstretch>0</verstretch>
0219         </sizepolicy>
0220        </property>
0221        <property name="text">
0222         <string>Reflow Lines:</string>
0223        </property>
0224        <property name="alignment">
0225         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0226        </property>
0227       </widget>
0228      </item>
0229      <item row="10" column="1">
0230       <widget class="QCheckBox" name="reflowLinesButton">
0231        <property name="text">
0232         <string>Reflow lines when terminal resizes</string>
0233        </property>
0234       </widget>
0235      </item>
0236     </layout>
0237    </item>
0238    <item>
0239     <spacer>
0240      <property name="orientation">
0241       <enum>Qt::Vertical</enum>
0242      </property>
0243      <property name="sizeHint" stdset="0">
0244       <size>
0245        <width>20</width>
0246        <height>0</height>
0247       </size>
0248      </property>
0249     </spacer>
0250    </item>
0251   </layout>
0252  </widget>
0253  <customwidgets>
0254   <customwidget>
0255    <class>Konsole::HistorySizeWidget</class>
0256    <extends>QWidget</extends>
0257    <header>widgets/HistorySizeWidget.h</header>
0258   </customwidget>
0259  </customwidgets>
0260  <resources/>
0261  <connections/>
0262  <buttongroups>
0263   <buttongroup name="scrollBarPosition"/>
0264   <buttongroup name="scrollAmount"/>
0265  </buttongroups>
0266 </ui>