tests/auto/uiloader/baseline/css_combobox_background.ui
changeset 0 1918ee327afb
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <ui version="4.0">
       
     3  <class>Dialog</class>
       
     4  <widget class="QDialog" name="Dialog">
       
     5   <property name="geometry">
       
     6    <rect>
       
     7     <x>0</x>
       
     8     <y>0</y>
       
     9     <width>295</width>
       
    10     <height>229</height>
       
    11    </rect>
       
    12   </property>
       
    13   <property name="windowTitle">
       
    14    <string>Dialog</string>
       
    15   </property>
       
    16   <property name="styleSheet">
       
    17    <string notr="true">#box_color QComboBox {
       
    18 background: pink;
       
    19 color: purple;
       
    20 }
       
    21 
       
    22 #box_gradiant QComboBox {
       
    23 	background-color: qconicalgradient(cx:0.5, cy:0.5, angle:0, stop:0 rgba(255, 255, 255, 255), stop:0.373979 rgba(255, 255, 255, 255), stop:0.373991 rgba(33, 30, 255, 255), stop:0.624018 rgba(33, 30, 255, 255), stop:0.624043 rgba(255, 0, 0, 255), stop:1 rgba(255, 0, 0, 255));
       
    24 color: cyan;
       
    25 }
       
    26 
       
    27 #box_pixmap QAbstractButton {
       
    28 background: url(&quot;images/pagefold.png&quot;)  no-repeat top right;
       
    29 color: yellow;
       
    30 }
       
    31 
       
    32 #comboBox_A , #comboBox_B{ border: 3px solid #4e5; }
       
    33 
       
    34 </string>
       
    35   </property>
       
    36   <layout class="QHBoxLayout" name="horizontalLayout">
       
    37    <item>
       
    38     <widget class="QGroupBox" name="box_color">
       
    39      <property name="title">
       
    40       <string>color</string>
       
    41      </property>
       
    42      <property name="checkable">
       
    43       <bool>false</bool>
       
    44      </property>
       
    45      <layout class="QGridLayout" name="gridLayout">
       
    46       <item row="3" column="0">
       
    47        <widget class="QComboBox" name="comboBox_2">
       
    48         <property name="enabled">
       
    49          <bool>false</bool>
       
    50         </property>
       
    51         <item>
       
    52          <property name="text">
       
    53           <string>Foo</string>
       
    54          </property>
       
    55         </item>
       
    56         <item>
       
    57          <property name="text">
       
    58           <string>Bar</string>
       
    59          </property>
       
    60         </item>
       
    61         <item>
       
    62          <property name="text">
       
    63           <string>Bouz</string>
       
    64          </property>
       
    65         </item>
       
    66        </widget>
       
    67       </item>
       
    68       <item row="0" column="0">
       
    69        <widget class="QComboBox" name="comboBox_3">
       
    70         <item>
       
    71          <property name="text">
       
    72           <string>Foo</string>
       
    73          </property>
       
    74         </item>
       
    75         <item>
       
    76          <property name="text">
       
    77           <string>Bar</string>
       
    78          </property>
       
    79         </item>
       
    80         <item>
       
    81          <property name="text">
       
    82           <string>Bouz</string>
       
    83          </property>
       
    84         </item>
       
    85        </widget>
       
    86       </item>
       
    87       <item row="1" column="0">
       
    88        <widget class="QComboBox" name="comboBox_4">
       
    89         <property name="editable">
       
    90          <bool>true</bool>
       
    91         </property>
       
    92         <item>
       
    93          <property name="text">
       
    94           <string>Foo</string>
       
    95          </property>
       
    96         </item>
       
    97         <item>
       
    98          <property name="text">
       
    99           <string>Bar</string>
       
   100          </property>
       
   101         </item>
       
   102         <item>
       
   103          <property name="text">
       
   104           <string>Bouz</string>
       
   105          </property>
       
   106         </item>
       
   107        </widget>
       
   108       </item>
       
   109       <item row="4" column="0">
       
   110        <widget class="QComboBox" name="comboBox_5">
       
   111         <item>
       
   112          <property name="text">
       
   113           <string>Foo</string>
       
   114          </property>
       
   115         </item>
       
   116         <item>
       
   117          <property name="text">
       
   118           <string>Bar</string>
       
   119          </property>
       
   120         </item>
       
   121         <item>
       
   122          <property name="text">
       
   123           <string>Bouz</string>
       
   124          </property>
       
   125         </item>
       
   126        </widget>
       
   127       </item>
       
   128       <item row="5" column="0">
       
   129        <widget class="QComboBox" name="comboBox_A">
       
   130         <item>
       
   131          <property name="text">
       
   132           <string>ComboText</string>
       
   133          </property>
       
   134         </item>
       
   135         <item>
       
   136          <property name="text">
       
   137           <string>Bar</string>
       
   138          </property>
       
   139         </item>
       
   140         <item>
       
   141          <property name="text">
       
   142           <string>Bouz</string>
       
   143          </property>
       
   144         </item>
       
   145        </widget>
       
   146       </item>
       
   147       <item row="6" column="0">
       
   148        <spacer name="verticalSpacer_2">
       
   149         <property name="orientation">
       
   150          <enum>Qt::Vertical</enum>
       
   151         </property>
       
   152         <property name="sizeHint" stdset="0">
       
   153          <size>
       
   154           <width>20</width>
       
   155           <height>40</height>
       
   156          </size>
       
   157         </property>
       
   158        </spacer>
       
   159       </item>
       
   160      </layout>
       
   161     </widget>
       
   162    </item>
       
   163    <item>
       
   164     <widget class="QGroupBox" name="box_gradiant">
       
   165      <property name="title">
       
   166       <string>color</string>
       
   167      </property>
       
   168      <property name="checkable">
       
   169       <bool>false</bool>
       
   170      </property>
       
   171      <layout class="QGridLayout" name="gridLayout_2">
       
   172       <item row="3" column="0">
       
   173        <widget class="QComboBox" name="comboBox_6">
       
   174         <property name="enabled">
       
   175          <bool>false</bool>
       
   176         </property>
       
   177         <item>
       
   178          <property name="text">
       
   179           <string>Foo</string>
       
   180          </property>
       
   181         </item>
       
   182         <item>
       
   183          <property name="text">
       
   184           <string>Bar</string>
       
   185          </property>
       
   186         </item>
       
   187         <item>
       
   188          <property name="text">
       
   189           <string>Bouz</string>
       
   190          </property>
       
   191         </item>
       
   192        </widget>
       
   193       </item>
       
   194       <item row="0" column="0">
       
   195        <widget class="QComboBox" name="comboBox_7">
       
   196         <item>
       
   197          <property name="text">
       
   198           <string>Foo</string>
       
   199          </property>
       
   200         </item>
       
   201         <item>
       
   202          <property name="text">
       
   203           <string>Bar</string>
       
   204          </property>
       
   205         </item>
       
   206         <item>
       
   207          <property name="text">
       
   208           <string>Bouz</string>
       
   209          </property>
       
   210         </item>
       
   211        </widget>
       
   212       </item>
       
   213       <item row="1" column="0">
       
   214        <widget class="QComboBox" name="comboBox_8">
       
   215         <property name="editable">
       
   216          <bool>true</bool>
       
   217         </property>
       
   218         <item>
       
   219          <property name="text">
       
   220           <string>Foo</string>
       
   221          </property>
       
   222         </item>
       
   223         <item>
       
   224          <property name="text">
       
   225           <string>Bar</string>
       
   226          </property>
       
   227         </item>
       
   228         <item>
       
   229          <property name="text">
       
   230           <string>Bouz</string>
       
   231          </property>
       
   232         </item>
       
   233        </widget>
       
   234       </item>
       
   235       <item row="4" column="0">
       
   236        <widget class="QComboBox" name="comboBox_9">
       
   237         <item>
       
   238          <property name="text">
       
   239           <string>Foo</string>
       
   240          </property>
       
   241         </item>
       
   242         <item>
       
   243          <property name="text">
       
   244           <string>Bar</string>
       
   245          </property>
       
   246         </item>
       
   247         <item>
       
   248          <property name="text">
       
   249           <string>Bouz</string>
       
   250          </property>
       
   251         </item>
       
   252        </widget>
       
   253       </item>
       
   254       <item row="5" column="0">
       
   255        <widget class="QComboBox" name="comboBox_B">
       
   256         <item>
       
   257          <property name="text">
       
   258           <string>ComboText</string>
       
   259          </property>
       
   260         </item>
       
   261         <item>
       
   262          <property name="text">
       
   263           <string>Bar</string>
       
   264          </property>
       
   265         </item>
       
   266         <item>
       
   267          <property name="text">
       
   268           <string>Bouz</string>
       
   269          </property>
       
   270         </item>
       
   271        </widget>
       
   272       </item>
       
   273       <item row="6" column="0">
       
   274        <spacer name="verticalSpacer">
       
   275         <property name="orientation">
       
   276          <enum>Qt::Vertical</enum>
       
   277         </property>
       
   278         <property name="sizeHint" stdset="0">
       
   279          <size>
       
   280           <width>20</width>
       
   281           <height>40</height>
       
   282          </size>
       
   283         </property>
       
   284        </spacer>
       
   285       </item>
       
   286      </layout>
       
   287     </widget>
       
   288    </item>
       
   289    <item>
       
   290     <spacer name="horizontalSpacer">
       
   291      <property name="orientation">
       
   292       <enum>Qt::Horizontal</enum>
       
   293      </property>
       
   294      <property name="sizeHint" stdset="0">
       
   295       <size>
       
   296        <width>40</width>
       
   297        <height>20</height>
       
   298       </size>
       
   299      </property>
       
   300     </spacer>
       
   301    </item>
       
   302   </layout>
       
   303  </widget>
       
   304  <resources/>
       
   305  <connections/>
       
   306 </ui>