Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2015
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3.  <class>settingswindow</class>
  4.  <widget class="QWidget" name="settingswindow">
  5.   <property name="geometry">
  6.    <rect>
  7.     <x>0</x>
  8.     <y>0</y>
  9.     <width>445</width>
  10.     <height>285</height>
  11.    </rect>
  12.   </property>
  13.   <property name="sizePolicy">
  14.    <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  15.     <horstretch>0</horstretch>
  16.     <verstretch>0</verstretch>
  17.    </sizepolicy>
  18.   </property>
  19.   <property name="windowTitle">
  20.    <string>Form</string>
  21.   </property>
  22.   <layout class="QVBoxLayout" name="verticalLayout">
  23.    <item>
  24.     <widget class="QGroupBox" name="fontGroupBox">
  25.      <property name="title">
  26.       <string>Font</string>
  27.      </property>
  28.      <layout class="QVBoxLayout" name="verticalLayout_2">
  29.       <item>
  30.        <layout class="QHBoxLayout" name="fontQHBoxLayout">
  31.         <property name="topMargin">
  32.          <number>0</number>
  33.         </property>
  34.         <item>
  35.          <widget class="QComboBox" name="fontSizeComboBox">
  36.           <property name="sizePolicy">
  37.            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  38.             <horstretch>0</horstretch>
  39.             <verstretch>0</verstretch>
  40.            </sizepolicy>
  41.           </property>
  42.           <property name="minimumSize">
  43.            <size>
  44.             <width>50</width>
  45.             <height>0</height>
  46.            </size>
  47.           </property>
  48.           <property name="editable">
  49.            <bool>true</bool>
  50.           </property>
  51.           <property name="currentText">
  52.            <string/>
  53.           </property>
  54.           <property name="currentIndex">
  55.            <number>-1</number>
  56.           </property>
  57.          </widget>
  58.         </item>
  59.         <item>
  60.          <widget class="QFontComboBox" name="fontTypeComboBox">
  61.           <property name="sizePolicy">
  62.            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  63.             <horstretch>0</horstretch>
  64.             <verstretch>0</verstretch>
  65.            </sizepolicy>
  66.           </property>
  67.           <property name="font">
  68.            <font>
  69.             <pointsize>8</pointsize>
  70.            </font>
  71.           </property>
  72.           <property name="acceptDrops">
  73.            <bool>false</bool>
  74.           </property>
  75.           <property name="editable">
  76.            <bool>false</bool>
  77.           </property>
  78.           <property name="sizeAdjustPolicy">
  79.            <enum>QComboBox::AdjustToContents</enum>
  80.           </property>
  81.           <property name="currentFont">
  82.            <font>
  83.             <family>DejaVu Sans</family>
  84.             <pointsize>8</pointsize>
  85.            </font>
  86.           </property>
  87.          </widget>
  88.         </item>
  89.         <item>
  90.          <spacer name="fontSpacer">
  91.           <property name="orientation">
  92.            <enum>Qt::Horizontal</enum>
  93.           </property>
  94.           <property name="sizeType">
  95.            <enum>QSizePolicy::Minimum</enum>
  96.           </property>
  97.           <property name="sizeHint" stdset="0">
  98.            <size>
  99.             <width>40</width>
  100.             <height>20</height>
  101.            </size>
  102.           </property>
  103.          </spacer>
  104.         </item>
  105.        </layout>
  106.       </item>
  107.      </layout>
  108.     </widget>
  109.    </item>
  110.    <item>
  111.     <layout class="QVBoxLayout" name="otherOptionsQVBoxLayout">
  112.      <property name="bottomMargin">
  113.       <number>10</number>
  114.      </property>
  115.      <item>
  116.       <layout class="QHBoxLayout" name="transparencyQHBoxLayout">
  117.        <item>
  118.         <widget class="QLabel" name="transparencyLabel">
  119.          <property name="sizePolicy">
  120.           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  121.            <horstretch>0</horstretch>
  122.            <verstretch>0</verstretch>
  123.           </sizepolicy>
  124.          </property>
  125.          <property name="minimumSize">
  126.           <size>
  127.            <width>0</width>
  128.            <height>0</height>
  129.           </size>
  130.          </property>
  131.          <property name="text">
  132.           <string>Transparency</string>
  133.          </property>
  134.         </widget>
  135.        </item>
  136.        <item>
  137.         <widget class="QSlider" name="transparencySlider">
  138.          <property name="sizePolicy">
  139.           <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  140.            <horstretch>0</horstretch>
  141.            <verstretch>0</verstretch>
  142.           </sizepolicy>
  143.          </property>
  144.          <property name="minimumSize">
  145.           <size>
  146.            <width>300</width>
  147.            <height>0</height>
  148.           </size>
  149.          </property>
  150.          <property name="maximumSize">
  151.           <size>
  152.            <width>16777215</width>
  153.            <height>16777215</height>
  154.           </size>
  155.          </property>
  156.          <property name="maximum">
  157.           <number>100</number>
  158.          </property>
  159.          <property name="value">
  160.           <number>80</number>
  161.          </property>
  162.          <property name="orientation">
  163.           <enum>Qt::Horizontal</enum>
  164.          </property>
  165.         </widget>
  166.        </item>
  167.       </layout>
  168.      </item>
  169.      <item>
  170.       <layout class="QHBoxLayout" name="dragableWindowQHBoxLayout">
  171.        <item>
  172.         <spacer name="dragableWindowSpacer">
  173.          <property name="orientation">
  174.           <enum>Qt::Horizontal</enum>
  175.          </property>
  176.          <property name="sizeHint" stdset="0">
  177.           <size>
  178.            <width>40</width>
  179.            <height>20</height>
  180.           </size>
  181.          </property>
  182.         </spacer>
  183.        </item>
  184.        <item>
  185.         <widget class="QCheckBox" name="dragableWindowCheckBox">
  186.          <property name="minimumSize">
  187.           <size>
  188.            <width>0</width>
  189.            <height>0</height>
  190.           </size>
  191.          </property>
  192.          <property name="text">
  193.           <string>Dragable window</string>
  194.          </property>
  195.         </widget>
  196.        </item>
  197.       </layout>
  198.      </item>
  199.      <item>
  200.       <layout class="QHBoxLayout" name="dragablePanelQHBoxLayout">
  201.        <item>
  202.         <spacer name="dragablePanelSpacer">
  203.          <property name="orientation">
  204.           <enum>Qt::Horizontal</enum>
  205.          </property>
  206.          <property name="sizeHint" stdset="0">
  207.           <size>
  208.            <width>40</width>
  209.            <height>20</height>
  210.           </size>
  211.          </property>
  212.         </spacer>
  213.        </item>
  214.        <item>
  215.         <widget class="QCheckBox" name="dragablePanelCheckBox">
  216.          <property name="text">
  217.           <string>Add dragable panel</string>
  218.          </property>
  219.         </widget>
  220.        </item>
  221.       </layout>
  222.      </item>
  223.     </layout>
  224.    </item>
  225.    <item>
  226.     <layout class="QHBoxLayout" name="spacerBottomQHBoxLayout">
  227.      <item>
  228.       <spacer name="bottomSideSpacer">
  229.        <property name="orientation">
  230.         <enum>Qt::Vertical</enum>
  231.        </property>
  232.        <property name="sizeHint" stdset="0">
  233.         <size>
  234.          <width>20</width>
  235.          <height>40</height>
  236.         </size>
  237.        </property>
  238.       </spacer>
  239.      </item>
  240.     </layout>
  241.    </item>
  242.    <item>
  243.     <layout class="QHBoxLayout" name="decisionButtonsQHBoxLayout">
  244.      <item>
  245.       <spacer name="decisionButtonsSpacer">
  246.        <property name="orientation">
  247.         <enum>Qt::Horizontal</enum>
  248.        </property>
  249.        <property name="sizeHint" stdset="0">
  250.         <size>
  251.          <width>60</width>
  252.          <height>20</height>
  253.         </size>
  254.        </property>
  255.       </spacer>
  256.      </item>
  257.      <item>
  258.       <widget class="QPushButton" name="okButton">
  259.        <property name="text">
  260.         <string>OK</string>
  261.        </property>
  262.       </widget>
  263.      </item>
  264.      <item>
  265.       <widget class="QPushButton" name="cancelButton">
  266.        <property name="text">
  267.         <string>Cancel</string>
  268.        </property>
  269.       </widget>
  270.      </item>
  271.      <item>
  272.       <widget class="QPushButton" name="applyButton">
  273.        <property name="text">
  274.         <string>Apply</string>
  275.        </property>
  276.       </widget>
  277.      </item>
  278.     </layout>
  279.    </item>
  280.   </layout>
  281.  </widget>
  282.  <resources/>
  283.  <connections/>
  284. </ui>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement