summaryrefslogtreecommitdiffstats
path: root/tests/auto/uiloader/baseline/css_tab_closebutton.ui
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/uiloader/baseline/css_tab_closebutton.ui')
-rw-r--r--tests/auto/uiloader/baseline/css_tab_closebutton.ui128
1 files changed, 0 insertions, 128 deletions
diff --git a/tests/auto/uiloader/baseline/css_tab_closebutton.ui b/tests/auto/uiloader/baseline/css_tab_closebutton.ui
deleted file mode 100644
index 82bd2b5502..0000000000
--- a/tests/auto/uiloader/baseline/css_tab_closebutton.ui
+++ /dev/null
@@ -1,128 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<ui version="4.0">
- <class>Form</class>
- <widget class="QWidget" name="Form">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>400</width>
- <height>300</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <property name="styleSheet">
- <string notr="true">*{}
-
-#tabWidget QTabBar::close-button
-{
- background: blue;
- border: 2px dotted red;
- subcontrol-position: top;
-}
-
-
-#tabWidget_2 QTabBar::close-button
-{
- image: url(images/checkbox_checked.png);
- subcontrol-position: left;
-}
-
-#tabWidget_2 QTabBar::close-button:hover
-{
- image: url(images/checkbox_unchecked_hover.png);
-}
-
-
-#tabWidget_3 QTabBar::close-button
-{
- border-image: url(images/pushbutton.png) 3px;
- border-width:3px;
-}
-
-
-</string>
- </property>
- <layout class="QGridLayout" name="gridLayout">
- <item row="0" column="0">
- <widget class="QTabWidget" name="tabWidget">
- <property name="tabsClosable">
- <bool>true</bool>
- </property>
- <widget class="QWidget" name="tab">
- <attribute name="title">
- <string>Tab 1</string>
- </attribute>
- <layout class="QGridLayout" name="gridLayout_2">
- <item row="0" column="0">
- <widget class="QLabel" name="label">
- <property name="text">
- <string>Test the close button in the tabbar</string>
- </property>
- <property name="wordWrap">
- <bool>true</bool>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- <widget class="QWidget" name="tab_2">
- <attribute name="title">
- <string>Tab 2</string>
- </attribute>
- </widget>
- </widget>
- </item>
- <item row="0" column="1" rowspan="2">
- <widget class="QTabWidget" name="tabWidget_3">
- <property name="tabPosition">
- <enum>QTabWidget::East</enum>
- </property>
- <property name="currentIndex">
- <number>0</number>
- </property>
- <property name="tabsClosable">
- <bool>true</bool>
- </property>
- <widget class="QWidget" name="tab_5">
- <attribute name="title">
- <string>Tab 1</string>
- </attribute>
- </widget>
- <widget class="QWidget" name="tab_6">
- <attribute name="title">
- <string>Tab 2</string>
- </attribute>
- </widget>
- </widget>
- </item>
- <item row="1" column="0">
- <widget class="QTabWidget" name="tabWidget_2">
- <property name="tabPosition">
- <enum>QTabWidget::South</enum>
- </property>
- <property name="currentIndex">
- <number>0</number>
- </property>
- <property name="tabsClosable">
- <bool>true</bool>
- </property>
- <widget class="QWidget" name="tab_3">
- <attribute name="title">
- <string>Tab 1</string>
- </attribute>
- </widget>
- <widget class="QWidget" name="tab_4">
- <attribute name="title">
- <string>Tab 2</string>
- </attribute>
- </widget>
- </widget>
- </item>
- </layout>
- </widget>
- <resources/>
- <connections/>
-</ui>