diff options
Diffstat (limited to 'tests/manual/uiloader')
179 files changed, 0 insertions, 29927 deletions
diff --git a/tests/manual/uiloader/.gitignore b/tests/manual/uiloader/.gitignore deleted file mode 100644 index a4b4e8f02..000000000 --- a/tests/manual/uiloader/.gitignore +++ /dev/null @@ -1 +0,0 @@ -tst_uiloader diff --git a/tests/manual/uiloader/README.TXT b/tests/manual/uiloader/README.TXT deleted file mode 100644 index f58d4e879..000000000 --- a/tests/manual/uiloader/README.TXT +++ /dev/null @@ -1,93 +0,0 @@ - ------------------------------------------------------------------------- - TESTING WIDGETS DEFINED IN *.UI FILES (SCREENSHOT COMPARISON) - ------------------------------------------------------------------------- - This test is based on dev/qt/tests/auto/atwrapper/ - - -HOW TO RUN THE TESTS - - Compile the necessary programs: - qmake - make - - Now there should be an executable 'uiloader'. - Run the tests: - ./uiloader - - - -CONFIGURATION - - The tests can be executed on different machines. For every machine there - is a config file <hostname>.ini. - - If this file is not available the tests won't be run on the machine. - - Example kayak.ini: - - [General] - ftpBaseDir=/arthurtest - ftpHost=wartburg - ftpPass=anonymouspass - ftpUser=anonymous - output=testresults - - [engines] - 1\engine=uic - size=1 - - Don't modify the [engines] section. Later it will be used for styles. The - only thing you might want to modify is the ftpHost value. At the moment - wartburg is just a server on which we test the tests. - - The actual test server is: kramer.troll.no - - - -HOW IT WORKS - - There are 3 important folders: - - tst_uiloader/ Actual program executing the tests. - tst_screenshot/ Program to generate one *.png file out of *.ui - baseline/ This is a dir with *.ui files. - - ./uiloader (compiled from tst_uiloader) will use the tst_screenshot program - and the files in baseline/. - - In order to generate screenshots the *.ui files in baseline/ will be used. - Therefore a folder testresults/ (specified in the config) will be - created/used. - - Structure of testresults/: - - |-- testresults - | `-- i686 Linux g++-4 full-config That's buildKey(). - | `-- 4.5.0 Used Qt version. - | |-- uic Here are the generated images. - | |-- uic.baseline Baseline downloaded from server. - | |-- uic.diff Diff Images of failed tests. - | `-- uic.failed Generated images of failed tests. - - If there is no baseline at the server the results in uic/ will be uploaded - as a new baseline (first run for your machine). So to create a new baseline - on the server you just need to remove your folders there. - - On the server side there is a dir /arthurtest with following structure - (it will be created if it's not there): - - |-- arthurtest - | `-- <your machines hostname> - | `-- <buildKey()> - | `-- <qt version> - | |-- uic.baseline Baseline. - | |-- uic.diff Here the local diffs will be uploaded. - | `-- uic.failed Here the local failed files will be uploaded. - - After a test run the files in local uic.diff/ and uic.failed/ will be - uploaded to the server. - - For every run the uic.diff/ and uic.failed/ on the local and remote machine - will be cleared in order to place new files there. On the local side uic/ - gets cleared, too. - diff --git a/tests/manual/uiloader/WTC0090dca226c8.ini b/tests/manual/uiloader/WTC0090dca226c8.ini deleted file mode 100644 index 5cf6c4fee..000000000 --- a/tests/manual/uiloader/WTC0090dca226c8.ini +++ /dev/null @@ -1,11 +0,0 @@ -[General] -ftpBaseDir=/arthurtest -ftpHost=kramer-nokia.troll.no -ftpPass=anonymouspass -ftpUser=anonymous -output=testresults -threshold=20 - -[engines] -1\engine=uic -size=1 diff --git a/tests/manual/uiloader/baseline/Dialog_with_Buttons_Bottom.ui b/tests/manual/uiloader/baseline/Dialog_with_Buttons_Bottom.ui deleted file mode 100644 index 18d31ab91..000000000 --- a/tests/manual/uiloader/baseline/Dialog_with_Buttons_Bottom.ui +++ /dev/null @@ -1,71 +0,0 @@ -<ui version="4.0" > - <author></author> - <comment></comment> - <exportmacro></exportmacro> - <class>Dialog</class> - <widget class="QDialog" name="Dialog" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>400</width> - <height>300</height> - </rect> - </property> - <property name="windowTitle" > - <string>Dialog</string> - </property> - <widget class="QDialogButtonBox" name="buttonBox" > - <property name="geometry" > - <rect> - <x>30</x> - <y>240</y> - <width>341</width> - <height>32</height> - </rect> - </property> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="standardButtons" > - <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> - </property> - </widget> - </widget> - <pixmapfunction></pixmapfunction> - <resources/> - <connections> - <connection> - <sender>buttonBox</sender> - <signal>accepted()</signal> - <receiver>Dialog</receiver> - <slot>accept()</slot> - <hints> - <hint type="sourcelabel" > - <x>248</x> - <y>254</y> - </hint> - <hint type="destinationlabel" > - <x>157</x> - <y>274</y> - </hint> - </hints> - </connection> - <connection> - <sender>buttonBox</sender> - <signal>rejected()</signal> - <receiver>Dialog</receiver> - <slot>reject()</slot> - <hints> - <hint type="sourcelabel" > - <x>316</x> - <y>260</y> - </hint> - <hint type="destinationlabel" > - <x>286</x> - <y>274</y> - </hint> - </hints> - </connection> - </connections> -</ui> diff --git a/tests/manual/uiloader/baseline/Dialog_with_Buttons_Right.ui b/tests/manual/uiloader/baseline/Dialog_with_Buttons_Right.ui deleted file mode 100644 index 703d594f4..000000000 --- a/tests/manual/uiloader/baseline/Dialog_with_Buttons_Right.ui +++ /dev/null @@ -1,71 +0,0 @@ -<ui version="4.0" > - <author></author> - <comment></comment> - <exportmacro></exportmacro> - <class>Dialog</class> - <widget class="QDialog" name="Dialog" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>400</width> - <height>300</height> - </rect> - </property> - <property name="windowTitle" > - <string>Dialog</string> - </property> - <widget class="QDialogButtonBox" name="buttonBox" > - <property name="geometry" > - <rect> - <x>290</x> - <y>20</y> - <width>81</width> - <height>241</height> - </rect> - </property> - <property name="orientation" > - <enum>Qt::Vertical</enum> - </property> - <property name="standardButtons" > - <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> - </property> - </widget> - </widget> - <pixmapfunction></pixmapfunction> - <resources/> - <connections> - <connection> - <sender>buttonBox</sender> - <signal>accepted()</signal> - <receiver>Dialog</receiver> - <slot>accept()</slot> - <hints> - <hint type="sourcelabel" > - <x>248</x> - <y>254</y> - </hint> - <hint type="destinationlabel" > - <x>157</x> - <y>274</y> - </hint> - </hints> - </connection> - <connection> - <sender>buttonBox</sender> - <signal>rejected()</signal> - <receiver>Dialog</receiver> - <slot>reject()</slot> - <hints> - <hint type="sourcelabel" > - <x>316</x> - <y>260</y> - </hint> - <hint type="destinationlabel" > - <x>286</x> - <y>274</y> - </hint> - </hints> - </connection> - </connections> -</ui> diff --git a/tests/manual/uiloader/baseline/Dialog_without_Buttons.ui b/tests/manual/uiloader/baseline/Dialog_without_Buttons.ui deleted file mode 100644 index 1be629818..000000000 --- a/tests/manual/uiloader/baseline/Dialog_without_Buttons.ui +++ /dev/null @@ -1,18 +0,0 @@ -<ui version="4.0" > - <class>Dialog</class> - <widget class="QDialog" name="Dialog" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>400</width> - <height>300</height> - </rect> - </property> - <property name="windowTitle" > - <string>Dialog</string> - </property> - </widget> - <resources/> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/Main_Window.ui b/tests/manual/uiloader/baseline/Main_Window.ui deleted file mode 100644 index e324db829..000000000 --- a/tests/manual/uiloader/baseline/Main_Window.ui +++ /dev/null @@ -1,27 +0,0 @@ -<ui version="4.0" > - <author></author> - <comment></comment> - <exportmacro></exportmacro> - <class>MainWindow</class> - <widget class="QMainWindow" name="MainWindow" > - <property name="objectName" > - <string notr="true" >MainWindow</string> - </property> - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>800</width> - <height>600</height> - </rect> - </property> - <property name="windowTitle" > - <string>MainWindow</string> - </property> - <widget class="QMenuBar" name="menubar" /> - <widget class="QWidget" name="centralwidget" /> - <widget class="QStatusBar" name="statusbar" /> - </widget> - <pixmapfunction></pixmapfunction> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/Widget.ui b/tests/manual/uiloader/baseline/Widget.ui deleted file mode 100644 index 9f6f60006..000000000 --- a/tests/manual/uiloader/baseline/Widget.ui +++ /dev/null @@ -1,41 +0,0 @@ -<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> - <layout class="QVBoxLayout" > - <item> - <widget class="QLabel" name="Alabel" > - <property name="text" > - <string>A label</string> - </property> - </widget> - </item> - <item> - <widget class="QGroupBox" name="groupBox" > - <property name="title" > - <string>A Group Box</string> - </property> - </widget> - </item> - <item> - <widget class="QPushButton" name="pushButton" > - <property name="text" > - <string>PushButton</string> - </property> - </widget> - </item> - </layout> - </widget> - <resources/> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/addlinkdialog.ui b/tests/manual/uiloader/baseline/addlinkdialog.ui deleted file mode 100644 index 3171159f9..000000000 --- a/tests/manual/uiloader/baseline/addlinkdialog.ui +++ /dev/null @@ -1,112 +0,0 @@ -<ui version="4.0" > - <class>AddLinkDialog</class> - <widget class="QDialog" name="AddLinkDialog" > - <property name="windowTitle" > - <string>Insert Link</string> - </property> - <property name="sizeGripEnabled" > - <bool>false</bool> - </property> - <property name="modal" > - <bool>true</bool> - </property> - <layout class="QVBoxLayout" name="verticalLayout" > - <item> - <layout class="QFormLayout" > - <item row="0" column="0" > - <widget class="QLabel" name="label" > - <property name="text" > - <string>Title:</string> - </property> - </widget> - </item> - <item row="0" column="1" > - <widget class="QLineEdit" name="titleInput" > - <property name="minimumSize" > - <size> - <width>337</width> - <height>0</height> - </size> - </property> - </widget> - </item> - <item row="1" column="0" > - <widget class="QLabel" name="label_2" > - <property name="text" > - <string>URL:</string> - </property> - </widget> - </item> - <item row="1" column="1" > - <widget class="QLineEdit" name="urlInput" /> - </item> - </layout> - </item> - <item> - <spacer name="verticalSpacer" > - <property name="orientation" > - <enum>Qt::Vertical</enum> - </property> - <property name="sizeHint" stdset="0" > - <size> - <width>0</width> - <height>0</height> - </size> - </property> - </spacer> - </item> - <item> - <widget class="Line" name="line" > - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - </widget> - </item> - <item> - <widget class="QDialogButtonBox" name="buttonBox" > - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="standardButtons" > - <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> - </property> - </widget> - </item> - </layout> - </widget> - <resources/> - <connections> - <connection> - <sender>buttonBox</sender> - <signal>accepted()</signal> - <receiver>AddLinkDialog</receiver> - <slot>accept()</slot> - <hints> - <hint type="sourcelabel" > - <x>248</x> - <y>254</y> - </hint> - <hint type="destinationlabel" > - <x>157</x> - <y>274</y> - </hint> - </hints> - </connection> - <connection> - <sender>buttonBox</sender> - <signal>rejected()</signal> - <receiver>AddLinkDialog</receiver> - <slot>reject()</slot> - <hints> - <hint type="sourcelabel" > - <x>316</x> - <y>260</y> - </hint> - <hint type="destinationlabel" > - <x>286</x> - <y>274</y> - </hint> - </hints> - </connection> - </connections> -</ui> diff --git a/tests/manual/uiloader/baseline/addtorrentform.ui b/tests/manual/uiloader/baseline/addtorrentform.ui deleted file mode 100644 index 950bb6711..000000000 --- a/tests/manual/uiloader/baseline/addtorrentform.ui +++ /dev/null @@ -1,266 +0,0 @@ -<ui version="4.0" > - <author></author> - <comment></comment> - <exportmacro></exportmacro> - <class>AddTorrentFile</class> - <widget class="QDialog" name="AddTorrentFile" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>464</width> - <height>385</height> - </rect> - </property> - <property name="windowTitle" > - <string>Add a torrent</string> - </property> - <property name="sizeGripEnabled" > - <bool>false</bool> - </property> - <property name="modal" > - <bool>true</bool> - </property> - <layout class="QVBoxLayout" > - <property name="margin" > - <number>8</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="QGroupBox" name="groupBox" > - <property name="title" > - <string>Select a torrent source</string> - </property> - <layout class="QGridLayout" > - <property name="margin" > - <number>8</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item row="6" column="0" > - <widget class="QLabel" name="label_4" > - <property name="text" > - <string>Destination:</string> - </property> - </widget> - </item> - <item row="0" column="1" colspan="2" > - <widget class="QLineEdit" name="torrentFile" /> - </item> - <item row="1" column="0" > - <widget class="QLabel" name="label_2" > - <property name="text" > - <string>Tracker URL:</string> - </property> - </widget> - </item> - <item row="0" column="3" > - <widget class="QPushButton" name="browseTorrents" > - <property name="text" > - <string>Browse</string> - </property> - <property name="default" > - <bool>true</bool> - </property> - </widget> - </item> - <item row="5" column="0" > - <widget class="QLabel" name="label_5" > - <property name="text" > - <string>File(s):</string> - </property> - <property name="alignment" > - <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> - </property> - </widget> - </item> - <item row="4" column="0" > - <widget class="QLabel" name="label_3" > - <property name="text" > - <string>Size:</string> - </property> - </widget> - </item> - <item row="2" column="0" > - <widget class="QLabel" name="label_6" > - <property name="text" > - <string>Creator:</string> - </property> - </widget> - </item> - <item row="5" column="1" colspan="3" > - <widget class="QTextEdit" name="torrentContents" > - <property name="focusPolicy" > - <enum>Qt::NoFocus</enum> - </property> - <property name="tabChangesFocus" > - <bool>true</bool> - </property> - <property name="lineWrapMode" > - <enum>QTextEdit::NoWrap</enum> - </property> - <property name="readOnly" > - <bool>true</bool> - </property> - </widget> - </item> - <item row="6" column="1" colspan="2" > - <widget class="QLineEdit" name="destinationFolder" > - <property name="focusPolicy" > - <enum>Qt::StrongFocus</enum> - </property> - </widget> - </item> - <item row="1" column="1" colspan="3" > - <widget class="QLabel" name="announceUrl" > - <property name="text" > - <string><none></string> - </property> - </widget> - </item> - <item row="0" column="0" > - <widget class="QLabel" name="label" > - <property name="text" > - <string>Torrent file:</string> - </property> - </widget> - </item> - <item row="6" column="3" > - <widget class="QPushButton" name="browseDestination" > - <property name="text" > - <string>Browse</string> - </property> - </widget> - </item> - <item row="3" column="0" > - <widget class="QLabel" name="label_7" > - <property name="text" > - <string>Comment:</string> - </property> - </widget> - </item> - <item row="3" column="1" colspan="3" > - <widget class="QLabel" name="commentLabel" > - <property name="text" > - <string><none></string> - </property> - </widget> - </item> - <item row="2" column="1" colspan="3" > - <widget class="QLabel" name="creatorLabel" > - <property name="text" > - <string><none></string> - </property> - </widget> - </item> - <item row="4" column="1" colspan="3" > - <widget class="QLabel" name="sizeLabel" > - <property name="text" > - <string>0</string> - </property> - </widget> - </item> - </layout> - <widget class="QWidget" name="widget" > - <property name="geometry" > - <rect> - <x>10</x> - <y>40</y> - <width>364</width> - <height>33</height> - </rect> - </property> - </widget> - </widget> - </item> - <item> - <layout class="QHBoxLayout" > - <property name="margin" > - <number>0</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" > - <size> - <width>131</width> - <height>31</height> - </size> - </property> - </spacer> - </item> - <item> - <widget class="QPushButton" name="okButton" > - <property name="enabled" > - <bool>false</bool> - </property> - <property name="text" > - <string>&OK</string> - </property> - </widget> - </item> - <item> - <widget class="QPushButton" name="cancelButton" > - <property name="text" > - <string>&Cancel</string> - </property> - </widget> - </item> - </layout> - </item> - </layout> - </widget> - <pixmapfunction></pixmapfunction> - <tabstops> - <tabstop>torrentFile</tabstop> - <tabstop>browseTorrents</tabstop> - <tabstop>torrentContents</tabstop> - <tabstop>destinationFolder</tabstop> - <tabstop>browseDestination</tabstop> - <tabstop>okButton</tabstop> - <tabstop>cancelButton</tabstop> - </tabstops> - <resources/> - <connections> - <connection> - <sender>okButton</sender> - <signal>clicked()</signal> - <receiver>AddTorrentFile</receiver> - <slot>accept()</slot> - <hints> - <hint type="sourcelabel" > - <x>278</x> - <y>253</y> - </hint> - <hint type="destinationlabel" > - <x>96</x> - <y>254</y> - </hint> - </hints> - </connection> - <connection> - <sender>cancelButton</sender> - <signal>clicked()</signal> - <receiver>AddTorrentFile</receiver> - <slot>reject()</slot> - <hints> - <hint type="sourcelabel" > - <x>369</x> - <y>253</y> - </hint> - <hint type="destinationlabel" > - <x>179</x> - <y>282</y> - </hint> - </hints> - </connection> - </connections> -</ui> diff --git a/tests/manual/uiloader/baseline/authenticationdialog.ui b/tests/manual/uiloader/baseline/authenticationdialog.ui deleted file mode 100644 index 82d908cff..000000000 --- a/tests/manual/uiloader/baseline/authenticationdialog.ui +++ /dev/null @@ -1,129 +0,0 @@ -<ui version="4.0" > - <class>Dialog</class> - <widget class="QDialog" name="Dialog" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>389</width> - <height>243</height> - </rect> - </property> - <property name="windowTitle" > - <string>Http authentication required</string> - </property> - <layout class="QGridLayout" > - <item row="0" column="0" colspan="2" > - <widget class="QLabel" name="label" > - <property name="text" > - <string>You need to supply a Username and a Password to access this site</string> - </property> - <property name="wordWrap" > - <bool>false</bool> - </property> - </widget> - </item> - <item row="2" column="0" > - <widget class="QLabel" name="label_2" > - <property name="text" > - <string>Username:</string> - </property> - </widget> - </item> - <item row="2" column="1" > - <widget class="QLineEdit" name="userEdit" /> - </item> - <item row="3" column="0" > - <widget class="QLabel" name="label_3" > - <property name="text" > - <string>Password:</string> - </property> - </widget> - </item> - <item row="3" column="1" > - <widget class="QLineEdit" name="passwordEdit" /> - </item> - <item row="5" column="0" colspan="2" > - <widget class="QDialogButtonBox" name="buttonBox" > - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="standardButtons" > - <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> - </property> - </widget> - </item> - <item row="1" column="0" > - <widget class="QLabel" name="label_4" > - <property name="text" > - <string>Site:</string> - </property> - </widget> - </item> - <item row="1" column="1" > - <widget class="QLabel" name="siteDescription" > - <property name="font" > - <font> - <weight>75</weight> - <bold>true</bold> - </font> - </property> - <property name="text" > - <string>%1 at %2</string> - </property> - <property name="wordWrap" > - <bool>true</bool> - </property> - </widget> - </item> - <item row="4" column="0" > - <spacer> - <property name="orientation" > - <enum>Qt::Vertical</enum> - </property> - <property name="sizeHint" > - <size> - <width>20</width> - <height>40</height> - </size> - </property> - </spacer> - </item> - </layout> - </widget> - <resources/> - <connections> - <connection> - <sender>buttonBox</sender> - <signal>accepted()</signal> - <receiver>Dialog</receiver> - <slot>accept()</slot> - <hints> - <hint type="sourcelabel" > - <x>248</x> - <y>254</y> - </hint> - <hint type="destinationlabel" > - <x>157</x> - <y>274</y> - </hint> - </hints> - </connection> - <connection> - <sender>buttonBox</sender> - <signal>rejected()</signal> - <receiver>Dialog</receiver> - <slot>reject()</slot> - <hints> - <hint type="sourcelabel" > - <x>316</x> - <y>260</y> - </hint> - <hint type="destinationlabel" > - <x>286</x> - <y>274</y> - </hint> - </hints> - </connection> - </connections> -</ui> diff --git a/tests/manual/uiloader/baseline/backside.ui b/tests/manual/uiloader/baseline/backside.ui deleted file mode 100644 index afa488c6f..000000000 --- a/tests/manual/uiloader/baseline/backside.ui +++ /dev/null @@ -1,208 +0,0 @@ -<ui version="4.0" > - <class>BackSide</class> - <widget class="QWidget" name="BackSide" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>378</width> - <height>385</height> - </rect> - </property> - <property name="windowTitle" > - <string>BackSide</string> - </property> - <layout class="QVBoxLayout" name="verticalLayout_2" > - <item> - <widget class="QGroupBox" name="groupBox" > - <property name="title" > - <string>Settings</string> - </property> - <property name="flat" > - <bool>true</bool> - </property> - <property name="checkable" > - <bool>true</bool> - </property> - <layout class="QGridLayout" name="gridLayout" > - <item row="0" column="0" > - <widget class="QLabel" name="label" > - <property name="text" > - <string>Title:</string> - </property> - </widget> - </item> - <item row="0" column="1" > - <widget class="QLineEdit" name="hostName" > - <property name="text" > - <string>Pad Navigator Example</string> - </property> - </widget> - </item> - <item row="1" column="0" > - <widget class="QLabel" name="label_2" > - <property name="text" > - <string>Modified:</string> - </property> - </widget> - </item> - <item row="2" column="0" > - <widget class="QLabel" name="label_3" > - <property name="text" > - <string>Extent</string> - </property> - </widget> - </item> - <item row="2" column="1" > - <layout class="QHBoxLayout" name="horizontalLayout" > - <item> - <widget class="QSlider" name="horizontalSlider" > - <property name="value" > - <number>42</number> - </property> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - </widget> - </item> - <item> - <widget class="QSpinBox" name="spinBox" > - <property name="value" > - <number>42</number> - </property> - </widget> - </item> - </layout> - </item> - <item row="1" column="1" > - <widget class="QDateTimeEdit" name="dateTimeEdit" /> - </item> - </layout> - </widget> - </item> - <item> - <widget class="QGroupBox" name="groupBox_2" > - <property name="title" > - <string>Other input</string> - </property> - <property name="flat" > - <bool>true</bool> - </property> - <property name="checkable" > - <bool>true</bool> - </property> - <layout class="QHBoxLayout" name="horizontalLayout_2" > - <item> - <widget class="QTreeWidget" name="treeWidget" > - <column> - <property name="text" > - <string>Widgets On Graphics View</string> - </property> - </column> - <item> - <property name="text" > - <string>QGraphicsProxyWidget</string> - </property> - <item> - <property name="text" > - <string>QGraphicsWidget</string> - </property> - <item> - <property name="text" > - <string>QObject</string> - </property> - </item> - <item> - <property name="text" > - <string>QGraphicsItem</string> - </property> - </item> - <item> - <property name="text" > - <string>QGraphicsLayoutItem</string> - </property> - </item> - </item> - </item> - <item> - <property name="text" > - <string>QGraphicsGridLayout</string> - </property> - <item> - <property name="text" > - <string>QGraphicsLayout</string> - </property> - <item> - <property name="text" > - <string>QGraphicsLayoutItem</string> - </property> - </item> - </item> - </item> - <item> - <property name="text" > - <string>QGraphicsLinearLayout</string> - </property> - <item> - <property name="text" > - <string>QGraphicsLayout</string> - </property> - <item> - <property name="text" > - <string>QGraphicsLayoutItem</string> - </property> - </item> - </item> - </item> - </widget> - </item> - </layout> - </widget> - </item> - </layout> - </widget> - <tabstops> - <tabstop>groupBox</tabstop> - <tabstop>hostName</tabstop> - <tabstop>dateTimeEdit</tabstop> - <tabstop>horizontalSlider</tabstop> - <tabstop>spinBox</tabstop> - <tabstop>groupBox_2</tabstop> - <tabstop>treeWidget</tabstop> - </tabstops> - <resources/> - <connections> - <connection> - <sender>horizontalSlider</sender> - <signal>valueChanged(int)</signal> - <receiver>spinBox</receiver> - <slot>setValue(int)</slot> - <hints> - <hint type="sourcelabel" > - <x>184</x> - <y>125</y> - </hint> - <hint type="destinationlabel" > - <x>275</x> - <y>127</y> - </hint> - </hints> - </connection> - <connection> - <sender>spinBox</sender> - <signal>valueChanged(int)</signal> - <receiver>horizontalSlider</receiver> - <slot>setValue(int)</slot> - <hints> - <hint type="sourcelabel" > - <x>272</x> - <y>114</y> - </hint> - <hint type="destinationlabel" > - <x>190</x> - <y>126</y> - </hint> - </hints> - </connection> - </connections> -</ui> diff --git a/tests/manual/uiloader/baseline/batchtranslation.ui b/tests/manual/uiloader/baseline/batchtranslation.ui deleted file mode 100644 index 8e660d801..000000000 --- a/tests/manual/uiloader/baseline/batchtranslation.ui +++ /dev/null @@ -1,228 +0,0 @@ -<ui version="4.0" > - <author></author> - <comment>********************************************************************* -** -** Copyright (C) 2015 The Qt Company Ltd. -** Contact: http://www.qt.io/licensing/ -** -** This file is part of the autotests of the Qt Toolkit. -** -** $QT_BEGIN_LICENSE:LGPL21$ -** Commercial License Usage -** Licensees holding valid commercial Qt licenses may use this file in -** accordance with the commercial license agreement provided with the -** Software or, alternatively, in accordance with the terms contained in -** a written agreement between you and The Qt Company. For licensing terms -** and conditions see http://www.qt.io/terms-conditions. For further -** information use the contact form at http://www.qt.io/contact-us. -** -** GNU Lesser General Public License Usage -** Alternatively, this file may be used under the terms of the GNU Lesser -** General Public License version 2.1 or version 3 as published by the Free -** Software Foundation and appearing in the file LICENSE.LGPLv21 and -** LICENSE.LGPLv3 included in the packaging of this file. Please review the -** following information to ensure the GNU Lesser General Public License -** requirements will be met: https://www.gnu.org/licenses/lgpl.html and -** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. -** -** As a special exception, The Qt Company gives you certain additional -** rights. These rights are described in The Qt Company LGPL Exception -** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. -** -** $QT_END_LICENSE$ -** -*********************************************************************</comment> - <exportmacro></exportmacro> - <class>databaseTranslationDialog</class> - <widget class="QDialog" name="databaseTranslationDialog" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>425</width> - <height>370</height> - </rect> - </property> - <property name="windowTitle" > - <string>Qt Linguist - Batch Translation</string> - </property> - <layout class="QVBoxLayout" > - <property name="margin" > - <number>9</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="QGroupBox" name="groupBox" > - <property name="sizePolicy" > - <sizepolicy> - <hsizetype>5</hsizetype> - <vsizetype>4</vsizetype> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="title" > - <string>Options</string> - </property> - <layout class="QVBoxLayout" > - <property name="margin" > - <number>9</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="QCheckBox" name="ckOnlyUntranslated" > - <property name="text" > - <string>Only translate entries with no translation</string> - </property> - <property name="checked" > - <bool>true</bool> - </property> - </widget> - </item> - <item> - <widget class="QCheckBox" name="ckMarkFinished" > - <property name="text" > - <string>Set translated entries to finished</string> - </property> - <property name="checked" > - <bool>true</bool> - </property> - </widget> - </item> - </layout> - </widget> - </item> - <item> - <widget class="QGroupBox" name="groupBox_2" > - <property name="sizePolicy" > - <sizepolicy> - <hsizetype>5</hsizetype> - <vsizetype>1</vsizetype> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="title" > - <string>Phrase book preference</string> - </property> - <layout class="QVBoxLayout" > - <property name="margin" > - <number>9</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <layout class="QHBoxLayout" > - <property name="margin" > - <number>0</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="QListView" name="phrasebookList" > - <property name="uniformItemSizes" > - <bool>true</bool> - </property> - </widget> - </item> - <item> - <layout class="QVBoxLayout" > - <property name="margin" > - <number>0</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="QPushButton" name="moveUpButton" > - <property name="text" > - <string>Move up</string> - </property> - </widget> - </item> - <item> - <widget class="QPushButton" name="moveDownButton" > - <property name="text" > - <string>Move down</string> - </property> - </widget> - </item> - <item> - <spacer> - <property name="orientation" > - <enum>Qt::Vertical</enum> - </property> - <property name="sizeHint" > - <size> - <width>20</width> - <height>40</height> - </size> - </property> - </spacer> - </item> - </layout> - </item> - </layout> - </item> - <item> - <widget class="QLabel" name="label" > - <property name="text" > - <string>The batch translator will search through the selected phrasebooks in the order given above.</string> - </property> - <property name="wordWrap" > - <bool>true</bool> - </property> - </widget> - </item> - </layout> - </widget> - </item> - <item> - <layout class="QHBoxLayout" > - <property name="margin" > - <number>0</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" > - <size> - <width>40</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item> - <widget class="QPushButton" name="runButton" > - <property name="text" > - <string>&Run</string> - </property> - </widget> - </item> - <item> - <widget class="QPushButton" name="cancelButton" > - <property name="text" > - <string>&Cancel</string> - </property> - </widget> - </item> - </layout> - </item> - </layout> - </widget> - <pixmapfunction></pixmapfunction> - <resources/> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/bookmarkdialog.ui b/tests/manual/uiloader/baseline/bookmarkdialog.ui deleted file mode 100644 index 2d6470c54..000000000 --- a/tests/manual/uiloader/baseline/bookmarkdialog.ui +++ /dev/null @@ -1,161 +0,0 @@ -<ui version="4.0" > - <class>BookmarkDialog</class> - <widget class="QDialog" name="BookmarkDialog" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>450</width> - <height>135</height> - </rect> - </property> - <property name="sizePolicy" > - <sizepolicy vsizetype="Preferred" hsizetype="Preferred" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="windowTitle" > - <string>Add Bookmark</string> - </property> - <layout class="QVBoxLayout" name="verticalLayout_3" > - <item> - <layout class="QHBoxLayout" name="horizontalLayout" > - <item> - <layout class="QVBoxLayout" name="verticalLayout_2" > - <item> - <widget class="QLabel" name="label" > - <property name="text" > - <string>Bookmark:</string> - </property> - </widget> - </item> - <item> - <widget class="QLabel" name="label_2" > - <property name="text" > - <string>Add in Folder:</string> - </property> - </widget> - </item> - </layout> - </item> - <item> - <layout class="QVBoxLayout" name="verticalLayout" > - <item> - <widget class="QLineEdit" name="bookmarkEdit" /> - </item> - <item> - <widget class="QComboBox" name="bookmarkFolders" /> - </item> - </layout> - </item> - </layout> - </item> - <item> - <layout class="QHBoxLayout" name="horizontalLayout_3" > - <item> - <widget class="QToolButton" name="toolButton" > - <property name="minimumSize" > - <size> - <width>25</width> - <height>20</height> - </size> - </property> - <property name="text" > - <string>+</string> - </property> - </widget> - </item> - <item> - <widget class="Line" name="line" > - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - </widget> - </item> - </layout> - </item> - <item> - <widget class="BookmarkWidget" name="bookmarkWidget" > - <property name="enabled" > - <bool>true</bool> - </property> - <property name="sizePolicy" > - <sizepolicy vsizetype="Ignored" hsizetype="Expanding" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <column> - <property name="text" > - <string>1</string> - </property> - </column> - </widget> - </item> - <item> - <layout class="QHBoxLayout" name="horizontalLayout_4" > - <item> - <widget class="QPushButton" name="newFolderButton" > - <property name="text" > - <string>New Folder</string> - </property> - </widget> - </item> - <item> - <widget class="QDialogButtonBox" name="buttonBox" > - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="standardButtons" > - <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> - </property> - </widget> - </item> - </layout> - </item> - </layout> - </widget> - <customwidgets> - <customwidget> - <class>BookmarkWidget</class> - <extends>QTreeWidget</extends> - <header>bookmarkwidget.h</header> - </customwidget> - </customwidgets> - <resources/> - <connections> - <connection> - <sender>buttonBox</sender> - <signal>accepted()</signal> - <receiver>BookmarkDialog</receiver> - <slot>accept()</slot> - <hints> - <hint type="sourcelabel" > - <x>248</x> - <y>254</y> - </hint> - <hint type="destinationlabel" > - <x>157</x> - <y>274</y> - </hint> - </hints> - </connection> - <connection> - <sender>buttonBox</sender> - <signal>rejected()</signal> - <receiver>BookmarkDialog</receiver> - <slot>reject()</slot> - <hints> - <hint type="sourcelabel" > - <x>316</x> - <y>260</y> - </hint> - <hint type="destinationlabel" > - <x>286</x> - <y>274</y> - </hint> - </hints> - </connection> - </connections> -</ui> diff --git a/tests/manual/uiloader/baseline/bookwindow.ui b/tests/manual/uiloader/baseline/bookwindow.ui deleted file mode 100644 index 659d32456..000000000 --- a/tests/manual/uiloader/baseline/bookwindow.ui +++ /dev/null @@ -1,149 +0,0 @@ -<ui version="4.0" > - <author></author> - <comment></comment> - <exportmacro></exportmacro> - <class>BookWindow</class> - <widget class="QMainWindow" name="BookWindow" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>601</width> - <height>420</height> - </rect> - </property> - <property name="windowTitle" > - <string>Books</string> - </property> - <widget class="QWidget" name="centralWidget" > - <layout class="QVBoxLayout" > - <property name="margin" > - <number>9</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="QGroupBox" name="groupBox" > - <property name="title" > - <string>Books</string> - </property> - <layout class="QVBoxLayout" > - <property name="margin" > - <number>9</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="QTableView" name="bookTable" > - <property name="selectionBehavior" > - <enum>QAbstractItemView::SelectRows</enum> - </property> - </widget> - </item> - <item> - <widget class="QGroupBox" name="groupBox_2" > - <property name="title" > - <string>Details</string> - </property> - <layout class="QFormLayout" > - <item row="0" column="0" > - <widget class="QLabel" name="label_5" > - <property name="text" > - <string><b>Title:</b></string> - </property> - </widget> - </item> - <item row="0" column="1" > - <widget class="QLineEdit" name="titleEdit" > - <property name="enabled" > - <bool>true</bool> - </property> - </widget> - </item> - <item row="1" column="0" > - <widget class="QLabel" name="label_2_2_2_2" > - <property name="text" > - <string><b>Author: </b></string> - </property> - </widget> - </item> - <item row="1" column="1" > - <widget class="QComboBox" name="authorEdit" > - <property name="enabled" > - <bool>true</bool> - </property> - </widget> - </item> - <item row="2" column="0" > - <widget class="QLabel" name="label_3" > - <property name="text" > - <string><b>Genre:</b></string> - </property> - </widget> - </item> - <item row="2" column="1" > - <widget class="QComboBox" name="genreEdit" > - <property name="enabled" > - <bool>true</bool> - </property> - </widget> - </item> - <item row="3" column="0" > - <widget class="QLabel" name="label_4" > - <property name="text" > - <string><b>Year:</b></string> - </property> - </widget> - </item> - <item row="3" column="1" > - <widget class="QSpinBox" name="yearEdit" > - <property name="enabled" > - <bool>true</bool> - </property> - <property name="prefix" > - <string/> - </property> - <property name="maximum" > - <number>2100</number> - </property> - <property name="minimum" > - <number>-1000</number> - </property> - </widget> - </item> - <item row="4" column="0" > - <widget class="QLabel" name="label" > - <property name="text" > - <string><b>Rating:</b></string> - </property> - </widget> - </item> - <item row="4" column="1" > - <widget class="QSpinBox" name="ratingEdit" > - <property name="maximum" > - <number>5</number> - </property> - </widget> - </item> - </layout> - </widget> - </item> - </layout> - </widget> - </item> - </layout> - </widget> - </widget> - <pixmapfunction></pixmapfunction> - <tabstops> - <tabstop>bookTable</tabstop> - <tabstop>titleEdit</tabstop> - <tabstop>authorEdit</tabstop> - <tabstop>genreEdit</tabstop> - <tabstop>yearEdit</tabstop> - </tabstops> - <resources/> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/browserwidget.ui b/tests/manual/uiloader/baseline/browserwidget.ui deleted file mode 100644 index 20946f0ed..000000000 --- a/tests/manual/uiloader/baseline/browserwidget.ui +++ /dev/null @@ -1,199 +0,0 @@ -<ui version="4.0" > - <author></author> - <comment></comment> - <exportmacro></exportmacro> - <class>Browser</class> - <widget class="QWidget" name="Browser" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>765</width> - <height>515</height> - </rect> - </property> - <property name="windowTitle" > - <string>Qt SQL Browser</string> - </property> - <layout class="QVBoxLayout" > - <property name="margin" > - <number>8</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="QSplitter" name="splitter_2" > - <property name="sizePolicy" > - <sizepolicy> - <hsizetype>7</hsizetype> - <vsizetype>7</vsizetype> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <widget class="ConnectionWidget" name="connectionWidget" > - <property name="sizePolicy" > - <sizepolicy> - <hsizetype>13</hsizetype> - <vsizetype>7</vsizetype> - <horstretch>1</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - </widget> - <widget class="QTableView" name="table" > - <property name="sizePolicy" > - <sizepolicy> - <hsizetype>7</hsizetype> - <vsizetype>7</vsizetype> - <horstretch>2</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="contextMenuPolicy" > - <enum>Qt::ActionsContextMenu</enum> - </property> - <property name="selectionBehavior" > - <enum>QAbstractItemView::SelectRows</enum> - </property> - </widget> - </widget> - </item> - <item> - <widget class="QGroupBox" name="groupBox" > - <property name="sizePolicy" > - <sizepolicy> - <hsizetype>5</hsizetype> - <vsizetype>3</vsizetype> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="maximumSize" > - <size> - <width>16777215</width> - <height>180</height> - </size> - </property> - <property name="title" > - <string>SQL Query</string> - </property> - <layout class="QVBoxLayout" > - <property name="margin" > - <number>9</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="QTextEdit" name="sqlEdit" > - <property name="sizePolicy" > - <sizepolicy> - <hsizetype>7</hsizetype> - <vsizetype>3</vsizetype> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="minimumSize" > - <size> - <width>0</width> - <height>18</height> - </size> - </property> - <property name="baseSize" > - <size> - <width>0</width> - <height>120</height> - </size> - </property> - </widget> - </item> - <item> - <layout class="QHBoxLayout" > - <property name="margin" > - <number>1</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" > - <size> - <width>40</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item> - <widget class="QPushButton" name="clearButton" > - <property name="text" > - <string>&Clear</string> - </property> - </widget> - </item> - <item> - <widget class="QPushButton" name="submitButton" > - <property name="text" > - <string>&Submit</string> - </property> - </widget> - </item> - </layout> - </item> - </layout> - </widget> - </item> - </layout> - <action name="insertRowAction" > - <property name="enabled" > - <bool>false</bool> - </property> - <property name="text" > - <string>&Insert Row</string> - </property> - <property name="statusTip" > - <string>Inserts a new Row</string> - </property> - </action> - <action name="deleteRowAction" > - <property name="enabled" > - <bool>false</bool> - </property> - <property name="text" > - <string>&Delete Row</string> - </property> - <property name="statusTip" > - <string>Deletes the current Row</string> - </property> - </action> - </widget> - <pixmapfunction></pixmapfunction> - <customwidgets> - <customwidget> - <class>ConnectionWidget</class> - <extends>QTreeView</extends> - <header>connectionwidget.h</header> - <container>0</container> - <pixmap></pixmap> - </customwidget> - </customwidgets> - <tabstops> - <tabstop>sqlEdit</tabstop> - <tabstop>clearButton</tabstop> - <tabstop>submitButton</tabstop> - <tabstop>connectionWidget</tabstop> - <tabstop>table</tabstop> - </tabstops> - <resources/> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/calculator.ui b/tests/manual/uiloader/baseline/calculator.ui deleted file mode 100644 index bb519ba2a..000000000 --- a/tests/manual/uiloader/baseline/calculator.ui +++ /dev/null @@ -1,406 +0,0 @@ -<ui version="4.0" > - <class>Calculator</class> - <widget class="QWidget" name="Calculator" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>314</width> - <height>301</height> - </rect> - </property> - <property name="sizePolicy" > - <sizepolicy vsizetype="Fixed" hsizetype="Fixed" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="minimumSize" > - <size> - <width>314</width> - <height>301</height> - </size> - </property> - <property name="maximumSize" > - <size> - <width>314</width> - <height>301</height> - </size> - </property> - <property name="windowTitle" > - <string>Calculator</string> - </property> - <widget class="QToolButton" name="backspaceButton" > - <property name="geometry" > - <rect> - <x>10</x> - <y>50</y> - <width>91</width> - <height>41</height> - </rect> - </property> - <property name="text" > - <string>Backspace</string> - </property> - </widget> - <widget class="QToolButton" name="clearButton" > - <property name="geometry" > - <rect> - <x>110</x> - <y>50</y> - <width>91</width> - <height>41</height> - </rect> - </property> - <property name="text" > - <string>Clear</string> - </property> - </widget> - <widget class="QToolButton" name="clearAllButton" > - <property name="geometry" > - <rect> - <x>210</x> - <y>50</y> - <width>91</width> - <height>41</height> - </rect> - </property> - <property name="text" > - <string>Clear All</string> - </property> - </widget> - <widget class="QToolButton" name="clearMemoryButton" > - <property name="geometry" > - <rect> - <x>10</x> - <y>100</y> - <width>41</width> - <height>41</height> - </rect> - </property> - <property name="text" > - <string>MC</string> - </property> - </widget> - <widget class="QToolButton" name="readMemoryButton" > - <property name="geometry" > - <rect> - <x>10</x> - <y>150</y> - <width>41</width> - <height>41</height> - </rect> - </property> - <property name="text" > - <string>MR</string> - </property> - </widget> - <widget class="QToolButton" name="setMemoryButton" > - <property name="geometry" > - <rect> - <x>10</x> - <y>200</y> - <width>41</width> - <height>41</height> - </rect> - </property> - <property name="text" > - <string>MS</string> - </property> - </widget> - <widget class="QToolButton" name="addToMemoryButton" > - <property name="geometry" > - <rect> - <x>10</x> - <y>250</y> - <width>41</width> - <height>41</height> - </rect> - </property> - <property name="text" > - <string>M+</string> - </property> - </widget> - <widget class="QToolButton" name="sevenButton" > - <property name="geometry" > - <rect> - <x>60</x> - <y>100</y> - <width>41</width> - <height>41</height> - </rect> - </property> - <property name="text" > - <string>7</string> - </property> - </widget> - <widget class="QToolButton" name="eightButton" > - <property name="geometry" > - <rect> - <x>110</x> - <y>100</y> - <width>41</width> - <height>41</height> - </rect> - </property> - <property name="text" > - <string>8</string> - </property> - </widget> - <widget class="QToolButton" name="nineButton" > - <property name="geometry" > - <rect> - <x>160</x> - <y>100</y> - <width>41</width> - <height>41</height> - </rect> - </property> - <property name="text" > - <string>9</string> - </property> - </widget> - <widget class="QToolButton" name="fourButton" > - <property name="geometry" > - <rect> - <x>60</x> - <y>150</y> - <width>41</width> - <height>41</height> - </rect> - </property> - <property name="text" > - <string>4</string> - </property> - </widget> - <widget class="QToolButton" name="fiveButton" > - <property name="geometry" > - <rect> - <x>110</x> - <y>150</y> - <width>41</width> - <height>41</height> - </rect> - </property> - <property name="text" > - <string>5</string> - </property> - </widget> - <widget class="QToolButton" name="sixButton" > - <property name="geometry" > - <rect> - <x>160</x> - <y>150</y> - <width>41</width> - <height>41</height> - </rect> - </property> - <property name="text" > - <string>6</string> - </property> - </widget> - <widget class="QToolButton" name="oneButton" > - <property name="geometry" > - <rect> - <x>60</x> - <y>200</y> - <width>41</width> - <height>41</height> - </rect> - </property> - <property name="text" > - <string>1</string> - </property> - </widget> - <widget class="QToolButton" name="twoButton" > - <property name="geometry" > - <rect> - <x>110</x> - <y>200</y> - <width>41</width> - <height>41</height> - </rect> - </property> - <property name="text" > - <string>2</string> - </property> - </widget> - <widget class="QToolButton" name="threeButton" > - <property name="geometry" > - <rect> - <x>160</x> - <y>200</y> - <width>41</width> - <height>41</height> - </rect> - </property> - <property name="text" > - <string>3</string> - </property> - </widget> - <widget class="QToolButton" name="zeroButton" > - <property name="geometry" > - <rect> - <x>60</x> - <y>250</y> - <width>41</width> - <height>41</height> - </rect> - </property> - <property name="text" > - <string>0</string> - </property> - </widget> - <widget class="QToolButton" name="pointButton" > - <property name="geometry" > - <rect> - <x>110</x> - <y>250</y> - <width>41</width> - <height>41</height> - </rect> - </property> - <property name="text" > - <string>.</string> - </property> - </widget> - <widget class="QToolButton" name="changeSignButton" > - <property name="geometry" > - <rect> - <x>160</x> - <y>250</y> - <width>41</width> - <height>41</height> - </rect> - </property> - <property name="text" > - <string>+-</string> - </property> - </widget> - <widget class="QToolButton" name="plusButton" > - <property name="geometry" > - <rect> - <x>210</x> - <y>250</y> - <width>41</width> - <height>41</height> - </rect> - </property> - <property name="text" > - <string>+</string> - </property> - </widget> - <widget class="QToolButton" name="divisionButton" > - <property name="geometry" > - <rect> - <x>210</x> - <y>100</y> - <width>41</width> - <height>41</height> - </rect> - </property> - <property name="text" > - <string>/</string> - </property> - </widget> - <widget class="QToolButton" name="timesButton" > - <property name="geometry" > - <rect> - <x>210</x> - <y>150</y> - <width>41</width> - <height>41</height> - </rect> - </property> - <property name="text" > - <string>*</string> - </property> - </widget> - <widget class="QToolButton" name="minusButton" > - <property name="geometry" > - <rect> - <x>210</x> - <y>200</y> - <width>41</width> - <height>41</height> - </rect> - </property> - <property name="text" > - <string>-</string> - </property> - </widget> - <widget class="QToolButton" name="squareRootButton" > - <property name="geometry" > - <rect> - <x>260</x> - <y>100</y> - <width>41</width> - <height>41</height> - </rect> - </property> - <property name="text" > - <string>Sqrt</string> - </property> - </widget> - <widget class="QToolButton" name="powerButton" > - <property name="geometry" > - <rect> - <x>260</x> - <y>150</y> - <width>41</width> - <height>41</height> - </rect> - </property> - <property name="text" > - <string>x^2</string> - </property> - </widget> - <widget class="QToolButton" name="reciprocalButton" > - <property name="geometry" > - <rect> - <x>260</x> - <y>200</y> - <width>41</width> - <height>41</height> - </rect> - </property> - <property name="text" > - <string>1/x</string> - </property> - </widget> - <widget class="QToolButton" name="equalButton" > - <property name="geometry" > - <rect> - <x>260</x> - <y>250</y> - <width>41</width> - <height>41</height> - </rect> - </property> - <property name="text" > - <string>=</string> - </property> - </widget> - <widget class="QLineEdit" name="display" > - <property name="geometry" > - <rect> - <x>10</x> - <y>10</y> - <width>291</width> - <height>31</height> - </rect> - </property> - <property name="maxLength" > - <number>15</number> - </property> - <property name="alignment" > - <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> - </property> - <property name="readOnly" > - <bool>true</bool> - </property> - </widget> - </widget> - <resources/> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/calculatorform.ui b/tests/manual/uiloader/baseline/calculatorform.ui deleted file mode 100644 index dda0e62dd..000000000 --- a/tests/manual/uiloader/baseline/calculatorform.ui +++ /dev/null @@ -1,303 +0,0 @@ -<ui version="4.0" > - <author></author> - <comment></comment> - <exportmacro></exportmacro> - <class>CalculatorForm</class> - <widget class="QWidget" name="CalculatorForm" > - <property name="objectName" > - <string notr="true" >CalculatorForm</string> - </property> - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>276</width> - <height>98</height> - </rect> - </property> - <property name="sizePolicy" > - <sizepolicy> - <hsizetype>5</hsizetype> - <vsizetype>5</vsizetype> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="windowTitle" > - <string>Calculator Builder</string> - </property> - <layout class="QGridLayout" > - <property name="objectName" > - <string notr="true" /> - </property> - <property name="margin" > - <number>9</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item row="0" column="0" > - <layout class="QHBoxLayout" > - <property name="objectName" > - <string notr="true" /> - </property> - <property name="margin" > - <number>1</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <layout class="QVBoxLayout" > - <property name="objectName" > - <string notr="true" /> - </property> - <property name="margin" > - <number>1</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="QLabel" name="label" > - <property name="objectName" > - <string notr="true" >label</string> - </property> - <property name="geometry" > - <rect> - <x>1</x> - <y>1</y> - <width>45</width> - <height>19</height> - </rect> - </property> - <property name="text" > - <string>Input 1</string> - </property> - </widget> - </item> - <item> - <widget class="QSpinBox" name="inputSpinBox1" > - <property name="objectName" > - <string notr="true" >inputSpinBox1</string> - </property> - <property name="geometry" > - <rect> - <x>1</x> - <y>26</y> - <width>45</width> - <height>25</height> - </rect> - </property> - <property name="mouseTracking" > - <bool>true</bool> - </property> - </widget> - </item> - </layout> - </item> - <item> - <widget class="QLabel" name="label_3" > - <property name="objectName" > - <string notr="true" >label_3</string> - </property> - <property name="geometry" > - <rect> - <x>54</x> - <y>1</y> - <width>7</width> - <height>52</height> - </rect> - </property> - <property name="text" > - <string>+</string> - </property> - <property name="alignment" > - <set>Qt::AlignCenter</set> - </property> - </widget> - </item> - <item> - <layout class="QVBoxLayout" > - <property name="objectName" > - <string notr="true" /> - </property> - <property name="margin" > - <number>1</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="QLabel" name="label_2" > - <property name="objectName" > - <string notr="true" >label_2</string> - </property> - <property name="geometry" > - <rect> - <x>1</x> - <y>1</y> - <width>45</width> - <height>19</height> - </rect> - </property> - <property name="text" > - <string>Input 2</string> - </property> - </widget> - </item> - <item> - <widget class="QSpinBox" name="inputSpinBox2" > - <property name="objectName" > - <string notr="true" >inputSpinBox2</string> - </property> - <property name="geometry" > - <rect> - <x>1</x> - <y>26</y> - <width>45</width> - <height>25</height> - </rect> - </property> - <property name="mouseTracking" > - <bool>true</bool> - </property> - </widget> - </item> - </layout> - </item> - <item> - <widget class="QLabel" name="label_3_2" > - <property name="objectName" > - <string notr="true" >label_3_2</string> - </property> - <property name="geometry" > - <rect> - <x>120</x> - <y>1</y> - <width>7</width> - <height>52</height> - </rect> - </property> - <property name="text" > - <string>=</string> - </property> - <property name="alignment" > - <set>Qt::AlignCenter</set> - </property> - </widget> - </item> - <item> - <layout class="QVBoxLayout" > - <property name="objectName" > - <string notr="true" /> - </property> - <property name="margin" > - <number>1</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="QLabel" name="label_2_2_2" > - <property name="objectName" > - <string notr="true" >label_2_2_2</string> - </property> - <property name="geometry" > - <rect> - <x>1</x> - <y>1</y> - <width>37</width> - <height>17</height> - </rect> - </property> - <property name="text" > - <string>Output</string> - </property> - </widget> - </item> - <item> - <widget class="QLabel" name="outputWidget" > - <property name="objectName" > - <string notr="true" >outputWidget</string> - </property> - <property name="geometry" > - <rect> - <x>1</x> - <y>24</y> - <width>37</width> - <height>27</height> - </rect> - </property> - <property name="frameShape" > - <enum>QFrame::Box</enum> - </property> - <property name="frameShadow" > - <enum>QFrame::Sunken</enum> - </property> - <property name="text" > - <string>0</string> - </property> - <property name="alignment" > - <set>Qt::AlignAbsolute|Qt::AlignBottom|Qt::AlignCenter|Qt::AlignHCenter|Qt::AlignHorizontal_Mask|Qt::AlignJustify|Qt::AlignLeading|Qt::AlignLeft|Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing|Qt::AlignVCenter|Qt::AlignVertical_Mask</set> - </property> - </widget> - </item> - </layout> - </item> - </layout> - </item> - <item row="1" column="0" > - <spacer> - <property name="objectName" > - <string notr="true" >verticalSpacer</string> - </property> - <property name="geometry" > - <rect> - <x>85</x> - <y>69</y> - <width>20</width> - <height>20</height> - </rect> - </property> - <property name="orientation" > - <enum>Qt::Vertical</enum> - </property> - <property name="sizeHint" > - <size> - <width>20</width> - <height>40</height> - </size> - </property> - </spacer> - </item> - <item row="0" column="1" > - <spacer> - <property name="objectName" > - <string notr="true" >horizontalSpacer</string> - </property> - <property name="geometry" > - <rect> - <x>188</x> - <y>26</y> - <width>79</width> - <height>20</height> - </rect> - </property> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" > - <size> - <width>40</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - </layout> - </widget> - <pixmapfunction></pixmapfunction> - <resources/> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/certificateinfo.ui b/tests/manual/uiloader/baseline/certificateinfo.ui deleted file mode 100644 index 3761fe8f5..000000000 --- a/tests/manual/uiloader/baseline/certificateinfo.ui +++ /dev/null @@ -1,85 +0,0 @@ -<ui version="4.0" > - <class>CertificateInfo</class> - <widget class="QDialog" name="CertificateInfo" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>400</width> - <height>397</height> - </rect> - </property> - <property name="windowTitle" > - <string>Display Certificate Information</string> - </property> - <layout class="QVBoxLayout" > - <item> - <widget class="QGroupBox" name="groupBox" > - <property name="title" > - <string>Certification Path</string> - </property> - <layout class="QHBoxLayout" > - <item> - <widget class="QListWidget" name="certificationPathView" /> - </item> - </layout> - </widget> - </item> - <item> - <widget class="QGroupBox" name="groupBox_2" > - <property name="title" > - <string>Certificate Information</string> - </property> - <layout class="QHBoxLayout" > - <item> - <widget class="QListWidget" name="certificateInfoView" /> - </item> - </layout> - </widget> - </item> - <item> - <layout class="QHBoxLayout" > - <item> - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" > - <size> - <width>40</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item> - <widget class="QDialogButtonBox" name="buttonBox" > - <property name="standardButtons" > - <set>QDialogButtonBox::Close</set> - </property> - </widget> - </item> - </layout> - </item> - </layout> - </widget> - <resources/> - <connections> - <connection> - <sender>buttonBox</sender> - <signal>clicked(QAbstractButton*)</signal> - <receiver>CertificateInfo</receiver> - <slot>accept()</slot> - <hints> - <hint type="sourcelabel" > - <x>343</x> - <y>374</y> - </hint> - <hint type="destinationlabel" > - <x>352</x> - <y>422</y> - </hint> - </hints> - </connection> - </connections> -</ui> diff --git a/tests/manual/uiloader/baseline/chatdialog.ui b/tests/manual/uiloader/baseline/chatdialog.ui deleted file mode 100644 index c85e0d0f5..000000000 --- a/tests/manual/uiloader/baseline/chatdialog.ui +++ /dev/null @@ -1,79 +0,0 @@ -<ui version="4.0" > - <class>ChatDialog</class> - <widget class="QDialog" name="ChatDialog" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>513</width> - <height>349</height> - </rect> - </property> - <property name="windowTitle" > - <string>Chat</string> - </property> - <layout class="QVBoxLayout" > - <property name="margin" > - <number>9</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <layout class="QHBoxLayout" > - <property name="margin" > - <number>0</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="QTextEdit" name="textEdit" > - <property name="focusPolicy" > - <enum>Qt::NoFocus</enum> - </property> - <property name="readOnly" > - <bool>true</bool> - </property> - </widget> - </item> - <item> - <widget class="QListWidget" name="listWidget" > - <property name="maximumSize" > - <size> - <width>180</width> - <height>16777215</height> - </size> - </property> - <property name="focusPolicy" > - <enum>Qt::NoFocus</enum> - </property> - </widget> - </item> - </layout> - </item> - <item> - <layout class="QHBoxLayout" > - <property name="margin" > - <number>0</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="QLabel" name="label" > - <property name="text" > - <string>Message:</string> - </property> - </widget> - </item> - <item> - <widget class="QLineEdit" name="lineEdit" /> - </item> - </layout> - </item> - </layout> - </widget> - <resources/> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/chatmainwindow.ui b/tests/manual/uiloader/baseline/chatmainwindow.ui deleted file mode 100644 index 0616dcb13..000000000 --- a/tests/manual/uiloader/baseline/chatmainwindow.ui +++ /dev/null @@ -1,185 +0,0 @@ -<ui version="4.0" > - <author></author> - <comment></comment> - <exportmacro></exportmacro> - <class>ChatMainWindow</class> - <widget class="QMainWindow" name="ChatMainWindow" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>800</width> - <height>600</height> - </rect> - </property> - <property name="windowTitle" > - <string>QtDBus Chat</string> - </property> - <widget class="QWidget" name="centralwidget" > - <layout class="QHBoxLayout" > - <property name="margin" > - <number>9</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <layout class="QVBoxLayout" > - <property name="margin" > - <number>0</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="QTextBrowser" name="chatHistory" > - <property name="acceptDrops" > - <bool>false</bool> - </property> - <property name="toolTip" > - <string>Messages sent and received from other users</string> - </property> - <property name="acceptRichText" > - <bool>true</bool> - </property> - </widget> - </item> - <item> - <layout class="QHBoxLayout" > - <property name="margin" > - <number>0</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="QLabel" name="label" > - <property name="text" > - <string>Message:</string> - </property> - <property name="buddy" > - <cstring>messageLineEdit</cstring> - </property> - </widget> - </item> - <item> - <widget class="QLineEdit" name="messageLineEdit" /> - </item> - <item> - <widget class="QPushButton" name="sendButton" > - <property name="sizePolicy" > - <sizepolicy> - <hsizetype>1</hsizetype> - <vsizetype>0</vsizetype> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="toolTip" > - <string>Sends a message to other people</string> - </property> - <property name="whatsThis" > - <string/> - </property> - <property name="text" > - <string>Send</string> - </property> - </widget> - </item> - </layout> - </item> - </layout> - </item> - </layout> - </widget> - <widget class="QMenuBar" name="menubar" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>800</width> - <height>31</height> - </rect> - </property> - <widget class="QMenu" name="menuQuit" > - <property name="title" > - <string>Help</string> - </property> - <addaction name="actionAboutQt" /> - </widget> - <widget class="QMenu" name="menuFile" > - <property name="title" > - <string>File</string> - </property> - <addaction name="actionChangeNickname" /> - <addaction name="separator" /> - <addaction name="actionQuit" /> - </widget> - <addaction name="menuFile" /> - <addaction name="menuQuit" /> - </widget> - <widget class="QStatusBar" name="statusbar" /> - <action name="actionQuit" > - <property name="text" > - <string>Quit</string> - </property> - <property name="shortcut" > - <string>Ctrl+Q</string> - </property> - </action> - <action name="actionAboutQt" > - <property name="text" > - <string>About Qt...</string> - </property> - </action> - <action name="actionChangeNickname" > - <property name="text" > - <string>Change nickname...</string> - </property> - <property name="shortcut" > - <string>Ctrl+N</string> - </property> - </action> - </widget> - <pixmapfunction></pixmapfunction> - <tabstops> - <tabstop>chatHistory</tabstop> - <tabstop>messageLineEdit</tabstop> - <tabstop>sendButton</tabstop> - </tabstops> - <resources/> - <connections> - <connection> - <sender>messageLineEdit</sender> - <signal>returnPressed()</signal> - <receiver>sendButton</receiver> - <slot>animateClick()</slot> - <hints> - <hint type="sourcelabel" > - <x>299</x> - <y>554</y> - </hint> - <hint type="destinationlabel" > - <x>744</x> - <y>551</y> - </hint> - </hints> - </connection> - <connection> - <sender>actionQuit</sender> - <signal>triggered(bool)</signal> - <receiver>ChatMainWindow</receiver> - <slot>close()</slot> - <hints> - <hint type="sourcelabel" > - <x>-1</x> - <y>-1</y> - </hint> - <hint type="destinationlabel" > - <x>399</x> - <y>299</y> - </hint> - </hints> - </connection> - </connections> -</ui> diff --git a/tests/manual/uiloader/baseline/chatsetnickname.ui b/tests/manual/uiloader/baseline/chatsetnickname.ui deleted file mode 100644 index fb9894e09..000000000 --- a/tests/manual/uiloader/baseline/chatsetnickname.ui +++ /dev/null @@ -1,149 +0,0 @@ -<ui version="4.0" > - <author></author> - <comment></comment> - <exportmacro></exportmacro> - <class>NicknameDialog</class> - <widget class="QDialog" name="NicknameDialog" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>396</width> - <height>105</height> - </rect> - </property> - <property name="sizePolicy" > - <sizepolicy> - <hsizetype>1</hsizetype> - <vsizetype>1</vsizetype> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="windowTitle" > - <string>Set nickname</string> - </property> - <layout class="QVBoxLayout" > - <property name="margin" > - <number>9</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <layout class="QVBoxLayout" > - <property name="margin" > - <number>0</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="QLabel" name="label" > - <property name="sizePolicy" > - <sizepolicy> - <hsizetype>1</hsizetype> - <vsizetype>1</vsizetype> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="text" > - <string>New nickname:</string> - </property> - </widget> - </item> - <item> - <widget class="QLineEdit" name="nickname" /> - </item> - </layout> - </item> - <item> - <layout class="QHBoxLayout" > - <property name="margin" > - <number>0</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" > - <size> - <width>131</width> - <height>31</height> - </size> - </property> - </spacer> - </item> - <item> - <widget class="QPushButton" name="okButton" > - <property name="text" > - <string>OK</string> - </property> - </widget> - </item> - <item> - <widget class="QPushButton" name="cancelButton" > - <property name="text" > - <string>Cancel</string> - </property> - </widget> - </item> - <item> - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" > - <size> - <width>40</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - </layout> - </item> - </layout> - </widget> - <pixmapfunction></pixmapfunction> - <resources/> - <connections> - <connection> - <sender>okButton</sender> - <signal>clicked()</signal> - <receiver>NicknameDialog</receiver> - <slot>accept()</slot> - <hints> - <hint type="sourcelabel" > - <x>278</x> - <y>253</y> - </hint> - <hint type="destinationlabel" > - <x>96</x> - <y>254</y> - </hint> - </hints> - </connection> - <connection> - <sender>cancelButton</sender> - <signal>clicked()</signal> - <receiver>NicknameDialog</receiver> - <slot>reject()</slot> - <hints> - <hint type="sourcelabel" > - <x>369</x> - <y>253</y> - </hint> - <hint type="destinationlabel" > - <x>179</x> - <y>282</y> - </hint> - </hints> - </connection> - </connections> -</ui> diff --git a/tests/manual/uiloader/baseline/config.ui b/tests/manual/uiloader/baseline/config.ui deleted file mode 100644 index d34c7621b..000000000 --- a/tests/manual/uiloader/baseline/config.ui +++ /dev/null @@ -1,2520 +0,0 @@ -<ui version="4.0" > - <comment>********************************************************************* -** -** Copyright (C) 2015 The Qt Company Ltd. -** Contact: http://www.qt.io/licensing/ -** -** This file is part of the autotests of the Qt Toolkit. -** -** $QT_BEGIN_LICENSE:LGPL21$ -** Commercial License Usage -** Licensees holding valid commercial Qt licenses may use this file in -** accordance with the commercial license agreement provided with the -** Software or, alternatively, in accordance with the terms contained in -** a written agreement between you and The Qt Company. For licensing terms -** and conditions see http://www.qt.io/terms-conditions. For further -** information use the contact form at http://www.qt.io/contact-us. -** -** GNU Lesser General Public License Usage -** Alternatively, this file may be used under the terms of the GNU Lesser -** General Public License version 2.1 or version 3 as published by the Free -** Software Foundation and appearing in the file LICENSE.LGPLv21 and -** LICENSE.LGPLv3 included in the packaging of this file. Please review the -** following information to ensure the GNU Lesser General Public License -** requirements will be met: https://www.gnu.org/licenses/lgpl.html and -** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. -** -** As a special exception, The Qt Company gives you certain additional -** rights. These rights are described in The Qt Company LGPL Exception -** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. -** -** $QT_END_LICENSE$ -** -*********************************************************************</comment> - <class>Config</class> - <widget class="QDialog" name="Config" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>600</width> - <height>650</height> - </rect> - </property> - <property name="windowTitle" > - <string>Configure</string> - </property> - <property name="sizeGripEnabled" > - <bool>true</bool> - </property> - <layout class="QVBoxLayout" > - <property name="spacing" > - <number>6</number> - </property> - <property name="leftMargin" > - <number>8</number> - </property> - <property name="topMargin" > - <number>8</number> - </property> - <property name="rightMargin" > - <number>8</number> - </property> - <property name="bottomMargin" > - <number>8</number> - </property> - <item> - <layout class="QHBoxLayout" > - <property name="spacing" > - <number>6</number> - </property> - <property name="leftMargin" > - <number>0</number> - </property> - <property name="topMargin" > - <number>0</number> - </property> - <property name="rightMargin" > - <number>0</number> - </property> - <property name="bottomMargin" > - <number>0</number> - </property> - <item> - <widget class="QGroupBox" name="ButtonGroup1" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Preferred" hsizetype="Preferred" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="title" > - <string>Size</string> - </property> - <layout class="QVBoxLayout" > - <property name="spacing" > - <number>6</number> - </property> - <property name="leftMargin" > - <number>11</number> - </property> - <property name="topMargin" > - <number>11</number> - </property> - <property name="rightMargin" > - <number>11</number> - </property> - <property name="bottomMargin" > - <number>11</number> - </property> - <item> - <widget class="QRadioButton" name="size_176_220" > - <property name="text" > - <string>176x220 "SmartPhone"</string> - </property> - </widget> - </item> - <item> - <widget class="QRadioButton" name="size_240_320" > - <property name="text" > - <string>240x320 "PDA"</string> - </property> - </widget> - </item> - <item> - <widget class="QRadioButton" name="size_320_240" > - <property name="text" > - <string>320x240 "TV" / "QVGA"</string> - </property> - </widget> - </item> - <item> - <widget class="QRadioButton" name="size_640_480" > - <property name="text" > - <string>640x480 "VGA"</string> - </property> - </widget> - </item> - <item> - <widget class="QRadioButton" name="size_800_600" > - <property name="text" > - <string>800x600</string> - </property> - </widget> - </item> - <item> - <widget class="QRadioButton" name="size_1024_768" > - <property name="text" > - <string>1024x768</string> - </property> - </widget> - </item> - <item> - <layout class="QHBoxLayout" > - <property name="spacing" > - <number>6</number> - </property> - <property name="leftMargin" > - <number>0</number> - </property> - <property name="topMargin" > - <number>0</number> - </property> - <property name="rightMargin" > - <number>0</number> - </property> - <property name="bottomMargin" > - <number>0</number> - </property> - <item> - <widget class="QRadioButton" name="size_custom" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Fixed" hsizetype="Fixed" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="text" > - <string>Custom</string> - </property> - </widget> - </item> - <item> - <widget class="QSpinBox" name="size_width" > - <property name="minimum" > - <number>1</number> - </property> - <property name="maximum" > - <number>1280</number> - </property> - <property name="singleStep" > - <number>16</number> - </property> - <property name="value" > - <number>400</number> - </property> - </widget> - </item> - <item> - <widget class="QSpinBox" name="size_height" > - <property name="minimum" > - <number>1</number> - </property> - <property name="maximum" > - <number>1024</number> - </property> - <property name="singleStep" > - <number>16</number> - </property> - <property name="value" > - <number>300</number> - </property> - </widget> - </item> - </layout> - </item> - </layout> - </widget> - </item> - <item> - <widget class="QGroupBox" name="ButtonGroup2" > - <property name="title" > - <string>Depth</string> - </property> - <layout class="QVBoxLayout" > - <property name="spacing" > - <number>6</number> - </property> - <property name="leftMargin" > - <number>11</number> - </property> - <property name="topMargin" > - <number>11</number> - </property> - <property name="rightMargin" > - <number>11</number> - </property> - <property name="bottomMargin" > - <number>11</number> - </property> - <item> - <widget class="QRadioButton" name="depth_1" > - <property name="text" > - <string>1 bit monochrome</string> - </property> - </widget> - </item> - <item> - <widget class="QRadioButton" name="depth_4gray" > - <property name="text" > - <string>4 bit grayscale</string> - </property> - </widget> - </item> - <item> - <widget class="QRadioButton" name="depth_8" > - <property name="text" > - <string>8 bit</string> - </property> - </widget> - </item> - <item> - <widget class="QRadioButton" name="depth_12" > - <property name="text" > - <string>12 (16) bit</string> - </property> - </widget> - </item> - <item> - <widget class="QRadioButton" name="depth_15" > - <property name="text" > - <string>15 bit</string> - </property> - </widget> - </item> - <item> - <widget class="QRadioButton" name="depth_16" > - <property name="text" > - <string>16 bit</string> - </property> - </widget> - </item> - <item> - <widget class="QRadioButton" name="depth_18" > - <property name="text" > - <string>18 bit</string> - </property> - </widget> - </item> - <item> - <widget class="QRadioButton" name="depth_24" > - <property name="text" > - <string>24 bit</string> - </property> - </widget> - </item> - <item> - <widget class="QRadioButton" name="depth_32" > - <property name="text" > - <string>32 bit</string> - </property> - </widget> - </item> - <item> - <widget class="QRadioButton" name="depth_32_argb" > - <property name="text" > - <string>32 bit ARGB</string> - </property> - </widget> - </item> - </layout> - </widget> - </item> - </layout> - </item> - <item> - <layout class="QHBoxLayout" > - <property name="spacing" > - <number>6</number> - </property> - <property name="leftMargin" > - <number>0</number> - </property> - <property name="topMargin" > - <number>0</number> - </property> - <property name="rightMargin" > - <number>0</number> - </property> - <property name="bottomMargin" > - <number>0</number> - </property> - <item> - <widget class="QLabel" name="TextLabel1_3" > - <property name="text" > - <string>Skin</string> - </property> - </widget> - </item> - <item> - <widget class="QComboBox" name="skin" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Fixed" hsizetype="Expanding" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <item> - <property name="text" > - <string>None</string> - </property> - </item> - </widget> - </item> - </layout> - </item> - <item> - <widget class="QCheckBox" name="touchScreen" > - <property name="text" > - <string>Emulate touch screen (no mouse move)</string> - </property> - </widget> - </item> - <item> - <widget class="QCheckBox" name="lcdScreen" > - <property name="text" > - <string>Emulate LCD screen (Only with fixed zoom of 3.0 times magnification)</string> - </property> - </widget> - </item> - <item> - <spacer> - <property name="orientation" > - <enum>Qt::Vertical</enum> - </property> - <property name="sizeHint" > - <size> - <width>20</width> - <height>10</height> - </size> - </property> - </spacer> - </item> - <item> - <widget class="QLabel" name="TextLabel1" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Preferred" hsizetype="Preferred" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="text" > - <string><p>Note that any applications using the virtual framebuffer will be terminated if you change the Size or Depth <i>above</i>. You may freely modify the Gamma <i>below</i>.</string> - </property> - <property name="wordWrap" > - <bool>true</bool> - </property> - </widget> - </item> - <item> - <widget class="QGroupBox" name="GroupBox1" > - <property name="title" > - <string>Gamma</string> - </property> - <layout class="QGridLayout" > - <property name="leftMargin" > - <number>11</number> - </property> - <property name="topMargin" > - <number>11</number> - </property> - <property name="rightMargin" > - <number>11</number> - </property> - <property name="bottomMargin" > - <number>11</number> - </property> - <property name="horizontalSpacing" > - <number>6</number> - </property> - <property name="verticalSpacing" > - <number>6</number> - </property> - <item row="6" column="0" > - <widget class="QLabel" name="TextLabel3" > - <property name="text" > - <string>Blue</string> - </property> - </widget> - </item> - <item row="6" column="1" > - <widget class="QSlider" name="bslider" > - <property name="palette" > - <palette> - <active> - <colorrole role="WindowText" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>128</red> - <green>128</green> - <blue>128</blue> - </color> - </brush> - </colorrole> - <colorrole role="Button" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>0</red> - <green>0</green> - <blue>255</blue> - </color> - </brush> - </colorrole> - <colorrole role="Light" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>127</red> - <green>127</green> - <blue>255</blue> - </color> - </brush> - </colorrole> - <colorrole role="Midlight" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>38</red> - <green>38</green> - <blue>255</blue> - </color> - </brush> - </colorrole> - <colorrole role="Dark" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>0</red> - <green>0</green> - <blue>127</blue> - </color> - </brush> - </colorrole> - <colorrole role="Mid" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>0</red> - <green>0</green> - <blue>170</blue> - </color> - </brush> - </colorrole> - <colorrole role="Text" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>0</red> - <green>0</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="BrightText" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>255</red> - <green>255</green> - <blue>255</blue> - </color> - </brush> - </colorrole> - <colorrole role="ButtonText" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>128</red> - <green>128</green> - <blue>128</blue> - </color> - </brush> - </colorrole> - <colorrole role="Base" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>255</red> - <green>255</green> - <blue>255</blue> - </color> - </brush> - </colorrole> - <colorrole role="Window" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>220</red> - <green>220</green> - <blue>220</blue> - </color> - </brush> - </colorrole> - <colorrole role="Shadow" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>0</red> - <green>0</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="Highlight" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>10</red> - <green>95</green> - <blue>137</blue> - </color> - </brush> - </colorrole> - <colorrole role="HighlightedText" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>255</red> - <green>255</green> - <blue>255</blue> - </color> - </brush> - </colorrole> - <colorrole role="Link" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>0</red> - <green>0</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="LinkVisited" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>0</red> - <green>0</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="AlternateBase" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>232</red> - <green>232</green> - <blue>232</blue> - </color> - </brush> - </colorrole> - </active> - <inactive> - <colorrole role="WindowText" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>128</red> - <green>128</green> - <blue>128</blue> - </color> - </brush> - </colorrole> - <colorrole role="Button" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>0</red> - <green>0</green> - <blue>255</blue> - </color> - </brush> - </colorrole> - <colorrole role="Light" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>127</red> - <green>127</green> - <blue>255</blue> - </color> - </brush> - </colorrole> - <colorrole role="Midlight" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>38</red> - <green>38</green> - <blue>255</blue> - </color> - </brush> - </colorrole> - <colorrole role="Dark" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>0</red> - <green>0</green> - <blue>127</blue> - </color> - </brush> - </colorrole> - <colorrole role="Mid" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>0</red> - <green>0</green> - <blue>170</blue> - </color> - </brush> - </colorrole> - <colorrole role="Text" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>0</red> - <green>0</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="BrightText" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>255</red> - <green>255</green> - <blue>255</blue> - </color> - </brush> - </colorrole> - <colorrole role="ButtonText" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>128</red> - <green>128</green> - <blue>128</blue> - </color> - </brush> - </colorrole> - <colorrole role="Base" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>255</red> - <green>255</green> - <blue>255</blue> - </color> - </brush> - </colorrole> - <colorrole role="Window" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>220</red> - <green>220</green> - <blue>220</blue> - </color> - </brush> - </colorrole> - <colorrole role="Shadow" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>0</red> - <green>0</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="Highlight" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>10</red> - <green>95</green> - <blue>137</blue> - </color> - </brush> - </colorrole> - <colorrole role="HighlightedText" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>255</red> - <green>255</green> - <blue>255</blue> - </color> - </brush> - </colorrole> - <colorrole role="Link" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>0</red> - <green>0</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="LinkVisited" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>0</red> - <green>0</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="AlternateBase" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>232</red> - <green>232</green> - <blue>232</blue> - </color> - </brush> - </colorrole> - </inactive> - <disabled> - <colorrole role="WindowText" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>128</red> - <green>128</green> - <blue>128</blue> - </color> - </brush> - </colorrole> - <colorrole role="Button" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>0</red> - <green>0</green> - <blue>255</blue> - </color> - </brush> - </colorrole> - <colorrole role="Light" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>127</red> - <green>127</green> - <blue>255</blue> - </color> - </brush> - </colorrole> - <colorrole role="Midlight" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>38</red> - <green>38</green> - <blue>255</blue> - </color> - </brush> - </colorrole> - <colorrole role="Dark" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>0</red> - <green>0</green> - <blue>127</blue> - </color> - </brush> - </colorrole> - <colorrole role="Mid" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>0</red> - <green>0</green> - <blue>170</blue> - </color> - </brush> - </colorrole> - <colorrole role="Text" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>0</red> - <green>0</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="BrightText" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>255</red> - <green>255</green> - <blue>255</blue> - </color> - </brush> - </colorrole> - <colorrole role="ButtonText" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>128</red> - <green>128</green> - <blue>128</blue> - </color> - </brush> - </colorrole> - <colorrole role="Base" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>255</red> - <green>255</green> - <blue>255</blue> - </color> - </brush> - </colorrole> - <colorrole role="Window" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>220</red> - <green>220</green> - <blue>220</blue> - </color> - </brush> - </colorrole> - <colorrole role="Shadow" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>0</red> - <green>0</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="Highlight" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>10</red> - <green>95</green> - <blue>137</blue> - </color> - </brush> - </colorrole> - <colorrole role="HighlightedText" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>255</red> - <green>255</green> - <blue>255</blue> - </color> - </brush> - </colorrole> - <colorrole role="Link" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>0</red> - <green>0</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="LinkVisited" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>0</red> - <green>0</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="AlternateBase" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>232</red> - <green>232</green> - <blue>232</blue> - </color> - </brush> - </colorrole> - </disabled> - </palette> - </property> - <property name="maximum" > - <number>400</number> - </property> - <property name="value" > - <number>100</number> - </property> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - </widget> - </item> - <item row="6" column="2" > - <widget class="QLabel" name="blabel" > - <property name="text" > - <string>1.0</string> - </property> - </widget> - </item> - <item row="4" column="0" > - <widget class="QLabel" name="TextLabel2" > - <property name="text" > - <string>Green</string> - </property> - </widget> - </item> - <item row="4" column="1" > - <widget class="QSlider" name="gslider" > - <property name="palette" > - <palette> - <active> - <colorrole role="WindowText" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>128</red> - <green>128</green> - <blue>128</blue> - </color> - </brush> - </colorrole> - <colorrole role="Button" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>0</red> - <green>255</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="Light" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>127</red> - <green>255</green> - <blue>127</blue> - </color> - </brush> - </colorrole> - <colorrole role="Midlight" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>38</red> - <green>255</green> - <blue>38</blue> - </color> - </brush> - </colorrole> - <colorrole role="Dark" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>0</red> - <green>127</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="Mid" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>0</red> - <green>170</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="Text" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>0</red> - <green>0</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="BrightText" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>255</red> - <green>255</green> - <blue>255</blue> - </color> - </brush> - </colorrole> - <colorrole role="ButtonText" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>128</red> - <green>128</green> - <blue>128</blue> - </color> - </brush> - </colorrole> - <colorrole role="Base" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>255</red> - <green>255</green> - <blue>255</blue> - </color> - </brush> - </colorrole> - <colorrole role="Window" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>220</red> - <green>220</green> - <blue>220</blue> - </color> - </brush> - </colorrole> - <colorrole role="Shadow" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>0</red> - <green>0</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="Highlight" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>10</red> - <green>95</green> - <blue>137</blue> - </color> - </brush> - </colorrole> - <colorrole role="HighlightedText" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>255</red> - <green>255</green> - <blue>255</blue> - </color> - </brush> - </colorrole> - <colorrole role="Link" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>0</red> - <green>0</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="LinkVisited" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>0</red> - <green>0</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="AlternateBase" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>232</red> - <green>232</green> - <blue>232</blue> - </color> - </brush> - </colorrole> - </active> - <inactive> - <colorrole role="WindowText" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>128</red> - <green>128</green> - <blue>128</blue> - </color> - </brush> - </colorrole> - <colorrole role="Button" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>0</red> - <green>255</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="Light" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>127</red> - <green>255</green> - <blue>127</blue> - </color> - </brush> - </colorrole> - <colorrole role="Midlight" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>38</red> - <green>255</green> - <blue>38</blue> - </color> - </brush> - </colorrole> - <colorrole role="Dark" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>0</red> - <green>127</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="Mid" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>0</red> - <green>170</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="Text" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>0</red> - <green>0</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="BrightText" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>255</red> - <green>255</green> - <blue>255</blue> - </color> - </brush> - </colorrole> - <colorrole role="ButtonText" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>128</red> - <green>128</green> - <blue>128</blue> - </color> - </brush> - </colorrole> - <colorrole role="Base" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>255</red> - <green>255</green> - <blue>255</blue> - </color> - </brush> - </colorrole> - <colorrole role="Window" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>220</red> - <green>220</green> - <blue>220</blue> - </color> - </brush> - </colorrole> - <colorrole role="Shadow" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>0</red> - <green>0</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="Highlight" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>10</red> - <green>95</green> - <blue>137</blue> - </color> - </brush> - </colorrole> - <colorrole role="HighlightedText" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>255</red> - <green>255</green> - <blue>255</blue> - </color> - </brush> - </colorrole> - <colorrole role="Link" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>0</red> - <green>0</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="LinkVisited" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>0</red> - <green>0</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="AlternateBase" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>232</red> - <green>232</green> - <blue>232</blue> - </color> - </brush> - </colorrole> - </inactive> - <disabled> - <colorrole role="WindowText" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>128</red> - <green>128</green> - <blue>128</blue> - </color> - </brush> - </colorrole> - <colorrole role="Button" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>0</red> - <green>255</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="Light" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>127</red> - <green>255</green> - <blue>127</blue> - </color> - </brush> - </colorrole> - <colorrole role="Midlight" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>38</red> - <green>255</green> - <blue>38</blue> - </color> - </brush> - </colorrole> - <colorrole role="Dark" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>0</red> - <green>127</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="Mid" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>0</red> - <green>170</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="Text" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>0</red> - <green>0</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="BrightText" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>255</red> - <green>255</green> - <blue>255</blue> - </color> - </brush> - </colorrole> - <colorrole role="ButtonText" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>128</red> - <green>128</green> - <blue>128</blue> - </color> - </brush> - </colorrole> - <colorrole role="Base" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>255</red> - <green>255</green> - <blue>255</blue> - </color> - </brush> - </colorrole> - <colorrole role="Window" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>220</red> - <green>220</green> - <blue>220</blue> - </color> - </brush> - </colorrole> - <colorrole role="Shadow" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>0</red> - <green>0</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="Highlight" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>10</red> - <green>95</green> - <blue>137</blue> - </color> - </brush> - </colorrole> - <colorrole role="HighlightedText" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>255</red> - <green>255</green> - <blue>255</blue> - </color> - </brush> - </colorrole> - <colorrole role="Link" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>0</red> - <green>0</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="LinkVisited" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>0</red> - <green>0</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="AlternateBase" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>232</red> - <green>232</green> - <blue>232</blue> - </color> - </brush> - </colorrole> - </disabled> - </palette> - </property> - <property name="maximum" > - <number>400</number> - </property> - <property name="value" > - <number>100</number> - </property> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - </widget> - </item> - <item row="4" column="2" > - <widget class="QLabel" name="glabel" > - <property name="text" > - <string>1.0</string> - </property> - </widget> - </item> - <item row="0" column="0" > - <widget class="QLabel" name="TextLabel7" > - <property name="text" > - <string>All</string> - </property> - </widget> - </item> - <item row="0" column="2" > - <widget class="QLabel" name="TextLabel8" > - <property name="text" > - <string>1.0</string> - </property> - </widget> - </item> - <item row="0" column="1" > - <widget class="QSlider" name="gammaslider" > - <property name="palette" > - <palette> - <active> - <colorrole role="WindowText" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>128</red> - <green>128</green> - <blue>128</blue> - </color> - </brush> - </colorrole> - <colorrole role="Button" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>255</red> - <green>255</green> - <blue>255</blue> - </color> - </brush> - </colorrole> - <colorrole role="Light" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>255</red> - <green>255</green> - <blue>255</blue> - </color> - </brush> - </colorrole> - <colorrole role="Midlight" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>255</red> - <green>255</green> - <blue>255</blue> - </color> - </brush> - </colorrole> - <colorrole role="Dark" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>127</red> - <green>127</green> - <blue>127</blue> - </color> - </brush> - </colorrole> - <colorrole role="Mid" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>170</red> - <green>170</green> - <blue>170</blue> - </color> - </brush> - </colorrole> - <colorrole role="Text" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>0</red> - <green>0</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="BrightText" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>255</red> - <green>255</green> - <blue>255</blue> - </color> - </brush> - </colorrole> - <colorrole role="ButtonText" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>128</red> - <green>128</green> - <blue>128</blue> - </color> - </brush> - </colorrole> - <colorrole role="Base" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>255</red> - <green>255</green> - <blue>255</blue> - </color> - </brush> - </colorrole> - <colorrole role="Window" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>220</red> - <green>220</green> - <blue>220</blue> - </color> - </brush> - </colorrole> - <colorrole role="Shadow" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>0</red> - <green>0</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="Highlight" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>10</red> - <green>95</green> - <blue>137</blue> - </color> - </brush> - </colorrole> - <colorrole role="HighlightedText" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>255</red> - <green>255</green> - <blue>255</blue> - </color> - </brush> - </colorrole> - <colorrole role="Link" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>0</red> - <green>0</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="LinkVisited" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>0</red> - <green>0</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="AlternateBase" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>232</red> - <green>232</green> - <blue>232</blue> - </color> - </brush> - </colorrole> - </active> - <inactive> - <colorrole role="WindowText" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>128</red> - <green>128</green> - <blue>128</blue> - </color> - </brush> - </colorrole> - <colorrole role="Button" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>255</red> - <green>255</green> - <blue>255</blue> - </color> - </brush> - </colorrole> - <colorrole role="Light" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>255</red> - <green>255</green> - <blue>255</blue> - </color> - </brush> - </colorrole> - <colorrole role="Midlight" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>255</red> - <green>255</green> - <blue>255</blue> - </color> - </brush> - </colorrole> - <colorrole role="Dark" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>127</red> - <green>127</green> - <blue>127</blue> - </color> - </brush> - </colorrole> - <colorrole role="Mid" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>170</red> - <green>170</green> - <blue>170</blue> - </color> - </brush> - </colorrole> - <colorrole role="Text" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>0</red> - <green>0</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="BrightText" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>255</red> - <green>255</green> - <blue>255</blue> - </color> - </brush> - </colorrole> - <colorrole role="ButtonText" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>128</red> - <green>128</green> - <blue>128</blue> - </color> - </brush> - </colorrole> - <colorrole role="Base" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>255</red> - <green>255</green> - <blue>255</blue> - </color> - </brush> - </colorrole> - <colorrole role="Window" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>220</red> - <green>220</green> - <blue>220</blue> - </color> - </brush> - </colorrole> - <colorrole role="Shadow" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>0</red> - <green>0</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="Highlight" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>10</red> - <green>95</green> - <blue>137</blue> - </color> - </brush> - </colorrole> - <colorrole role="HighlightedText" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>255</red> - <green>255</green> - <blue>255</blue> - </color> - </brush> - </colorrole> - <colorrole role="Link" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>0</red> - <green>0</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="LinkVisited" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>0</red> - <green>0</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="AlternateBase" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>232</red> - <green>232</green> - <blue>232</blue> - </color> - </brush> - </colorrole> - </inactive> - <disabled> - <colorrole role="WindowText" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>128</red> - <green>128</green> - <blue>128</blue> - </color> - </brush> - </colorrole> - <colorrole role="Button" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>255</red> - <green>255</green> - <blue>255</blue> - </color> - </brush> - </colorrole> - <colorrole role="Light" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>255</red> - <green>255</green> - <blue>255</blue> - </color> - </brush> - </colorrole> - <colorrole role="Midlight" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>255</red> - <green>255</green> - <blue>255</blue> - </color> - </brush> - </colorrole> - <colorrole role="Dark" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>127</red> - <green>127</green> - <blue>127</blue> - </color> - </brush> - </colorrole> - <colorrole role="Mid" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>170</red> - <green>170</green> - <blue>170</blue> - </color> - </brush> - </colorrole> - <colorrole role="Text" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>0</red> - <green>0</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="BrightText" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>255</red> - <green>255</green> - <blue>255</blue> - </color> - </brush> - </colorrole> - <colorrole role="ButtonText" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>128</red> - <green>128</green> - <blue>128</blue> - </color> - </brush> - </colorrole> - <colorrole role="Base" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>255</red> - <green>255</green> - <blue>255</blue> - </color> - </brush> - </colorrole> - <colorrole role="Window" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>220</red> - <green>220</green> - <blue>220</blue> - </color> - </brush> - </colorrole> - <colorrole role="Shadow" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>0</red> - <green>0</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="Highlight" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>10</red> - <green>95</green> - <blue>137</blue> - </color> - </brush> - </colorrole> - <colorrole role="HighlightedText" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>255</red> - <green>255</green> - <blue>255</blue> - </color> - </brush> - </colorrole> - <colorrole role="Link" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>0</red> - <green>0</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="LinkVisited" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>0</red> - <green>0</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="AlternateBase" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>232</red> - <green>232</green> - <blue>232</blue> - </color> - </brush> - </colorrole> - </disabled> - </palette> - </property> - <property name="maximum" > - <number>400</number> - </property> - <property name="value" > - <number>100</number> - </property> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - </widget> - </item> - <item row="2" column="0" > - <widget class="QLabel" name="TextLabel1_2" > - <property name="text" > - <string>Red</string> - </property> - </widget> - </item> - <item row="2" column="2" > - <widget class="QLabel" name="rlabel" > - <property name="text" > - <string>1.0</string> - </property> - </widget> - </item> - <item row="2" column="1" > - <widget class="QSlider" name="rslider" > - <property name="palette" > - <palette> - <active> - <colorrole role="WindowText" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>128</red> - <green>128</green> - <blue>128</blue> - </color> - </brush> - </colorrole> - <colorrole role="Button" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>255</red> - <green>0</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="Light" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>255</red> - <green>127</green> - <blue>127</blue> - </color> - </brush> - </colorrole> - <colorrole role="Midlight" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>255</red> - <green>38</green> - <blue>38</blue> - </color> - </brush> - </colorrole> - <colorrole role="Dark" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>127</red> - <green>0</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="Mid" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>170</red> - <green>0</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="Text" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>0</red> - <green>0</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="BrightText" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>255</red> - <green>255</green> - <blue>255</blue> - </color> - </brush> - </colorrole> - <colorrole role="ButtonText" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>128</red> - <green>128</green> - <blue>128</blue> - </color> - </brush> - </colorrole> - <colorrole role="Base" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>255</red> - <green>255</green> - <blue>255</blue> - </color> - </brush> - </colorrole> - <colorrole role="Window" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>220</red> - <green>220</green> - <blue>220</blue> - </color> - </brush> - </colorrole> - <colorrole role="Shadow" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>0</red> - <green>0</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="Highlight" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>10</red> - <green>95</green> - <blue>137</blue> - </color> - </brush> - </colorrole> - <colorrole role="HighlightedText" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>255</red> - <green>255</green> - <blue>255</blue> - </color> - </brush> - </colorrole> - <colorrole role="Link" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>0</red> - <green>0</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="LinkVisited" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>0</red> - <green>0</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="AlternateBase" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>232</red> - <green>232</green> - <blue>232</blue> - </color> - </brush> - </colorrole> - </active> - <inactive> - <colorrole role="WindowText" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>128</red> - <green>128</green> - <blue>128</blue> - </color> - </brush> - </colorrole> - <colorrole role="Button" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>255</red> - <green>0</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="Light" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>255</red> - <green>127</green> - <blue>127</blue> - </color> - </brush> - </colorrole> - <colorrole role="Midlight" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>255</red> - <green>38</green> - <blue>38</blue> - </color> - </brush> - </colorrole> - <colorrole role="Dark" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>127</red> - <green>0</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="Mid" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>170</red> - <green>0</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="Text" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>0</red> - <green>0</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="BrightText" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>255</red> - <green>255</green> - <blue>255</blue> - </color> - </brush> - </colorrole> - <colorrole role="ButtonText" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>128</red> - <green>128</green> - <blue>128</blue> - </color> - </brush> - </colorrole> - <colorrole role="Base" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>255</red> - <green>255</green> - <blue>255</blue> - </color> - </brush> - </colorrole> - <colorrole role="Window" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>220</red> - <green>220</green> - <blue>220</blue> - </color> - </brush> - </colorrole> - <colorrole role="Shadow" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>0</red> - <green>0</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="Highlight" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>10</red> - <green>95</green> - <blue>137</blue> - </color> - </brush> - </colorrole> - <colorrole role="HighlightedText" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>255</red> - <green>255</green> - <blue>255</blue> - </color> - </brush> - </colorrole> - <colorrole role="Link" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>0</red> - <green>0</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="LinkVisited" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>0</red> - <green>0</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="AlternateBase" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>232</red> - <green>232</green> - <blue>232</blue> - </color> - </brush> - </colorrole> - </inactive> - <disabled> - <colorrole role="WindowText" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>128</red> - <green>128</green> - <blue>128</blue> - </color> - </brush> - </colorrole> - <colorrole role="Button" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>255</red> - <green>0</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="Light" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>255</red> - <green>127</green> - <blue>127</blue> - </color> - </brush> - </colorrole> - <colorrole role="Midlight" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>255</red> - <green>38</green> - <blue>38</blue> - </color> - </brush> - </colorrole> - <colorrole role="Dark" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>127</red> - <green>0</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="Mid" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>170</red> - <green>0</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="Text" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>0</red> - <green>0</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="BrightText" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>255</red> - <green>255</green> - <blue>255</blue> - </color> - </brush> - </colorrole> - <colorrole role="ButtonText" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>128</red> - <green>128</green> - <blue>128</blue> - </color> - </brush> - </colorrole> - <colorrole role="Base" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>255</red> - <green>255</green> - <blue>255</blue> - </color> - </brush> - </colorrole> - <colorrole role="Window" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>220</red> - <green>220</green> - <blue>220</blue> - </color> - </brush> - </colorrole> - <colorrole role="Shadow" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>0</red> - <green>0</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="Highlight" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>10</red> - <green>95</green> - <blue>137</blue> - </color> - </brush> - </colorrole> - <colorrole role="HighlightedText" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>255</red> - <green>255</green> - <blue>255</blue> - </color> - </brush> - </colorrole> - <colorrole role="Link" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>0</red> - <green>0</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="LinkVisited" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>0</red> - <green>0</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="AlternateBase" > - <brush brushstyle="SolidPattern" > - <color alpha="255" > - <red>232</red> - <green>232</green> - <blue>232</blue> - </color> - </brush> - </colorrole> - </disabled> - </palette> - </property> - <property name="maximum" > - <number>400</number> - </property> - <property name="value" > - <number>100</number> - </property> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - </widget> - </item> - <item row="8" column="0" colspan="3" > - <widget class="QPushButton" name="PushButton3" > - <property name="text" > - <string>Set all to 1.0</string> - </property> - </widget> - </item> - <item rowspan="9" row="0" column="3" > - <widget class="GammaView" native="1" name="MyCustomWidget1" /> - </item> - </layout> - </widget> - </item> - <item> - <layout class="QHBoxLayout" > - <property name="spacing" > - <number>6</number> - </property> - <property name="leftMargin" > - <number>0</number> - </property> - <property name="topMargin" > - <number>0</number> - </property> - <property name="rightMargin" > - <number>0</number> - </property> - <property name="bottomMargin" > - <number>0</number> - </property> - <item> - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" > - <size> - <width>40</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item> - <widget class="QPushButton" name="buttonOk" > - <property name="text" > - <string>&OK</string> - </property> - <property name="autoDefault" > - <bool>true</bool> - </property> - <property name="default" > - <bool>true</bool> - </property> - </widget> - </item> - <item> - <widget class="QPushButton" name="buttonCancel" > - <property name="text" > - <string>&Cancel</string> - </property> - <property name="autoDefault" > - <bool>true</bool> - </property> - </widget> - </item> - </layout> - </item> - </layout> - </widget> - <layoutdefault spacing="6" margin="11" /> - <customwidgets> - <customwidget> - <class>GammaView</class> - <extends></extends> - <header>gammaview.h</header> - </customwidget> - </customwidgets> - <resources/> - <connections> - <connection> - <sender>size_width</sender> - <signal>valueChanged(int)</signal> - <receiver>size_custom</receiver> - <slot>click()</slot> - <hints> - <hint type="sourcelabel" > - <x>152</x> - <y>193</y> - </hint> - <hint type="destinationlabel" > - <x>94</x> - <y>199</y> - </hint> - </hints> - </connection> - <connection> - <sender>size_height</sender> - <signal>valueChanged(int)</signal> - <receiver>size_custom</receiver> - <slot>click()</slot> - <hints> - <hint type="sourcelabel" > - <x>259</x> - <y>196</y> - </hint> - <hint type="destinationlabel" > - <x>64</x> - <y>188</y> - </hint> - </hints> - </connection> - </connections> -</ui> diff --git a/tests/manual/uiloader/baseline/connectdialog.ui b/tests/manual/uiloader/baseline/connectdialog.ui deleted file mode 100644 index bd062ebaa..000000000 --- a/tests/manual/uiloader/baseline/connectdialog.ui +++ /dev/null @@ -1,150 +0,0 @@ -<ui version="4.0" > - <class>ConnectDialog</class> - <widget class="QDialog" name="ConnectDialog" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>585</width> - <height>361</height> - </rect> - </property> - <property name="windowTitle" > - <string>Configure Connection</string> - </property> - <layout class="QGridLayout" > - <item row="0" column="0" colspan="2" > - <widget class="QGroupBox" name="signalGroupBox" > - <property name="title" > - <string>GroupBox</string> - </property> - <layout class="QVBoxLayout" > - <item> - <widget class="QListWidget" name="signalList" > - <property name="textElideMode" > - <enum>Qt::ElideMiddle</enum> - </property> - </widget> - </item> - <item> - <layout class="QHBoxLayout" > - <item> - <widget class="QToolButton" name="editSignalsButton" > - <property name="text" > - <string>Edit...</string> - </property> - </widget> - </item> - <item> - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" > - <size> - <width>40</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - </layout> - </item> - </layout> - </widget> - </item> - <item row="0" column="2" > - <widget class="QGroupBox" name="slotGroupBox" > - <property name="title" > - <string>GroupBox</string> - </property> - <layout class="QVBoxLayout" > - <item> - <widget class="QListWidget" name="slotList" > - <property name="textElideMode" > - <enum>Qt::ElideMiddle</enum> - </property> - </widget> - </item> - <item> - <layout class="QHBoxLayout" > - <item> - <widget class="QToolButton" name="editSlotsButton" > - <property name="text" > - <string>Edit...</string> - </property> - </widget> - </item> - <item> - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" > - <size> - <width>40</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - </layout> - </item> - </layout> - </widget> - </item> - <item row="1" column="0" > - <widget class="QCheckBox" name="showAllCheckBox" > - <property name="text" > - <string>Show signals and slots inherited from QWidget</string> - </property> - </widget> - </item> - <item row="2" column="1" colspan="2" > - <widget class="QDialogButtonBox" name="buttonBox" > - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="standardButtons" > - <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set> - </property> - </widget> - </item> - </layout> - </widget> - <resources/> - <connections> - <connection> - <sender>buttonBox</sender> - <signal>accepted()</signal> - <receiver>ConnectDialog</receiver> - <slot>accept()</slot> - <hints> - <hint type="sourcelabel" > - <x>248</x> - <y>254</y> - </hint> - <hint type="destinationlabel" > - <x>157</x> - <y>274</y> - </hint> - </hints> - </connection> - <connection> - <sender>buttonBox</sender> - <signal>rejected()</signal> - <receiver>ConnectDialog</receiver> - <slot>reject()</slot> - <hints> - <hint type="sourcelabel" > - <x>316</x> - <y>260</y> - </hint> - <hint type="destinationlabel" > - <x>286</x> - <y>274</y> - </hint> - </hints> - </connection> - </connections> -</ui> diff --git a/tests/manual/uiloader/baseline/controller.ui b/tests/manual/uiloader/baseline/controller.ui deleted file mode 100644 index 379015bf3..000000000 --- a/tests/manual/uiloader/baseline/controller.ui +++ /dev/null @@ -1,64 +0,0 @@ -<ui version="4.0" > - <class>Controller</class> - <widget class="QWidget" name="Controller" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>255</width> - <height>111</height> - </rect> - </property> - <property name="windowTitle" > - <string>Controller</string> - </property> - <layout class="QGridLayout" > - <property name="margin" > - <number>9</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item row="1" column="1" > - <widget class="QLabel" name="label" > - <property name="text" > - <string>Controller</string> - </property> - <property name="alignment" > - <set>Qt::AlignCenter</set> - </property> - </widget> - </item> - <item row="2" column="1" > - <widget class="QPushButton" name="decelerate" > - <property name="text" > - <string>Decelerate</string> - </property> - </widget> - </item> - <item row="0" column="1" > - <widget class="QPushButton" name="accelerate" > - <property name="text" > - <string>Accelerate</string> - </property> - </widget> - </item> - <item row="1" column="2" > - <widget class="QPushButton" name="right" > - <property name="text" > - <string>Right</string> - </property> - </widget> - </item> - <item row="1" column="0" > - <widget class="QPushButton" name="left" > - <property name="text" > - <string>Left</string> - </property> - </widget> - </item> - </layout> - </widget> - <resources/> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/cookies.ui b/tests/manual/uiloader/baseline/cookies.ui deleted file mode 100644 index c4bccc548..000000000 --- a/tests/manual/uiloader/baseline/cookies.ui +++ /dev/null @@ -1,106 +0,0 @@ -<ui version="4.0" > - <class>CookiesDialog</class> - <widget class="QDialog" name="CookiesDialog" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>550</width> - <height>370</height> - </rect> - </property> - <property name="windowTitle" > - <string>Cookies</string> - </property> - <layout class="QGridLayout" > - <item row="0" column="0" > - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" stdset="0" > - <size> - <width>252</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item row="0" column="1" > - <widget class="SearchLineEdit" name="search" /> - </item> - <item row="1" column="0" colspan="2" > - <widget class="EditTableView" name="cookiesTable" /> - </item> - <item row="2" column="0" colspan="2" > - <layout class="QHBoxLayout" > - <item> - <widget class="QPushButton" name="removeButton" > - <property name="text" > - <string>&Remove</string> - </property> - </widget> - </item> - <item> - <widget class="QPushButton" name="removeAllButton" > - <property name="text" > - <string>Remove &All Cookies</string> - </property> - </widget> - </item> - <item> - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" stdset="0" > - <size> - <width>40</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item> - <widget class="QDialogButtonBox" name="buttonBox" > - <property name="standardButtons" > - <set>QDialogButtonBox::Ok</set> - </property> - </widget> - </item> - </layout> - </item> - </layout> - </widget> - <customwidgets> - <customwidget> - <class>SearchLineEdit</class> - <extends>QLineEdit</extends> - <header>searchlineedit.h</header> - </customwidget> - <customwidget> - <class>EditTableView</class> - <extends>QTableView</extends> - <header>edittableview.h</header> - </customwidget> - </customwidgets> - <resources/> - <connections> - <connection> - <sender>buttonBox</sender> - <signal>accepted()</signal> - <receiver>CookiesDialog</receiver> - <slot>accept()</slot> - <hints> - <hint type="sourcelabel" > - <x>472</x> - <y>329</y> - </hint> - <hint type="destinationlabel" > - <x>461</x> - <y>356</y> - </hint> - </hints> - </connection> - </connections> -</ui> diff --git a/tests/manual/uiloader/baseline/cookiesexceptions.ui b/tests/manual/uiloader/baseline/cookiesexceptions.ui deleted file mode 100644 index 3d9ef6241..000000000 --- a/tests/manual/uiloader/baseline/cookiesexceptions.ui +++ /dev/null @@ -1,184 +0,0 @@ -<ui version="4.0" > - <class>CookiesExceptionsDialog</class> - <widget class="QDialog" name="CookiesExceptionsDialog" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>466</width> - <height>446</height> - </rect> - </property> - <property name="windowTitle" > - <string>Cookie Exceptions</string> - </property> - <layout class="QVBoxLayout" > - <item> - <widget class="QGroupBox" name="newExceptionGroupBox" > - <property name="title" > - <string>New Exception</string> - </property> - <layout class="QGridLayout" > - <item row="0" column="0" > - <layout class="QHBoxLayout" > - <item> - <widget class="QLabel" name="label" > - <property name="text" > - <string>Domain:</string> - </property> - </widget> - </item> - <item> - <widget class="QLineEdit" name="domainLineEdit" /> - </item> - </layout> - </item> - <item row="1" column="0" > - <layout class="QHBoxLayout" > - <item> - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" stdset="0" > - <size> - <width>81</width> - <height>25</height> - </size> - </property> - </spacer> - </item> - <item> - <widget class="QPushButton" name="blockButton" > - <property name="enabled" > - <bool>false</bool> - </property> - <property name="text" > - <string>Block</string> - </property> - </widget> - </item> - <item> - <widget class="QPushButton" name="allowForSessionButton" > - <property name="enabled" > - <bool>false</bool> - </property> - <property name="text" > - <string>Allow For Session</string> - </property> - </widget> - </item> - <item> - <widget class="QPushButton" name="allowButton" > - <property name="enabled" > - <bool>false</bool> - </property> - <property name="text" > - <string>Allow</string> - </property> - </widget> - </item> - </layout> - </item> - </layout> - </widget> - </item> - <item> - <widget class="QGroupBox" name="ExceptionsGroupBox" > - <property name="title" > - <string>Exceptions</string> - </property> - <layout class="QGridLayout" > - <item row="0" column="0" colspan="3" > - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" stdset="0" > - <size> - <width>252</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item row="0" column="3" > - <widget class="SearchLineEdit" name="search" /> - </item> - <item row="1" column="0" colspan="4" > - <widget class="EditTableView" name="exceptionTable" /> - </item> - <item row="2" column="0" > - <widget class="QPushButton" name="removeButton" > - <property name="text" > - <string>&Remove</string> - </property> - </widget> - </item> - <item row="2" column="1" > - <widget class="QPushButton" name="removeAllButton" > - <property name="text" > - <string>Remove &All</string> - </property> - </widget> - </item> - <item row="2" column="2" colspan="2" > - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" stdset="0" > - <size> - <width>40</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - </layout> - </widget> - </item> - <item> - <widget class="QDialogButtonBox" name="buttonBox" > - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="standardButtons" > - <set>QDialogButtonBox::Ok</set> - </property> - </widget> - </item> - </layout> - </widget> - <customwidgets> - <customwidget> - <class>SearchLineEdit</class> - <extends>QLineEdit</extends> - <header>searchlineedit.h</header> - </customwidget> - <customwidget> - <class>EditTableView</class> - <extends>QTableView</extends> - <header>edittableview.h</header> - </customwidget> - </customwidgets> - <resources/> - <connections> - <connection> - <sender>buttonBox</sender> - <signal>accepted()</signal> - <receiver>CookiesExceptionsDialog</receiver> - <slot>accept()</slot> - <hints> - <hint type="sourcelabel" > - <x>381</x> - <y>428</y> - </hint> - <hint type="destinationlabel" > - <x>336</x> - <y>443</y> - </hint> - </hints> - </connection> - </connections> -</ui> diff --git a/tests/manual/uiloader/baseline/css_borderimage.ui b/tests/manual/uiloader/baseline/css_borderimage.ui deleted file mode 100644 index 4a59ca2e0..000000000 --- a/tests/manual/uiloader/baseline/css_borderimage.ui +++ /dev/null @@ -1,125 +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>530</width> - <height>309</height> - </rect> - </property> - <property name="windowTitle"> - <string>Form</string> - </property> - <property name="styleSheet"> - <string notr="true">QLabel { border-width: 28; color: #0f0; background-color: white; } - -#label_repeat_repeat { - border-image: url("images/borderimage.png") 28 repeat repeat; -} - -#label_stretch_repeat { - border-image: url("images/borderimage.png") 28 stretch repeat; -} - -#label_round_repeat { - border-image: url("images/borderimage.png") 28 round repeat; -} - - -#label_repeat_round { - border-image: url("images/borderimage.png") 28 repeat round; -} - -#label_stretch_round { - border-image: url("images/borderimage.png") 28 stretch round; -} - -#label_round_round { - border-image: url("images/borderimage.png") 28 round round; -} - -#label_repeat_stretch { - border-image: url("images/borderimage.png") 28 repeat stretch; -} - -#label_stretch_stretch { - border-image: url("images/borderimage.png") 28 stretch stretch; -} - -#label_round_stretch { - border-image: url("images/borderimage.png") 28 round stretch; -} -</string> - </property> - <layout class="QGridLayout" name="gridLayout"> - <item row="0" column="0"> - <widget class="QLabel" name="label_stretch_stretch"> - <property name="text"> - <string>Strecth Stretch</string> - </property> - </widget> - </item> - <item row="0" column="1"> - <widget class="QLabel" name="label_stretch_round"> - <property name="text"> - <string>Stretch Round</string> - </property> - </widget> - </item> - <item row="0" column="2"> - <widget class="QLabel" name="label_stretch_repeat"> - <property name="text"> - <string>Stretch repeat</string> - </property> - </widget> - </item> - <item row="1" column="0"> - <widget class="QLabel" name="label_round_stretch"> - <property name="text"> - <string>Round Stretch</string> - </property> - </widget> - </item> - <item row="1" column="1"> - <widget class="QLabel" name="label_round_round"> - <property name="text"> - <string>Round Round</string> - </property> - </widget> - </item> - <item row="1" column="2"> - <widget class="QLabel" name="label_round_repeat"> - <property name="text"> - <string>Round Repeat</string> - </property> - </widget> - </item> - <item row="2" column="0"> - <widget class="QLabel" name="label_repeat_stretch"> - <property name="text"> - <string>Repeat Stretch</string> - </property> - </widget> - </item> - <item row="2" column="1"> - <widget class="QLabel" name="label_repeat_round"> - <property name="text"> - <string>Repeat Round</string> - </property> - </widget> - </item> - <item row="2" column="2"> - <widget class="QLabel" name="label_repeat_repeat"> - <property name="text"> - <string>Repeat Repeat</string> - </property> - </widget> - </item> - </layout> - </widget> - <resources/> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/css_borderimage_allwidgets.ui b/tests/manual/uiloader/baseline/css_borderimage_allwidgets.ui deleted file mode 100644 index 0ece79a08..000000000 --- a/tests/manual/uiloader/baseline/css_borderimage_allwidgets.ui +++ /dev/null @@ -1,247 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<ui version="4.0"> - <class>MainWindow</class> - <widget class="QMainWindow" name="MainWindow"> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>606</width> - <height>388</height> - </rect> - </property> - <property name="windowTitle"> - <string>MainWindow</string> - </property> - <property name="styleSheet"> - <string notr="true">* { border-image: url("images/pushbutton.png") 6 6 6 6; border-width:6px; }</string> - </property> - <widget class="QWidget" name="centralwidget"> - <layout class="QVBoxLayout" name="verticalLayout_7"> - <item> - <layout class="QHBoxLayout" name="horizontalLayout_2"> - <item> - <widget class="QFrame" name="frame_2"> - <layout class="QVBoxLayout" name="verticalLayout_4"> - <item> - <widget class="QLabel" name="label_2"> - <property name="text"> - <string>Each widget should have a background image. including the top level</string> - </property> - <property name="wordWrap"> - <bool>true</bool> - </property> - </widget> - </item> - <item> - <widget class="QPushButton" name="pushButton_3"> - <property name="text"> - <string>PushButton</string> - </property> - </widget> - </item> - <item> - <widget class="QProgressBar" name="progressBar_2"> - <property name="value"> - <number>24</number> - </property> - </widget> - </item> - <item> - <spacer name="verticalSpacer_2"> - <property name="orientation"> - <enum>Qt::Vertical</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>20</width> - <height>40</height> - </size> - </property> - </spacer> - </item> - </layout> - </widget> - </item> - <item> - <widget class="QWidget" name="widget_2" native="true"> - <layout class="QVBoxLayout" name="verticalLayout_5"> - <item> - <widget class="QPushButton" name="pushButton_4"> - <property name="text"> - <string>PushButton</string> - </property> - </widget> - </item> - <item> - <widget class="QSpinBox" name="spinBox_2"/> - </item> - <item> - <widget class="QRadioButton" name="radioButton_4"> - <property name="text"> - <string>RadioButton</string> - </property> - </widget> - </item> - <item> - <widget class="QScrollArea" name="scrollArea_2"> - <property name="widgetResizable"> - <bool>true</bool> - </property> - <widget class="QWidget" name="scrollAreaWidgetContents_2"> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>260</width> - <height>197</height> - </rect> - </property> - <layout class="QGridLayout" name="gridLayout_2"> - <item row="2" column="0" colspan="2"> - <widget class="QSlider" name="horizontalSlider_2"> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - </widget> - </item> - <item row="0" column="0"> - <widget class="QLCDNumber" name="lcdNumber_2"/> - </item> - <item row="0" column="1"> - <widget class="QRadioButton" name="radioButton_5"> - <property name="text"> - <string>RadioButton</string> - </property> - </widget> - </item> - <item row="1" column="1"> - <widget class="QRadioButton" name="radioButton_6"> - <property name="text"> - <string>RadioButton</string> - </property> - </widget> - </item> - <item row="3" column="0"> - <widget class="QCheckBox" name="checkBox_4"> - <property name="text"> - <string>CheckBox</string> - </property> - </widget> - </item> - <item row="4" column="0"> - <widget class="QCheckBox" name="checkBox_5"> - <property name="text"> - <string>CheckBox</string> - </property> - </widget> - </item> - </layout> - </widget> - </widget> - </item> - </layout> - </widget> - </item> - <item> - <widget class="QGroupBox" name="groupBox_2"> - <property name="title"> - <string>GroupBox</string> - </property> - <layout class="QVBoxLayout" name="verticalLayout_6"> - <item> - <widget class="QCheckBox" name="checkBox_6"> - <property name="text"> - <string>CheckBox</string> - </property> - </widget> - </item> - <item> - <widget class="QLineEdit" name="lineEdit_2"> - <property name="text"> - <string>Line Edit</string> - </property> - </widget> - </item> - <item> - <widget class="QListWidget" name="listWidget_2"> - <item> - <property name="text"> - <string>New Item</string> - </property> - </item> - <item> - <property name="text"> - <string>New Item</string> - </property> - </item> - <item> - <property name="text"> - <string>New Item</string> - </property> - </item> - <item> - <property name="text"> - <string>New Item</string> - </property> - </item> - <item> - <property name="text"> - <string>New Item</string> - </property> - </item> - </widget> - </item> - </layout> - </widget> - </item> - </layout> - </item> - <item> - <widget class="QDialogButtonBox" name="buttonBox"> - <property name="standardButtons"> - <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> - </property> - </widget> - </item> - </layout> - </widget> - <widget class="QMenuBar" name="menubar"> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>606</width> - <height>36</height> - </rect> - </property> - <widget class="QMenu" name="menuFile"> - <property name="title"> - <string>File</string> - </property> - <addaction name="actionOpen"/> - <addaction name="actionClose"/> - </widget> - <widget class="QMenu" name="menuEdit"> - <property name="title"> - <string>Edit</string> - </property> - </widget> - <addaction name="menuFile"/> - <addaction name="menuEdit"/> - </widget> - <widget class="QStatusBar" name="statusbar"/> - <action name="actionOpen"> - <property name="text"> - <string>Open</string> - </property> - </action> - <action name="actionClose"> - <property name="text"> - <string>Close</string> - </property> - </action> - </widget> - <resources/> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/css_borderradius_allwidgets.ui b/tests/manual/uiloader/baseline/css_borderradius_allwidgets.ui deleted file mode 100644 index 8c5f57cb1..000000000 --- a/tests/manual/uiloader/baseline/css_borderradius_allwidgets.ui +++ /dev/null @@ -1,458 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<ui version="4.0"> - <class>MainWindow</class> - <widget class="QMainWindow" name="MainWindow"> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>698</width> - <height>589</height> - </rect> - </property> - <property name="windowTitle"> - <string>MainWindow</string> - </property> - <property name="styleSheet"> - <string notr="true">* { - background: yellow; - padding: 2px; - border-radius: 4px; -} - -QGroupBox { - border: 1px solid gray; -} - -QAbstractButton { - background: cyan; -} - -QFrame, QMenuBar { - background: magenta; -} - -QLineEdit, QSpinBox { - background: white; -} - -#gb1 * { -} - -#gb2 * { - border: 1px solid blue; -} - -#gb3 * { - border: 0px solid blue; -} - -#gb4 * { - border-image: url("images/pushbutton.png") 6 6 6 6; - border-width:6px; -} -</string> - </property> - <widget class="QWidget" name="centralwidget"> - <layout class="QGridLayout" name="gridLayout_4"> - <item row="0" column="0"> - <widget class="QGroupBox" name="gb1"> - <property name="title"> - <string>No border</string> - </property> - <layout class="QHBoxLayout" name="horizontalLayout"> - <item> - <widget class="QFrame" name="frame"> - <property name="frameShape"> - <enum>QFrame::StyledPanel</enum> - </property> - <property name="frameShadow"> - <enum>QFrame::Raised</enum> - </property> - <layout class="QVBoxLayout" name="verticalLayout_2"> - <item> - <widget class="QPushButton" name="pushButton_4"> - <property name="text"> - <string>PushButton</string> - </property> - </widget> - </item> - <item> - <widget class="QSpinBox" name="spinBox_2"/> - </item> - <item> - <widget class="QRadioButton" name="radioButton_6"> - <property name="text"> - <string>RadioButton</string> - </property> - </widget> - </item> - <item> - <widget class="QCheckBox" name="checkBox_4"> - <property name="text"> - <string>CheckBox</string> - </property> - </widget> - </item> - <item> - <widget class="QLineEdit" name="lineEdit"> - <property name="text"> - <string>LineEdit</string> - </property> - </widget> - </item> - <item> - <widget class="QComboBox" name="comboBox"> - <item> - <property name="text"> - <string>ComboBox</string> - </property> - </item> - </widget> - </item> - </layout> - </widget> - </item> - <item> - <widget class="QListWidget" name="listWidget_2"> - <item> - <property name="text"> - <string>New Item</string> - </property> - </item> - <item> - <property name="text"> - <string>New Item</string> - </property> - </item> - <item> - <property name="text"> - <string>New Item</string> - </property> - </item> - <item> - <property name="text"> - <string>New Item</string> - </property> - </item> - <item> - <property name="text"> - <string>New Item</string> - </property> - </item> - </widget> - </item> - </layout> - </widget> - </item> - <item row="1" column="0"> - <widget class="QGroupBox" name="gb3"> - <property name="title"> - <string>0px border</string> - </property> - <layout class="QHBoxLayout" name="horizontalLayout_2"> - <item> - <widget class="QFrame" name="frame_2"> - <property name="frameShape"> - <enum>QFrame::StyledPanel</enum> - </property> - <property name="frameShadow"> - <enum>QFrame::Raised</enum> - </property> - <layout class="QVBoxLayout" name="verticalLayout_3"> - <item> - <widget class="QPushButton" name="pushButton_5"> - <property name="text"> - <string>PushButton</string> - </property> - </widget> - </item> - <item> - <widget class="QSpinBox" name="spinBox_3"/> - </item> - <item> - <widget class="QRadioButton" name="radioButton_7"> - <property name="text"> - <string>RadioButton</string> - </property> - </widget> - </item> - <item> - <widget class="QCheckBox" name="checkBox_5"> - <property name="text"> - <string>CheckBox</string> - </property> - </widget> - </item> - <item> - <widget class="QLineEdit" name="lineEdit_2"> - <property name="text"> - <string>LineEdit</string> - </property> - </widget> - </item> - <item> - <widget class="QComboBox" name="comboBox_2"> - <item> - <property name="text"> - <string>ComboBox</string> - </property> - </item> - </widget> - </item> - </layout> - </widget> - </item> - <item> - <widget class="QListWidget" name="listWidget_3"> - <item> - <property name="text"> - <string>New Item</string> - </property> - </item> - <item> - <property name="text"> - <string>New Item</string> - </property> - </item> - <item> - <property name="text"> - <string>New Item</string> - </property> - </item> - <item> - <property name="text"> - <string>New Item</string> - </property> - </item> - <item> - <property name="text"> - <string>New Item</string> - </property> - </item> - </widget> - </item> - </layout> - </widget> - </item> - <item row="1" column="1"> - <widget class="QGroupBox" name="gb4"> - <property name="title"> - <string>border-image</string> - </property> - <layout class="QHBoxLayout" name="horizontalLayout_4"> - <item> - <widget class="QFrame" name="frame_4"> - <property name="frameShape"> - <enum>QFrame::StyledPanel</enum> - </property> - <property name="frameShadow"> - <enum>QFrame::Raised</enum> - </property> - <layout class="QVBoxLayout" name="verticalLayout_5"> - <item> - <widget class="QPushButton" name="pushButton_7"> - <property name="text"> - <string>PushButton</string> - </property> - </widget> - </item> - <item> - <widget class="QSpinBox" name="spinBox_5"/> - </item> - <item> - <widget class="QRadioButton" name="radioButton_9"> - <property name="text"> - <string>RadioButton</string> - </property> - </widget> - </item> - <item> - <widget class="QCheckBox" name="checkBox_7"> - <property name="text"> - <string>CheckBox</string> - </property> - </widget> - </item> - <item> - <widget class="QLineEdit" name="lineEdit_4"> - <property name="text"> - <string>LineEdit</string> - </property> - </widget> - </item> - <item> - <widget class="QComboBox" name="comboBox_4"> - <item> - <property name="text"> - <string>ComboBox</string> - </property> - </item> - </widget> - </item> - </layout> - </widget> - </item> - <item> - <widget class="QListWidget" name="listWidget_5"> - <item> - <property name="text"> - <string>New Item</string> - </property> - </item> - <item> - <property name="text"> - <string>New Item</string> - </property> - </item> - <item> - <property name="text"> - <string>New Item</string> - </property> - </item> - <item> - <property name="text"> - <string>New Item</string> - </property> - </item> - <item> - <property name="text"> - <string>New Item</string> - </property> - </item> - </widget> - </item> - </layout> - </widget> - </item> - <item row="0" column="1"> - <widget class="QGroupBox" name="gb2"> - <property name="title"> - <string>1px border</string> - </property> - <layout class="QHBoxLayout" name="horizontalLayout_3"> - <item> - <widget class="QFrame" name="frame_3"> - <property name="frameShape"> - <enum>QFrame::StyledPanel</enum> - </property> - <property name="frameShadow"> - <enum>QFrame::Raised</enum> - </property> - <layout class="QVBoxLayout" name="verticalLayout_4"> - <item> - <widget class="QPushButton" name="pushButton_6"> - <property name="text"> - <string>PushButton</string> - </property> - </widget> - </item> - <item> - <widget class="QSpinBox" name="spinBox_4"/> - </item> - <item> - <widget class="QRadioButton" name="radioButton_8"> - <property name="text"> - <string>RadioButton</string> - </property> - </widget> - </item> - <item> - <widget class="QCheckBox" name="checkBox_6"> - <property name="text"> - <string>CheckBox</string> - </property> - </widget> - </item> - <item> - <widget class="QLineEdit" name="lineEdit_3"> - <property name="text"> - <string>LineEdit</string> - </property> - </widget> - </item> - <item> - <widget class="QComboBox" name="comboBox_3"> - <item> - <property name="text"> - <string>ComboBox</string> - </property> - </item> - </widget> - </item> - </layout> - </widget> - </item> - <item> - <widget class="QListWidget" name="listWidget_4"> - <item> - <property name="text"> - <string>New Item</string> - </property> - </item> - <item> - <property name="text"> - <string>New Item</string> - </property> - </item> - <item> - <property name="text"> - <string>New Item</string> - </property> - </item> - <item> - <property name="text"> - <string>New Item</string> - </property> - </item> - <item> - <property name="text"> - <string>New Item</string> - </property> - </item> - </widget> - </item> - </layout> - </widget> - </item> - </layout> - </widget> - <widget class="QMenuBar" name="menubar"> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>698</width> - <height>24</height> - </rect> - </property> - <widget class="QMenu" name="menuFile"> - <property name="title"> - <string>File</string> - </property> - <addaction name="actionOpen"/> - <addaction name="actionClose"/> - </widget> - <widget class="QMenu" name="menuEdit"> - <property name="title"> - <string>Edit</string> - </property> - </widget> - <addaction name="menuFile"/> - <addaction name="menuEdit"/> - </widget> - <widget class="QStatusBar" name="statusbar"/> - <action name="actionOpen"> - <property name="text"> - <string>Open</string> - </property> - </action> - <action name="actionClose"> - <property name="text"> - <string>Close</string> - </property> - </action> - </widget> - <resources/> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/css_buttons_background.ui b/tests/manual/uiloader/baseline/css_buttons_background.ui deleted file mode 100644 index 3d80aeb4b..000000000 --- a/tests/manual/uiloader/baseline/css_buttons_background.ui +++ /dev/null @@ -1,271 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<ui version="4.0"> - <class>Dialog</class> - <widget class="QDialog" name="Dialog"> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>449</width> - <height>254</height> - </rect> - </property> - <property name="windowTitle"> - <string>Dialog</string> - </property> - <property name="styleSheet"> - <string notr="true">#box_color QAbstractButton { -background: pink; -color: purple; -} - -#box_gradiant QAbstractButton { - 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)); -color: cyan; -} - -#box_pixmap QAbstractButton { -background: url("images/pagefold.png") no-repeat top right; -color: yellow; -} - -</string> - </property> - <layout class="QGridLayout" name="gridLayout_4"> - <item row="0" column="0"> - <widget class="QGroupBox" name="box_color"> - <property name="title"> - <string>color</string> - </property> - <layout class="QGridLayout" name="gridLayout"> - <item row="0" column="0" colspan="2"> - <widget class="QPushButton" name="pushButton"> - <property name="text"> - <string>PushButton</string> - </property> - </widget> - </item> - <item row="1" column="0"> - <widget class="QToolButton" name="toolButton"> - <property name="text"> - <string>...</string> - </property> - </widget> - </item> - <item row="1" column="1"> - <spacer name="horizontalSpacer"> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>70</width> - <height>27</height> - </size> - </property> - </spacer> - </item> - <item row="2" column="0" colspan="2"> - <widget class="QCheckBox" name="checkBox"> - <property name="text"> - <string>CheckBox</string> - </property> - </widget> - </item> - <item row="3" column="0" colspan="2"> - <widget class="QRadioButton" name="radioButton_2"> - <property name="text"> - <string>RadioButton</string> - </property> - </widget> - </item> - <item row="4" column="0"> - <widget class="QToolButton" name="toolButton_4"> - <property name="text"> - <string>autoraise</string> - </property> - <property name="autoRaise"> - <bool>true</bool> - </property> - </widget> - </item> - <item row="5" column="0"> - <widget class="QPushButton" name="pushButton_4"> - <property name="text"> - <string>Checked</string> - </property> - <property name="checkable"> - <bool>true</bool> - </property> - <property name="checked"> - <bool>true</bool> - </property> - </widget> - </item> - </layout> - </widget> - </item> - <item row="0" column="1"> - <widget class="QGroupBox" name="box_gradiant"> - <property name="title"> - <string>gradiant</string> - </property> - <layout class="QGridLayout" name="gridLayout_2"> - <item row="0" column="0" colspan="2"> - <widget class="QPushButton" name="pushButton_2"> - <property name="text"> - <string>PushButton</string> - </property> - </widget> - </item> - <item row="1" column="0"> - <widget class="QToolButton" name="toolButton_2"> - <property name="text"> - <string>...</string> - </property> - </widget> - </item> - <item row="1" column="1"> - <spacer name="horizontalSpacer_2"> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>78</width> - <height>24</height> - </size> - </property> - </spacer> - </item> - <item row="2" column="0" colspan="2"> - <widget class="QCheckBox" name="checkBox_2"> - <property name="text"> - <string>CheckBox</string> - </property> - </widget> - </item> - <item row="3" column="0" colspan="2"> - <widget class="QRadioButton" name="radioButton"> - <property name="text"> - <string>RadioButton</string> - </property> - </widget> - </item> - <item row="4" column="0"> - <widget class="QToolButton" name="toolButton_5"> - <property name="text"> - <string>autoraise</string> - </property> - <property name="autoRaise"> - <bool>true</bool> - </property> - </widget> - </item> - <item row="5" column="0"> - <widget class="QPushButton" name="pushButton_5"> - <property name="text"> - <string>Checked</string> - </property> - <property name="checkable"> - <bool>true</bool> - </property> - <property name="checked"> - <bool>true</bool> - </property> - </widget> - </item> - </layout> - </widget> - </item> - <item row="0" column="2"> - <widget class="QGroupBox" name="box_pixmap"> - <property name="title"> - <string>pixmap</string> - </property> - <layout class="QGridLayout" name="gridLayout_3"> - <item row="0" column="0" colspan="2"> - <widget class="QPushButton" name="pushButton_3"> - <property name="text"> - <string>PushButton</string> - </property> - </widget> - </item> - <item row="1" column="0"> - <widget class="QToolButton" name="toolButton_3"> - <property name="text"> - <string>...</string> - </property> - </widget> - </item> - <item row="1" column="1"> - <spacer name="horizontalSpacer_2"> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>78</width> - <height>24</height> - </size> - </property> - </spacer> - </item> - <item row="2" column="0" colspan="2"> - <widget class="QCheckBox" name="checkBox_3"> - <property name="text"> - <string>CheckBox</string> - </property> - </widget> - </item> - <item row="3" column="0" colspan="2"> - <widget class="QRadioButton" name="radioButton_3"> - <property name="text"> - <string>RadioButton</string> - </property> - </widget> - </item> - <item row="4" column="0"> - <widget class="QToolButton" name="toolButton_6"> - <property name="text"> - <string>autoraise</string> - </property> - <property name="autoRaise"> - <bool>true</bool> - </property> - </widget> - </item> - <item row="5" column="0"> - <widget class="QPushButton" name="pushButton_6"> - <property name="text"> - <string>Checked</string> - </property> - <property name="checkable"> - <bool>true</bool> - </property> - <property name="checked"> - <bool>true</bool> - </property> - </widget> - </item> - </layout> - </widget> - </item> - <item row="1" column="0"> - <spacer name="verticalSpacer"> - <property name="orientation"> - <enum>Qt::Vertical</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>20</width> - <height>51</height> - </size> - </property> - </spacer> - </item> - </layout> - </widget> - <resources/> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/css_combobox_background.ui b/tests/manual/uiloader/baseline/css_combobox_background.ui deleted file mode 100644 index 387b37197..000000000 --- a/tests/manual/uiloader/baseline/css_combobox_background.ui +++ /dev/null @@ -1,306 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<ui version="4.0"> - <class>Dialog</class> - <widget class="QDialog" name="Dialog"> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>295</width> - <height>229</height> - </rect> - </property> - <property name="windowTitle"> - <string>Dialog</string> - </property> - <property name="styleSheet"> - <string notr="true">#box_color QComboBox { -background: pink; -color: purple; -} - -#box_gradiant QComboBox { - 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)); -color: cyan; -} - -#box_pixmap QAbstractButton { -background: url("images/pagefold.png") no-repeat top right; -color: yellow; -} - -#comboBox_A , #comboBox_B{ border: 3px solid #4e5; } - -</string> - </property> - <layout class="QHBoxLayout" name="horizontalLayout"> - <item> - <widget class="QGroupBox" name="box_color"> - <property name="title"> - <string>color</string> - </property> - <property name="checkable"> - <bool>false</bool> - </property> - <layout class="QGridLayout" name="gridLayout"> - <item row="3" column="0"> - <widget class="QComboBox" name="comboBox_2"> - <property name="enabled"> - <bool>false</bool> - </property> - <item> - <property name="text"> - <string>Foo</string> - </property> - </item> - <item> - <property name="text"> - <string>Bar</string> - </property> - </item> - <item> - <property name="text"> - <string>Bouz</string> - </property> - </item> - </widget> - </item> - <item row="0" column="0"> - <widget class="QComboBox" name="comboBox_3"> - <item> - <property name="text"> - <string>Foo</string> - </property> - </item> - <item> - <property name="text"> - <string>Bar</string> - </property> - </item> - <item> - <property name="text"> - <string>Bouz</string> - </property> - </item> - </widget> - </item> - <item row="1" column="0"> - <widget class="QComboBox" name="comboBox_4"> - <property name="editable"> - <bool>true</bool> - </property> - <item> - <property name="text"> - <string>Foo</string> - </property> - </item> - <item> - <property name="text"> - <string>Bar</string> - </property> - </item> - <item> - <property name="text"> - <string>Bouz</string> - </property> - </item> - </widget> - </item> - <item row="4" column="0"> - <widget class="QComboBox" name="comboBox_5"> - <item> - <property name="text"> - <string>Foo</string> - </property> - </item> - <item> - <property name="text"> - <string>Bar</string> - </property> - </item> - <item> - <property name="text"> - <string>Bouz</string> - </property> - </item> - </widget> - </item> - <item row="5" column="0"> - <widget class="QComboBox" name="comboBox_A"> - <item> - <property name="text"> - <string>ComboText</string> - </property> - </item> - <item> - <property name="text"> - <string>Bar</string> - </property> - </item> - <item> - <property name="text"> - <string>Bouz</string> - </property> - </item> - </widget> - </item> - <item row="6" column="0"> - <spacer name="verticalSpacer_2"> - <property name="orientation"> - <enum>Qt::Vertical</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>20</width> - <height>40</height> - </size> - </property> - </spacer> - </item> - </layout> - </widget> - </item> - <item> - <widget class="QGroupBox" name="box_gradiant"> - <property name="title"> - <string>color</string> - </property> - <property name="checkable"> - <bool>false</bool> - </property> - <layout class="QGridLayout" name="gridLayout_2"> - <item row="3" column="0"> - <widget class="QComboBox" name="comboBox_6"> - <property name="enabled"> - <bool>false</bool> - </property> - <item> - <property name="text"> - <string>Foo</string> - </property> - </item> - <item> - <property name="text"> - <string>Bar</string> - </property> - </item> - <item> - <property name="text"> - <string>Bouz</string> - </property> - </item> - </widget> - </item> - <item row="0" column="0"> - <widget class="QComboBox" name="comboBox_7"> - <item> - <property name="text"> - <string>Foo</string> - </property> - </item> - <item> - <property name="text"> - <string>Bar</string> - </property> - </item> - <item> - <property name="text"> - <string>Bouz</string> - </property> - </item> - </widget> - </item> - <item row="1" column="0"> - <widget class="QComboBox" name="comboBox_8"> - <property name="editable"> - <bool>true</bool> - </property> - <item> - <property name="text"> - <string>Foo</string> - </property> - </item> - <item> - <property name="text"> - <string>Bar</string> - </property> - </item> - <item> - <property name="text"> - <string>Bouz</string> - </property> - </item> - </widget> - </item> - <item row="4" column="0"> - <widget class="QComboBox" name="comboBox_9"> - <item> - <property name="text"> - <string>Foo</string> - </property> - </item> - <item> - <property name="text"> - <string>Bar</string> - </property> - </item> - <item> - <property name="text"> - <string>Bouz</string> - </property> - </item> - </widget> - </item> - <item row="5" column="0"> - <widget class="QComboBox" name="comboBox_B"> - <item> - <property name="text"> - <string>ComboText</string> - </property> - </item> - <item> - <property name="text"> - <string>Bar</string> - </property> - </item> - <item> - <property name="text"> - <string>Bouz</string> - </property> - </item> - </widget> - </item> - <item row="6" column="0"> - <spacer name="verticalSpacer"> - <property name="orientation"> - <enum>Qt::Vertical</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>20</width> - <height>40</height> - </size> - </property> - </spacer> - </item> - </layout> - </widget> - </item> - <item> - <spacer name="horizontalSpacer"> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>40</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - </layout> - </widget> - <resources/> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/css_exemple_coffee.ui b/tests/manual/uiloader/baseline/css_exemple_coffee.ui deleted file mode 100644 index 619f912a9..000000000 --- a/tests/manual/uiloader/baseline/css_exemple_coffee.ui +++ /dev/null @@ -1,469 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<ui version="4.0"> - <class>MainWindow</class> - <widget class="QMainWindow" name="MainWindow"> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>400</width> - <height>413</height> - </rect> - </property> - <property name="windowTitle"> - <string>Style Sheet</string> - </property> - <property name="styleSheet"> - <string notr="true">.QWidget { - background-color: beige; -} - -/* Nice Windows-XP-style password character. */ -QLineEdit[echoMode="2"] { - lineedit-password-character: 9679; -} - -/* We provide a min-width and min-height for push buttons - so that they look elegant regardless of the width of the text. */ -QPushButton { - background-color: palegoldenrod; - border-width: 2px; - border-color: darkkhaki; - border-style: solid; - border-radius: 5; - padding: 3px; - min-width: 9ex; - min-height: 2.5ex; -} - -QPushButton:hover { - background-color: khaki; -} - -/* Increase the padding, so the text is shifted when the button is - pressed. */ -QPushButton:pressed { - padding-left: 5px; - padding-top: 5px; - background-color: #d0d67c; -} - -QLabel, QAbstractButton { - font: bold; -} - -/* Mark mandatory fields with a brownish color. */ -.mandatory { - color: brown; -} - -/* Bold text on status bar looks awful. */ -QStatusBar QLabel { - font: normal; -} - -QStatusBar::item { - border-width: 1; - border-color: darkkhaki; - border-style: solid; - border-radius: 2; -} - -QComboBox, QLineEdit, QSpinBox, QTextEdit, QListView { - background-color: cornsilk; - selection-color: #0a214c; - selection-background-color: #C19A6B; -} - -QListView { - show-decoration-selected: 1; -} - -QListView::item:hover { - background-color: wheat; -} - -/* We reserve 1 pixel space in padding. When we get the focus, - we kill the padding and enlarge the border. This makes the items - glow. */ -QLineEdit, QFrame { - border-width: 2px; - padding: 1px; - border-style: solid; - border-color: darkkhaki; - border-radius: 5px; -} - -/* As mentioned above, eliminate the padding and increase the border. */ -QLineEdit:focus, QFrame:focus { - border-width: 3px; - padding: 0px; -} - -/* A QLabel is a QFrame ... */ -QLabel { - border: none; - padding: 0; - background: none; -} - -/* A QToolTip is a QLabel ... */ -QToolTip { - border: 2px solid darkkhaki; - padding: 5px; - border-radius: 3px; - opacity: 200; -} - -/* Nice to have the background color change when hovered. */ -QRadioButton:hover, QCheckBox:hover { - background-color: wheat; -} - -/* Force the dialog's buttons to follow the Windows guidelines. */ -QDialogButtonBox { - button-layout: 0; -} - - -</string> - </property> - <widget class="QWidget" name="centralwidget"> - <layout class="QVBoxLayout"> - <property name="spacing"> - <number>6</number> - </property> - <property name="margin"> - <number>9</number> - </property> - <item> - <widget class="QFrame" name="mainFrame"> - <property name="frameShape"> - <enum>QFrame::StyledPanel</enum> - </property> - <layout class="QGridLayout"> - <property name="margin"> - <number>9</number> - </property> - <property name="spacing"> - <number>6</number> - </property> - <item row="6" column="0" colspan="5"> - <widget class="QCheckBox" name="agreeCheckBox"> - <property name="toolTip"> - <string>Please read the LICENSE file before checking</string> - </property> - <property name="text"> - <string>I &accept the terms and &conditions</string> - </property> - </widget> - </item> - <item row="5" column="0"> - <widget class="QLabel" name="label"> - <property name="text"> - <string>Profession:</string> - </property> - <property name="alignment"> - <set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set> - </property> - <property name="buddy"> - <cstring>professionList</cstring> - </property> - </widget> - </item> - <item row="0" column="0"> - <widget class="QLabel" name="nameLabel"> - <property name="text"> - <string>&Name:</string> - </property> - <property name="alignment"> - <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> - </property> - <property name="buddy"> - <cstring>nameCombo</cstring> - </property> - </widget> - </item> - <item row="1" column="1"> - <widget class="QRadioButton" name="maleRadioButton"> - <property name="toolTip"> - <string>Check this if you are male</string> - </property> - <property name="text"> - <string>&Male</string> - </property> - </widget> - </item> - <item row="3" column="0"> - <widget class="QLabel" name="passwordLabel"> - <property name="text"> - <string>&Password:</string> - </property> - <property name="alignment"> - <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> - </property> - <property name="buddy"> - <cstring>passwordEdit</cstring> - </property> - </widget> - </item> - <item row="4" column="1" colspan="4"> - <widget class="QComboBox" name="countryCombo"> - <property name="toolTip"> - <string>Specify country of origin</string> - </property> - <property name="statusTip"> - <string>Specify country of origin</string> - </property> - <property name="currentIndex"> - <number>6</number> - </property> - <item> - <property name="text"> - <string>Egypt</string> - </property> - </item> - <item> - <property name="text"> - <string>France</string> - </property> - </item> - <item> - <property name="text"> - <string>Germany</string> - </property> - </item> - <item> - <property name="text"> - <string>India</string> - </property> - </item> - <item> - <property name="text"> - <string>Italy</string> - </property> - </item> - <item> - <property name="text"> - <string>Norway</string> - </property> - </item> - <item> - <property name="text"> - <string>Pakistan</string> - </property> - </item> - </widget> - </item> - <item row="2" column="0"> - <widget class="QLabel" name="ageLabel"> - <property name="text"> - <string>&Age:</string> - </property> - <property name="alignment"> - <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> - </property> - <property name="buddy"> - <cstring>ageSpinBox</cstring> - </property> - </widget> - </item> - <item row="4" column="0"> - <widget class="QLabel" name="countryLabel"> - <property name="text"> - <string>Country:</string> - </property> - <property name="alignment"> - <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> - </property> - <property name="buddy"> - <cstring>countryCombo</cstring> - </property> - </widget> - </item> - <item row="1" column="0"> - <widget class="QLabel" name="genderLabel"> - <property name="text"> - <string>Gender:</string> - </property> - <property name="alignment"> - <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> - </property> - </widget> - </item> - <item row="3" column="1" colspan="4"> - <widget class="QLineEdit" name="passwordEdit"> - <property name="toolTip"> - <string>Specify your password</string> - </property> - <property name="statusTip"> - <string>Specify your password</string> - </property> - <property name="text"> - <string>Password</string> - </property> - <property name="echoMode"> - <enum>QLineEdit::Password</enum> - </property> - </widget> - </item> - <item row="1" column="2" colspan="2"> - <widget class="QRadioButton" name="femaleRadioButton"> - <property name="styleSheet"> - <string>Check this if you are female</string> - </property> - <property name="text"> - <string>&Female</string> - </property> - </widget> - </item> - <item row="2" column="1" colspan="2"> - <widget class="QSpinBox" name="ageSpinBox"> - <property name="toolTip"> - <string>Specify your age</string> - </property> - <property name="statusTip"> - <string>Specify your age</string> - </property> - <property name="minimum"> - <number>12</number> - </property> - <property name="value"> - <number>22</number> - </property> - </widget> - </item> - <item row="0" column="1" colspan="4"> - <widget class="QComboBox" name="nameCombo"> - <property name="toolTip"> - <string>Specify your name</string> - </property> - <property name="editable"> - <bool>true</bool> - </property> - </widget> - </item> - <item row="1" column="4"> - <spacer> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>40</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item row="2" column="3" colspan="2"> - <spacer> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>61</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item row="7" column="3" colspan="2"> - <widget class="QDialogButtonBox" name="buttonBox"> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - <property name="standardButtons"> - <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> - </property> - </widget> - </item> - <item row="5" column="1" colspan="4"> - <widget class="QListWidget" name="professionList"> - <property name="toolTip"> - <string>Select your profession</string> - </property> - <property name="statusTip"> - <string>Specify your name here</string> - </property> - <property name="whatsThis"> - <string>Specify your name here</string> - </property> - <property name="currentRow"> - <number>0</number> - </property> - <item> - <property name="text"> - <string>Developer</string> - </property> - </item> - <item> - <property name="text"> - <string>Student</string> - </property> - </item> - <item> - <property name="text"> - <string>Fisherman</string> - </property> - </item> - </widget> - </item> - </layout> - </widget> - </item> - </layout> - </widget> - <widget class="QMenuBar" name="menubar"> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>400</width> - <height>31</height> - </rect> - </property> - <widget class="QMenu" name="menu_File"> - <property name="title"> - <string>&File</string> - </property> - <addaction name="editStyleAction"/> - <addaction name="separator"/> - <addaction name="exitAction"/> - </widget> - <widget class="QMenu" name="menu_Help"> - <property name="title"> - <string>&Help</string> - </property> - <addaction name="aboutAction"/> - <addaction name="aboutQtAction"/> - </widget> - <addaction name="menu_File"/> - <addaction name="menu_Help"/> - </widget> - <widget class="QStatusBar" name="statusbar"/> - <action name="exitAction"> - <property name="text"> - <string>&Exit</string> - </property> - </action> - <action name="aboutQtAction"> - <property name="text"> - <string>About Qt</string> - </property> - </action> - <action name="editStyleAction"> - <property name="text"> - <string>Edit &Style...</string> - </property> - </action> - <action name="aboutAction"> - <property name="text"> - <string>About</string> - </property> - </action> - </widget> - <resources/> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/css_exemple_pagefold.ui b/tests/manual/uiloader/baseline/css_exemple_pagefold.ui deleted file mode 100644 index d23fad34c..000000000 --- a/tests/manual/uiloader/baseline/css_exemple_pagefold.ui +++ /dev/null @@ -1,656 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<ui version="4.0"> - <class>MainWindow</class> - <widget class="QMainWindow" name="MainWindow"> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>426</width> - <height>413</height> - </rect> - </property> - <property name="windowTitle"> - <string>Style Sheet</string> - </property> - <property name="styleSheet"> - <string notr="true">/* Customize any plain widget that is a child of a QMainWindow. */ -QMainWindow > .QWidget { - background-color: gainsboro; - background-image: url(images/pagefold.png); - background-position: top right; - background-repeat: no-repeat -} - -/* Provide a padding for the layout inside the frame. The frame - exists only to provide a padding for the top-right image, so we - explicitly disable the border. */ -#mainFrame { - padding-right: 30px; - border-style: none; - border-image: none; /* since we set a border-image below */ -} - -/* mainFrame won't have this border-image since we have - explicitly set it to 'none' using a more specific selector. */ -QFrame, QLineEdit, QComboBox[editable="true"], QSpinBox { - border-image: url(images/frame.png) 4; - border-width: 3; -} - -QLabel { - border: none; - border-image: none; - padding: 0; - background: none; -} - -/* Make text in message boxes selectable. */ -QMessageBox { - /* LinksAccessibleByMouse | TextSelectableByMouse */ - messagebox-text-interaction-flags: 5; -} - -/* Set the selection colors for all widgets. */ -QWidget { - selection-color: black; - selection-background-color: Silver; - color: black; -} - -/* Make the entire row selected in item views. */ -QAbstractItemView { - show-decoration-selected: 1; -} - -/* Nice WindowsXP-style password character for password line edits. */ -QLineEdit[echoMode="2"] { - lineedit-password-character: 9679; -} - -/* Customize tooltips. */ -QToolTip { - background-color: rgb(200,200,255); - border-color: darkslategray; - border-width: 1px; - border-style: solid; - padding: 3px; - font: bold; - border-radius: 3px; - opacity: 200; -} - -/* Customize radio buttons. */ - -QRadioButton { - spacing: 5px; -} - -QRadioButton::indicator { - width: 13px; - height: 13px; -} - -QRadioButton::indicator::unchecked { - image: url(images/radiobutton_unchecked.png); -} - -QRadioButton::indicator:unchecked:hover { - image: url(images/radiobutton_unchecked_hover.png); -} - -QRadioButton::indicator:unchecked:pressed { - image: url(images/radiobutton_unchecked_pressed.png); -} - -QRadioButton::indicator::checked { - image: url(images/radiobutton_checked.png); -} - -QRadioButton::indicator:checked:hover { - image: url(images/radiobutton_checked_hover.png); -} - -QRadioButton::indicator:checked:pressed { - image: url(images/radiobutton_checked_pressed.png); -} - -/* Customize arrows. */ - -*::down-arrow, *::menu-indicator { - image: url(images/down_arrow.png); - width: 7px; - height: 7px; -} - -*::down-arrow:disabled, *::down-arrow:off { - image: url(images/down_arrow_disabled.png); -} - -*::up-arrow { - image: url(images/up_arrow.png); - width: 7px; - height: 7px; -} - -*::up-arrow:disabled, *::up-arrow:off { - image: url(images/up_arrow_disabled.png); -} - -/* Customize push buttons and comboboxes. Our read-only combobox - is very similar to a push button, so they share the same border image. */ - -QPushButton { - min-width: 4em; -} - -QPushButton, QComboBox[editable="false"], -QComboBox[editable="true"]::drop-down { - border-image: url(images/pushbutton.png) 5; - border-width: 5; -} - -QPushButton:hover, QComboBox[editable="false"]:hover, -QComboBox[editable="true"]::drop-down:hover, QMenuBar::item:hover { - border-image: url(images/pushbutton_hover.png) 5; - border-width: 5; -} - -QPushButton:pressed, QComboBox[editable="false"]:on, -QComboBox[editable="true"]::drop-down:on, QMenuBar::item:on { - border-image: url(images/pushbutton_pressed.png) 5; - border-width: 5; -} - -/* Customize read-only comboboxes. */ - -QComboBox[editable="false"] { - padding-left: 3px; - padding-right: 20px; /* space for the arrow */ -} - -QComboBox[editable="false"]::drop-down { - subcontrol-origin: padding; - subcontrol-position: top right; - width: 15px; - border-left-style: solid; - border-left-color: darkgray; - border-left-width: 1px; -} - -QComboBox[editable="false"]::down-arrow { - subcontrol-origin: content; - subcontrol-position: center; - position: relative; - left: 1px; /* 1 pixel dropdown border */ -} - -/* The combobox arrow is on when the popup is open. */ -QComboBox[editable="false"]::down-arrow:on { - position: relative; - top: 1px; - left: 2px; -} - -/* Customize editable comboboxes. */ - -QComboBox[editable="true"] { - padding-right: 16px; -} - -QComboBox[editable="true"]::drop-down { - subcontrol-origin: border; - subcontrol-position: top right; - width: 13px; - position: absolute; - top: 2px; - bottom: 2px; - right: 2px; -} - -QComboBox[editable="true"]::drop-down, -QComboBox[editable="true"]::drop-down:hover, -QComboBox[editable="true"]::drop-down:on { - border-width: 0px; - border-left-width: 3px; /* we need only left and center part */ -} - -/* Shift the arrow when it's open. */ -QComboBox[editable="true"]::down-arrow:on { - position: relative; - top: 1px; - left: 1px; -} - -/* Customize check boxes. */ -QCheckBox { - spacing: 5px; -} - -QCheckBox::indicator { - width: 13px; - height: 13px; -} - -QCheckBox::indicator:unchecked { - image: url(images/checkbox_unchecked.png); -} - -QCheckBox::indicator:unchecked:hover { - image: url(images/checkbox_unchecked_hover.png); -} - -QCheckBox::indicator:unchecked:pressed { - image: url(images/checkbox_unchecked_pressed.png); -} - -QCheckBox::indicator:checked { - image: url(images/checkbox_checked.png); -} - -QCheckBox::indicator:checked:hover { - image: url(images/checkbox_checked_hover.png); -} - -QCheckBox::indicator:checked:pressed { - image: url(images/checkbox_checked_pressed.png); -} - -/* Customize the size grip. */ -QSizeGrip { - image: url(images/sizegrip.png); - width: 16px; - height: 16px; -} - -/* Customize the menu bar. */ -QMenuBar { - border-image: none; - border-style: none; - border-width: 1px; - border-bottom-style: solid; - border-bottom-color: darkslategray; - padding: 2px; -} - -/* Customize spin boxes. */ - -QSpinBox { - padding-right: 15px; -} - -QSpinBox::up-button { - subcontrol-origin: border; - subcontrol-position: top right; - - width: 16px; /* 16 + 2*1px border-width = 15px padding + 3px parent border */ - border-image: url(images/spinup.png) 1; - border-width: 1px; -} - -QSpinBox::up-button:hover { - border-image: url(images/spinup_hover.png) 1; -} - -QSpinBox::up-button:pressed { - border-image: url(images/spinup_pressed.png) 1; -} - -QSpinBox::down-button { - subcontrol-origin: border; - subcontrol-position: bottom right; - - width: 16px; - border-image: url(images/spindown.png) 1; - border-width: 1px; - border-top-width: 0; -} - -QSpinBox::down-button:hover { - border-image: url(images/spindown_hover.png) 1; -} - -QSpinBox::down-button:pressed { - border-image: url(images/spindown_pressed.png) 1; -} -</string> - </property> - <widget class="QWidget" name="centralwidget"> - <layout class="QVBoxLayout"> - <property name="spacing"> - <number>6</number> - </property> - <property name="margin"> - <number>9</number> - </property> - <item> - <widget class="QFrame" name="mainFrame"> - <property name="frameShape"> - <enum>QFrame::StyledPanel</enum> - </property> - <layout class="QGridLayout"> - <property name="margin"> - <number>9</number> - </property> - <property name="spacing"> - <number>6</number> - </property> - <item row="6" column="0" colspan="5"> - <widget class="QCheckBox" name="agreeCheckBox"> - <property name="toolTip"> - <string>Please read the LICENSE file before checking</string> - </property> - <property name="text"> - <string>I &accept the terms and &conditions</string> - </property> - </widget> - </item> - <item row="5" column="0"> - <widget class="QLabel" name="label"> - <property name="text"> - <string>Profession:</string> - </property> - <property name="alignment"> - <set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set> - </property> - <property name="buddy"> - <cstring>professionList</cstring> - </property> - </widget> - </item> - <item row="0" column="0"> - <widget class="QLabel" name="nameLabel"> - <property name="text"> - <string>&Name:</string> - </property> - <property name="alignment"> - <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> - </property> - <property name="buddy"> - <cstring>nameCombo</cstring> - </property> - </widget> - </item> - <item row="1" column="1"> - <widget class="QRadioButton" name="maleRadioButton"> - <property name="toolTip"> - <string>Check this if you are male</string> - </property> - <property name="text"> - <string>&Male</string> - </property> - </widget> - </item> - <item row="3" column="0"> - <widget class="QLabel" name="passwordLabel"> - <property name="text"> - <string>&Password:</string> - </property> - <property name="alignment"> - <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> - </property> - <property name="buddy"> - <cstring>passwordEdit</cstring> - </property> - </widget> - </item> - <item row="4" column="1" colspan="4"> - <widget class="QComboBox" name="countryCombo"> - <property name="toolTip"> - <string>Specify country of origin</string> - </property> - <property name="statusTip"> - <string>Specify country of origin</string> - </property> - <property name="currentIndex"> - <number>6</number> - </property> - <item> - <property name="text"> - <string>Egypt</string> - </property> - </item> - <item> - <property name="text"> - <string>France</string> - </property> - </item> - <item> - <property name="text"> - <string>Germany</string> - </property> - </item> - <item> - <property name="text"> - <string>India</string> - </property> - </item> - <item> - <property name="text"> - <string>Italy</string> - </property> - </item> - <item> - <property name="text"> - <string>Norway</string> - </property> - </item> - <item> - <property name="text"> - <string>Pakistan</string> - </property> - </item> - </widget> - </item> - <item row="2" column="0"> - <widget class="QLabel" name="ageLabel"> - <property name="text"> - <string>&Age:</string> - </property> - <property name="alignment"> - <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> - </property> - <property name="buddy"> - <cstring>ageSpinBox</cstring> - </property> - </widget> - </item> - <item row="4" column="0"> - <widget class="QLabel" name="countryLabel"> - <property name="text"> - <string>Country:</string> - </property> - <property name="alignment"> - <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> - </property> - <property name="buddy"> - <cstring>countryCombo</cstring> - </property> - </widget> - </item> - <item row="1" column="0"> - <widget class="QLabel" name="genderLabel"> - <property name="text"> - <string>Gender:</string> - </property> - <property name="alignment"> - <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> - </property> - </widget> - </item> - <item row="3" column="1" colspan="4"> - <widget class="QLineEdit" name="passwordEdit"> - <property name="toolTip"> - <string>Specify your password</string> - </property> - <property name="statusTip"> - <string>Specify your password</string> - </property> - <property name="text"> - <string>Password</string> - </property> - <property name="echoMode"> - <enum>QLineEdit::Password</enum> - </property> - </widget> - </item> - <item row="1" column="2" colspan="2"> - <widget class="QRadioButton" name="femaleRadioButton"> - <property name="styleSheet"> - <string>Check this if you are female</string> - </property> - <property name="text"> - <string>&Female</string> - </property> - </widget> - </item> - <item row="2" column="1" colspan="2"> - <widget class="QSpinBox" name="ageSpinBox"> - <property name="toolTip"> - <string>Specify your age</string> - </property> - <property name="statusTip"> - <string>Specify your age</string> - </property> - <property name="minimum"> - <number>12</number> - </property> - <property name="value"> - <number>22</number> - </property> - </widget> - </item> - <item row="0" column="1" colspan="4"> - <widget class="QComboBox" name="nameCombo"> - <property name="toolTip"> - <string>Specify your name</string> - </property> - <property name="editable"> - <bool>true</bool> - </property> - </widget> - </item> - <item row="1" column="4"> - <spacer> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>40</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item row="2" column="3" colspan="2"> - <spacer> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>61</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item row="7" column="3" colspan="2"> - <widget class="QDialogButtonBox" name="buttonBox"> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - <property name="standardButtons"> - <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> - </property> - </widget> - </item> - <item row="5" column="1" colspan="4"> - <widget class="QListWidget" name="professionList"> - <property name="toolTip"> - <string>Select your profession</string> - </property> - <property name="statusTip"> - <string>Specify your name here</string> - </property> - <property name="whatsThis"> - <string>Specify your name here</string> - </property> - <property name="currentRow"> - <number>0</number> - </property> - <item> - <property name="text"> - <string>Developer</string> - </property> - </item> - <item> - <property name="text"> - <string>Student</string> - </property> - </item> - <item> - <property name="text"> - <string>Fisherman</string> - </property> - </item> - </widget> - </item> - </layout> - </widget> - </item> - </layout> - </widget> - <widget class="QMenuBar" name="menubar"> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>426</width> - <height>29</height> - </rect> - </property> - <widget class="QMenu" name="menu_File"> - <property name="title"> - <string>&File</string> - </property> - <addaction name="editStyleAction"/> - <addaction name="separator"/> - <addaction name="exitAction"/> - </widget> - <widget class="QMenu" name="menu_Help"> - <property name="title"> - <string>&Help</string> - </property> - <addaction name="aboutAction"/> - <addaction name="aboutQtAction"/> - </widget> - <addaction name="menu_File"/> - <addaction name="menu_Help"/> - </widget> - <widget class="QStatusBar" name="statusbar"/> - <action name="exitAction"> - <property name="text"> - <string>&Exit</string> - </property> - </action> - <action name="aboutQtAction"> - <property name="text"> - <string>About Qt</string> - </property> - </action> - <action name="editStyleAction"> - <property name="text"> - <string>Edit &Style...</string> - </property> - </action> - <action name="aboutAction"> - <property name="text"> - <string>About</string> - </property> - </action> - </widget> - <resources/> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/css_exemple_usage.ui b/tests/manual/uiloader/baseline/css_exemple_usage.ui deleted file mode 100644 index 0ddd2ed79..000000000 --- a/tests/manual/uiloader/baseline/css_exemple_usage.ui +++ /dev/null @@ -1,91 +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>322</width> - <height>203</height> - </rect> - </property> - <property name="windowTitle"> - <string>Form</string> - </property> - <property name="styleSheet"> - <string notr="true"> QPushButton#evilButton { - background-color: red; - border-style: outset; - border-width: 2px; - border-radius: 10px; - border-color: beige; - font: bold 14px; - min-width: 10em; - padding: 6px; - } - QPushButton#evilButton:pressed { - background-color: rgb(224, 0, 0); - border-style: inset; - } - -QLineEdit { color: red } - QLineEdit[readOnly="true"] { color: gray } -</string> - </property> - <layout class="QGridLayout" name="gridLayout"> - <item row="0" column="0"> - <widget class="QPushButton" name="evilButton"> - <property name="text"> - <string>Format C:</string> - </property> - </widget> - </item> - <item row="0" column="2"> - <spacer name="horizontalSpacer"> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>95</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item row="1" column="0"> - <widget class="QLineEdit" name="lineEdit"> - <property name="text"> - <string>Foo</string> - </property> - </widget> - </item> - <item row="2" column="0"> - <widget class="QLineEdit" name="lineEdit_2"> - <property name="text"> - <string>ReadOnly</string> - </property> - <property name="readOnly"> - <bool>true</bool> - </property> - </widget> - </item> - <item row="3" column="1"> - <spacer name="verticalSpacer"> - <property name="orientation"> - <enum>Qt::Vertical</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>20</width> - <height>102</height> - </size> - </property> - </spacer> - </item> - </layout> - </widget> - <resources/> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/css_frames.ui b/tests/manual/uiloader/baseline/css_frames.ui deleted file mode 100644 index d1397bb1d..000000000 --- a/tests/manual/uiloader/baseline/css_frames.ui +++ /dev/null @@ -1,319 +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>884</width> - <height>327</height> - </rect> - </property> - <property name="windowTitle"> - <string>Form</string> - </property> - <property name="styleSheet"> - <string notr="true"> QLabel -{ - border: 2px dashed rgb(0, 85, 255) -} - -QGroupBox .QFrame { -margin: 20px 10px 5px 0px; -padding: 0px 10px 15px 20px; -} - -QGroupBox { -border: 5px solid white; -} - -#line1 { background-color: yellow; } -#line2 { background-color: pink; } -#line1, #line2 { - border: 1px solid rgb(170, 85, 255); -} - - -QFrame::no-frame { - background: orange; - border-color: #000; - } - -</string> - </property> - <layout class="QGridLayout" name="gridLayout"> - <item row="1" column="0"> - <widget class="QGroupBox" name="groupBox"> - <property name="title"> - <string>GroupBox</string> - </property> - <property name="flat"> - <bool>false</bool> - </property> - <layout class="QHBoxLayout" name="horizontalLayout"> - <item> - <layout class="QVBoxLayout" name="verticalLayout_7"> - <item> - <widget class="QFrame" name="frame"> - <property name="frameShape"> - <enum>QFrame::StyledPanel</enum> - </property> - <property name="frameShadow"> - <enum>QFrame::Raised</enum> - </property> - <layout class="QVBoxLayout" name="verticalLayout_3"> - <item> - <widget class="QLabel" name="label_2"> - <property name="text"> - <string>Styled</string> - </property> - </widget> - </item> - </layout> - </widget> - </item> - <item> - <spacer name="verticalSpacer"> - <property name="orientation"> - <enum>Qt::Vertical</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>20</width> - <height>40</height> - </size> - </property> - </spacer> - </item> - </layout> - </item> - <item> - <layout class="QVBoxLayout" name="verticalLayout_8"> - <item> - <widget class="QFrame" name="frame_2"> - <property name="frameShape"> - <enum>QFrame::StyledPanel</enum> - </property> - <property name="frameShadow"> - <enum>QFrame::Raised</enum> - </property> - <layout class="QVBoxLayout" name="verticalLayout_2"> - <item> - <widget class="QLabel" name="label_3"> - <property name="text"> - <string>Box</string> - </property> - </widget> - </item> - </layout> - </widget> - </item> - <item> - <spacer name="verticalSpacer_2"> - <property name="orientation"> - <enum>Qt::Vertical</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>20</width> - <height>40</height> - </size> - </property> - </spacer> - </item> - </layout> - </item> - <item> - <layout class="QVBoxLayout" name="verticalLayout_9"> - <item> - <widget class="QFrame" name="frame_6"> - <property name="frameShape"> - <enum>QFrame::NoFrame</enum> - </property> - <property name="frameShadow"> - <enum>QFrame::Raised</enum> - </property> - <layout class="QVBoxLayout" name="verticalLayout_6"> - <item> - <widget class="QLabel" name="label_7"> - <property name="text"> - <string>None</string> - </property> - </widget> - </item> - </layout> - </widget> - </item> - <item> - <spacer name="verticalSpacer_3"> - <property name="orientation"> - <enum>Qt::Vertical</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>20</width> - <height>40</height> - </size> - </property> - </spacer> - </item> - </layout> - </item> - <item> - <layout class="QVBoxLayout" name="verticalLayout_10"> - <item> - <widget class="QFrame" name="frame_4"> - <property name="frameShape"> - <enum>QFrame::StyledPanel</enum> - </property> - <layout class="QVBoxLayout" name="verticalLayout"> - <item> - <widget class="QLabel" name="label_5"> - <property name="text"> - <string>Box Plain</string> - </property> - </widget> - </item> - </layout> - </widget> - </item> - <item> - <spacer name="verticalSpacer_4"> - <property name="orientation"> - <enum>Qt::Vertical</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>20</width> - <height>40</height> - </size> - </property> - </spacer> - </item> - </layout> - </item> - <item> - <layout class="QVBoxLayout" name="verticalLayout_11"> - <item> - <widget class="QFrame" name="frame_3"> - <property name="frameShape"> - <enum>QFrame::StyledPanel</enum> - </property> - <property name="frameShadow"> - <enum>QFrame::Raised</enum> - </property> - <layout class="QVBoxLayout" name="verticalLayout_4"> - <item> - <widget class="QLabel" name="label_4"> - <property name="text"> - <string>Panel</string> - </property> - </widget> - </item> - </layout> - </widget> - </item> - <item> - <spacer name="verticalSpacer_5"> - <property name="orientation"> - <enum>Qt::Vertical</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>20</width> - <height>40</height> - </size> - </property> - </spacer> - </item> - </layout> - </item> - <item> - <layout class="QVBoxLayout" name="verticalLayout_12"> - <item> - <widget class="QFrame" name="frame_5"> - <property name="frameShape"> - <enum>QFrame::StyledPanel</enum> - </property> - <property name="frameShadow"> - <enum>QFrame::Sunken</enum> - </property> - <layout class="QVBoxLayout" name="verticalLayout_5"> - <item> - <widget class="QLabel" name="label_6"> - <property name="text"> - <string>WinPanel</string> - </property> - </widget> - </item> - </layout> - </widget> - </item> - <item> - <spacer name="verticalSpacer_6"> - <property name="orientation"> - <enum>Qt::Vertical</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>20</width> - <height>40</height> - </size> - </property> - </spacer> - </item> - </layout> - </item> - </layout> - </widget> - </item> - <item row="1" column="1"> - <widget class="Line" name="line2"> - <property name="orientation"> - <enum>Qt::Vertical</enum> - </property> - </widget> - </item> - <item row="1" column="2"> - <spacer name="horizontalSpacer"> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>40</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item row="2" column="0" colspan="2"> - <widget class="Line" name="line1"> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - </widget> - </item> - <item row="0" column="0"> - <widget class="QLabel" name="label"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Preferred" vsizetype="Expanding"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="lineWidth"> - <number>0</number> - </property> - <property name="text"> - <string>This test that all the frame style can handle margins and paddings correctly - (and the background of this label should be orange)</string> - </property> - </widget> - </item> - </layout> - </widget> - <resources/> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/css_groupboxes.ui b/tests/manual/uiloader/baseline/css_groupboxes.ui deleted file mode 100644 index 7f5464aa5..000000000 --- a/tests/manual/uiloader/baseline/css_groupboxes.ui +++ /dev/null @@ -1,150 +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">#groupBox_1:checked { color:magenta; } - -#groupBox_2 { background-color: qlineargradient(spread:pad, x1:0, y1:1, x2:0, y2:0, stop:0 rgba(0, 0, 0, 255), stop:0.05 rgba(14, 8, 73, 255), stop:0.36 rgba(28, 17, 145, 255), stop:0.6 rgba(126, 14, 81, 255), stop:0.75 rgba(234, 11, 11, 255), stop:0.79 rgba(244, 70, 5, 255), stop:0.86 rgba(255, 136, 0, 255), stop:0.935 rgba(239, 236, 55, 255)); -color: rgb(33, 255, 181); } - -#groupBox_3 { padding: 20px; margin: 20px; } -#groupBox_3 QLabel { background-color: #46e; } - -#groupBox_4::title { subcontrol-position: bottom left; border: 1px solid white;} - -#groupBox_5::indicator {border: 1px solid white;} - -#groupBox_6 { border: 5px dashed pink;}</string> - </property> - <layout class="QGridLayout" name="gridLayout"> - <item row="0" column="0"> - <widget class="QGroupBox" name="groupBox_1"> - <property name="title"> - <string>GroupBox</string> - </property> - <property name="checkable"> - <bool>true</bool> - </property> - <layout class="QVBoxLayout" name="verticalLayout"> - <item> - <widget class="QLabel" name="label"> - <property name="text"> - <string>TextLabel</string> - </property> - </widget> - </item> - </layout> - </widget> - </item> - <item row="0" column="1"> - <widget class="QGroupBox" name="groupBox_2"> - <property name="title"> - <string>GroupBox</string> - </property> - <property name="checkable"> - <bool>true</bool> - </property> - <layout class="QVBoxLayout" name="verticalLayout_4"> - <item> - <widget class="QLabel" name="label_6"> - <property name="text"> - <string>TextLabel</string> - </property> - </widget> - </item> - </layout> - </widget> - </item> - <item row="1" column="0"> - <widget class="QGroupBox" name="groupBox_3"> - <property name="title"> - <string>GroupBox</string> - </property> - <property name="checkable"> - <bool>true</bool> - </property> - <layout class="QVBoxLayout" name="verticalLayout_2"> - <item> - <widget class="QLabel" name="label_2"> - <property name="text"> - <string>TextLabel</string> - </property> - </widget> - </item> - </layout> - </widget> - </item> - <item row="1" column="1"> - <widget class="QGroupBox" name="groupBox_4"> - <property name="title"> - <string>GroupBox</string> - </property> - <property name="checkable"> - <bool>true</bool> - </property> - <layout class="QVBoxLayout" name="verticalLayout_5"> - <item> - <widget class="QLabel" name="label_5"> - <property name="text"> - <string>TextLabel</string> - </property> - </widget> - </item> - </layout> - </widget> - </item> - <item row="2" column="0"> - <widget class="QGroupBox" name="groupBox_5"> - <property name="title"> - <string>GroupBox</string> - </property> - <property name="checkable"> - <bool>true</bool> - </property> - <layout class="QVBoxLayout" name="verticalLayout_3"> - <item> - <widget class="QLabel" name="label_3"> - <property name="text"> - <string>TextLabel</string> - </property> - </widget> - </item> - </layout> - </widget> - </item> - <item row="2" column="1"> - <widget class="QGroupBox" name="groupBox_6"> - <property name="title"> - <string>GroupBox</string> - </property> - <property name="checkable"> - <bool>true</bool> - </property> - <layout class="QVBoxLayout" name="verticalLayout_6"> - <item> - <widget class="QLabel" name="label_4"> - <property name="text"> - <string>TextLabel</string> - </property> - </widget> - </item> - </layout> - </widget> - </item> - </layout> - </widget> - <resources/> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/css_itemview_task258382.ui b/tests/manual/uiloader/baseline/css_itemview_task258382.ui deleted file mode 100644 index 11c56b4ba..000000000 --- a/tests/manual/uiloader/baseline/css_itemview_task258382.ui +++ /dev/null @@ -1,179 +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>437</width> - <height>352</height> - </rect> - </property> - <property name="windowTitle"> - <string>Form</string> - </property> - <property name="styleSheet"> - <string notr="true">::item { border: 1px solid black; background-color: purple; } -::item {margin-left: 20px; } - -QAbstractItemView { selection-background-color: red; -show-decoration- selected: 0; - } - -::item:selected { background-color: yellow; }</string> - </property> - <layout class="QGridLayout" name="gridLayout"> - <item row="0" column="0"> - <widget class="QTreeWidget" name="treeWidget"> - <column> - <property name="text"> - <string>1</string> - </property> - </column> - <column> - <property name="text"> - <string>New Column</string> - </property> - </column> - <item> - <property name="text"> - <string>New Item</string> - </property> - </item> - <item> - <property name="text"> - <string>New Item</string> - </property> - </item> - <item> - <property name="text"> - <string>New Item</string> - </property> - <item> - <property name="text"> - <string>New Subitem</string> - </property> - <item> - <property name="text"> - <string>New Subitem</string> - </property> - </item> - <item> - <property name="text"> - <string>New Item</string> - </property> - </item> - <item> - <property name="text"> - <string>New Item</string> - </property> - </item> - </item> - </item> - </widget> - </item> - <item row="1" column="0"> - <widget class="QTableWidget" name="tableWidget"> - <row> - <property name="text"> - <string>New Row</string> - </property> - </row> - <row> - <property name="text"> - <string>New Row</string> - </property> - </row> - <row> - <property name="text"> - <string>New Row</string> - </property> - </row> - <row> - <property name="text"> - <string>New Row</string> - </property> - </row> - <row> - <property name="text"> - <string>New Row</string> - </property> - </row> - <column> - <property name="text"> - <string>New Column</string> - </property> - </column> - <column> - <property name="text"> - <string>New Column</string> - </property> - </column> - <column> - <property name="text"> - <string>New Column</string> - </property> - </column> - <column> - <property name="text"> - <string>New Column</string> - </property> - </column> - <item row="0" column="0"> - <property name="text"> - <string>mljkh mh mjl</string> - </property> - </item> - <item row="0" column="1"> - <property name="text"> - <string>h jlh mjklh </string> - </property> - </item> - <item row="0" column="2"> - <property name="text"> - <string>mjklh mlhj mjlh m</string> - </property> - </item> - <item row="1" column="3"> - <property name="text"> - <string>mlhj lmhj </string> - </property> - </item> - <item row="2" column="0"> - <property name="text"> - <string>mlkj l</string> - </property> - </item> - <item row="2" column="1"> - <property name="text"> - <string>mlkj </string> - </property> - </item> - <item row="2" column="2"> - <property name="text"> - <string>mlkj lmkj </string> - </property> - </item> - <item row="2" column="3"> - <property name="text"> - <string>mlkhj mlh</string> - </property> - </item> - <item row="3" column="1"> - <property name="text"> - <string>mlkj lmkj </string> - </property> - </item> - <item row="4" column="0"> - <property name="text"> - <string>mlkj lmkj </string> - </property> - </item> - </widget> - </item> - </layout> - </widget> - <resources/> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/css_qprogressbar.ui b/tests/manual/uiloader/baseline/css_qprogressbar.ui deleted file mode 100644 index 6b3e2f0e9..000000000 --- a/tests/manual/uiloader/baseline/css_qprogressbar.ui +++ /dev/null @@ -1,125 +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>326</width> - <height>170</height> - </rect> - </property> - <property name="windowTitle"> - <string>Form</string> - </property> - <layout class="QVBoxLayout" name="verticalLayout"> - <item> - <widget class="QProgressBar" name="progressBar"> - <property name="styleSheet"> - <string notr="true"> QProgressBar { - border: 2px solid grey; - border-radius: 5px; - } - - QProgressBar::chunk { - background-color: #05B8CC; - width: 20px; - } - - QProgressBar { - border: 2px solid grey; - border-radius: 5px; - text-align: center; - }</string> - </property> - <property name="value"> - <number>24</number> - </property> - </widget> - </item> - <item> - <widget class="QProgressBar" name="progressBar_2"> - <property name="styleSheet"> - <string notr="true"> QProgressBar::chunk { - background-color: #CD96CD; - width: 10px; - margin: 0.5px; - } - - QProgressBar { - border: 2px solid grey; - border-radius: 5px; - text-align: center; - }</string> - </property> - <property name="value"> - <number>24</number> - </property> - </widget> - </item> - <item> - <widget class="QProgressBar" name="progressBar_3"> - <property name="styleSheet"> - <string notr="true">QProgressBar:horizontal {border: 1px solid gray; border-radius: 3px; background: white; padding: 1px; } - QProgressBar::chunk:horizontal { background: qlineargradient(x1: 0, y1: 0.5, x2: 1, y2: 0.5, stop: 0 green, stop: 1 lightgrey);}</string> - </property> - <property name="minimum"> - <number>25</number> - </property> - <property name="maximum"> - <number>100</number> - </property> - <property name="value"> - <number>75</number> - </property> - </widget> - </item> - <item> - <widget class="QProgressBar" name="progressBar_4"> - <property name="styleSheet"> - <string notr="true"> - - QProgressBar::chunk { -background: -qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:0, -stop:0 rgba(0, 0, 0,0), stop:0.5 rgba(235, 148, 61, 255), stop:1 rgba(0, 0, 0, 0)) ; - - width: 100px; - - } - - QProgressBar { - border: 2px dashed grey; - border-radius: 5px; - }</string> - </property> - <property name="minimum"> - <number>0</number> - </property> - <property name="maximum"> - <number>0</number> - </property> - <property name="value"> - <number>-1</number> - </property> - </widget> - </item> - <item> - <spacer name="verticalSpacer"> - <property name="orientation"> - <enum>Qt::Vertical</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>20</width> - <height>41</height> - </size> - </property> - </spacer> - </item> - </layout> - </widget> - <resources/> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/css_qtabwidget.ui b/tests/manual/uiloader/baseline/css_qtabwidget.ui deleted file mode 100644 index 7c2d24f3a..000000000 --- a/tests/manual/uiloader/baseline/css_qtabwidget.ui +++ /dev/null @@ -1,224 +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"/> - </property> - <layout class="QVBoxLayout" name="verticalLayout"> - <item> - <widget class="QTabWidget" name="tabWidget"> - <property name="styleSheet"> - <string notr="true"> QTabWidget::pane { / * The tab widget frame * / - border-top: 2px solid #C2C7CB; - } - - QTabWidget::tab-bar { - left: 5px; / * move to the right by 5px * / - } - - / * Style the tab using the tab sub-control. Note that - it reads QTabBar _not_ QTabWidget * / - QTabBar::tab { - background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, - stop: 0 #E1E1E1, stop: 0.4 #DDDDDD, - stop: 0.5 #D8D8D8, stop: 1.0 #D3D3D3); - border: 2px solid #C4C4C3; - border-bottom-color: #C2C7CB; / * same as the pane color * / - border-top-left-radius: 4px; - border-top-right-radius: 4px; - min-width: 8ex; - padding: 2px; - } - - QTabBar::tab:selected, QTabBar::tab:hover { - background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, - stop: 0 #fafafa, stop: 0.4 #f4f4f4, - stop: 0.5 #e7e7e7, stop: 1.0 #fafafa); - } - - QTabBar::tab:selected { - border-color: #9B9B9B; - border-bottom-color: #C2C7CB; / * same as pane color * / - } - - QTabBar::tab:!selected { - margin-top: 2px; / * make non-selected tabs look smaller * / - } - - -</string> - </property> - <property name="currentIndex"> - <number>1</number> - </property> - <widget class="QWidget" name="tab"> - <attribute name="title"> - <string>Tab 1</string> - </attribute> - </widget> - <widget class="QWidget" name="tab_3"> - <attribute name="title"> - <string>Tab 2</string> - </attribute> - </widget> - <widget class="QWidget" name="tab_2"> - <attribute name="title"> - <string/> - </attribute> - </widget> - </widget> - </item> - <item> - <widget class="QTabWidget" name="tabWidget_2"> - <property name="styleSheet"> - <string notr="true">QTabWidget::pane { / * The tab widget frame * / - border-top: 2px solid #C2C7CB; - } - - QTabWidget::tab-bar { - left: 5px; / * move to the right by 5px * / - } - - / * Style the tab using the tab sub-control. Note that - it reads QTabBar _not_ QTabWidget * / - QTabBar::tab { - background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, - stop: 0 #E1E1E1, stop: 0.4 #DDDDDD, - stop: 0.5 #D8D8D8, stop: 1.0 #D3D3D3); - border: 2px solid #C4C4C3; - border-bottom-color: #C2C7CB; / * same as the pane color * / - border-top-left-radius: 4px; - border-top-right-radius: 4px; - min-width: 8ex; - padding: 2px; - } - - QTabBar::tab:selected, QTabBar::tab:hover { - background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, - stop: 0 #fafafa, stop: 0.4 #f4f4f4, - stop: 0.5 #e7e7e7, stop: 1.0 #fafafa); - } - - QTabBar::tab:selected { - border-color: #9B9B9B; - border-bottom-color: #C2C7CB; / * same as pane color * / - } - - QTabBar::tab:!selected { - margin-top: 2px; / * make non-selected tabs look smaller * / - } - - / * make use of negative margins for overlapping tabs * / - QTabBar::tab:selected { - / * expand/overlap to the left and right by 4px * / - margin-left: -4px; - margin-right: -4px; - } - - QTabBar::tab:first:selected { - margin-left: 0; / * the first selected tab has nothing to overlap with on the left * / - } - - QTabBar::tab:last:selected { - margin-right: 0; / * the last selected tab has nothing to overlap with on the right * / - } - - QTabBar::tab:only-one { - margin: 0; / * if there is only one tab, we don't want overlapping margins * / - }</string> - </property> - <property name="currentIndex"> - <number>1</number> - </property> - <widget class="QWidget" name="tab_4"> - <attribute name="title"> - <string>Tab 1</string> - </attribute> - </widget> - <widget class="QWidget" name="tab_7"> - <attribute name="title"> - <string>Tab 2</string> - </attribute> - </widget> - <widget class="QWidget" name="tab_5"> - <attribute name="title"> - <string/> - </attribute> - </widget> - </widget> - </item> - <item> - <widget class="QTabWidget" name="tabWidget_3"> - <property name="styleSheet"> - <string notr="true"> QTabWidget::pane { / * The tab widget frame * / - border-top: 2px solid #C2C7CB; - position: absolute; - top: -0.5em; - } - - QTabWidget::tab-bar { - alignment: center; - } - - / * Style the tab using the tab sub-control. Note that - it reads QTabBar _not_ QTabWidget * / - QTabBar::tab { - background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, - stop: 0 #E1E1E1, stop: 0.4 #DDDDDD, - stop: 0.5 #D8D8D8, stop: 1.0 #D3D3D3); - border: 2px solid #C4C4C3; - border-bottom-color: #C2C7CB; / * same as the pane color * / - border-top-left-radius: 4px; - border-top-right-radius: 4px; - min-width: 8ex; - padding: 2px; - } - - QTabBar::tab:selected, QTabBar::tab:hover { - background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, - stop: 0 #fafafa, stop: 0.4 #f4f4f4, - stop: 0.5 #e7e7e7, stop: 1.0 #fafafa); - } - - QTabBar::tab:selected { - border-color: #9B9B9B; - border-bottom-color: #C2C7CB; / * same as pane color * / - }</string> - </property> - <property name="currentIndex"> - <number>1</number> - </property> - <widget class="QWidget" name="tab_6"> - <attribute name="title"> - <string>Tab 1</string> - </attribute> - </widget> - <widget class="QWidget" name="tab_9"> - <attribute name="title"> - <string>Tab 2</string> - </attribute> - </widget> - <widget class="QWidget" name="tab_8"> - <attribute name="title"> - <string/> - </attribute> - </widget> - </widget> - </item> - </layout> - </widget> - <resources/> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/css_qtbug6855.ui b/tests/manual/uiloader/baseline/css_qtbug6855.ui deleted file mode 100644 index 0727f6ba9..000000000 --- a/tests/manual/uiloader/baseline/css_qtbug6855.ui +++ /dev/null @@ -1,57 +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>212</width> - <height>108</height> - </rect> - </property> - <property name="windowTitle"> - <string>Form</string> - </property> - <property name="styleSheet"> - <string notr="true">QPushButton { padding: 20px; }</string> - </property> - <layout class="QGridLayout" name="gridLayout"> - <item row="0" column="0"> - <widget class="QPushButton" name="pushButton"> - <property name="text"> - <string>Text not cropped</string> - </property> - </widget> - </item> - <item row="0" column="1"> - <spacer name="horizontalSpacer"> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>258</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item row="1" column="0"> - <spacer name="verticalSpacer"> - <property name="orientation"> - <enum>Qt::Vertical</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>20</width> - <height>218</height> - </size> - </property> - </spacer> - </item> - </layout> - </widget> - <resources/> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/css_qtbug7737_borderimageradius.ui b/tests/manual/uiloader/baseline/css_qtbug7737_borderimageradius.ui deleted file mode 100644 index 089cb76a1..000000000 --- a/tests/manual/uiloader/baseline/css_qtbug7737_borderimageradius.ui +++ /dev/null @@ -1,44 +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>207</width> - <height>69</height> - </rect> - </property> - <property name="windowTitle"> - <string>Form</string> - </property> - <property name="styleSheet"> - <string notr="true">QPushButton { border-image: url("images/pushbutton.png") 5 5 5 5; border-radius:8px; }</string> - </property> - <layout class="QVBoxLayout" name="verticalLayout"> - <item> - <widget class="QPushButton" name="pushButton"> - <property name="text"> - <string>Border image and radius</string> - </property> - </widget> - </item> - <item> - <spacer name="verticalSpacer"> - <property name="orientation"> - <enum>Qt::Vertical</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>20</width> - <height>40</height> - </size> - </property> - </spacer> - </item> - </layout> - </widget> - <resources/> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/css_scroll.ui b/tests/manual/uiloader/baseline/css_scroll.ui deleted file mode 100644 index 6ac688604..000000000 --- a/tests/manual/uiloader/baseline/css_scroll.ui +++ /dev/null @@ -1,601 +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>393</width> - <height>347</height> - </rect> - </property> - <property name="windowTitle"> - <string>Form</string> - </property> - <property name="styleSheet"> - <string notr="true">QScrollArea { background:red; - border: 5px dashed blue; } -QScrollArea .QWidget { background:transparent; - border: 5px dotted green;} -QScrollArea::corner { background:yellow; } - - - QScrollBar:horizontal { - border: 2px solid green; - background: cyan; - height: 15px; - margin: 0px 40px 0 0px; - } - - QScrollBar::handle:horizontal { - background: gray; - min-width: 20px; - } - - QScrollBar::add-line:horizontal { - background: blue; - width: 16px; - subcontrol-position: right; - subcontrol-origin: margin; - border: 2px solid black; - } - - QScrollBar::sub-line:horizontal { - background: magenta; - width: 16px; - subcontrol-position: top right; - subcontrol-origin: margin; - border: 2px solid black; - position: absolute; - right: 20px; - } - - QScrollBar:left-arrow:horizontal, QScrollBar::right-arrow:horizontal { - width: 3px; - height: 3px; - background: pink; - } - - QScrollBar::add-page:horizontal, QScrollBar::sub-page:horizontal { - background: none; - } - - - - QScrollBar:vertical { - border: 2px solid grey; - background: #32CC99; - width: 15px; - margin: 20px 0px 20px 0px; - } - QScrollBar::handle:vertical { - background: white; - min-height: 20px; - } - QScrollBar::add-line:vertical { - border: 2px solid grey; - background: #32CC99; - height: 20px; - subcontrol-position: bottom; - subcontrol-origin: margin; - } - - QScrollBar::sub-line:vertical { - border: 2px solid grey; - background: #32CC99; - height: 20px; - subcontrol-position: top; - subcontrol-origin: margin; - } - - QScrollBar:left-arrow:vertical, QScrollBar::right-arrow:vertical { - border: 2px solid grey; - width: 3px; - height: 3px; - background: white; - } - - QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical { - background: none; - } - - - -</string> - </property> - <layout class="QVBoxLayout" name="verticalLayout_8"> - <item> - <widget class="QScrollArea" name="scrollArea"> - <property name="widgetResizable"> - <bool>true</bool> - </property> - <widget class="QWidget" name="scrollAreaWidgetContents"> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>520</width> - <height>532</height> - </rect> - </property> - <layout class="QGridLayout" name="gridLayout_3"> - <item row="0" column="0"> - <widget class="QGroupBox" name="groupBox_4"> - <property name="title"> - <string>GroupBox</string> - </property> - <layout class="QGridLayout" name="gridLayout_4"> - <item row="0" column="0"> - <widget class="QRadioButton" name="radioButton_56"> - <property name="text"> - <string>RadioButton</string> - </property> - </widget> - </item> - <item row="0" column="1"> - <widget class="QRadioButton" name="radioButton_83"> - <property name="text"> - <string>RadioButton</string> - </property> - </widget> - </item> - <item row="1" column="0"> - <widget class="QRadioButton" name="radioButton_82"> - <property name="text"> - <string>RadioButton</string> - </property> - </widget> - </item> - <item row="1" column="1"> - <widget class="QRadioButton" name="radioButton_84"> - <property name="text"> - <string>RadioButton</string> - </property> - </widget> - </item> - <item row="2" column="0"> - <widget class="QRadioButton" name="radioButton_57"> - <property name="text"> - <string>RadioButton</string> - </property> - </widget> - </item> - <item row="2" column="1"> - <widget class="QRadioButton" name="radioButton_62"> - <property name="text"> - <string>RadioButton</string> - </property> - </widget> - </item> - <item row="3" column="0"> - <widget class="QRadioButton" name="radioButton_59"> - <property name="text"> - <string>RadioButton</string> - </property> - </widget> - </item> - <item row="3" column="1"> - <widget class="QRadioButton" name="radioButton_55"> - <property name="text"> - <string>RadioButton</string> - </property> - </widget> - </item> - <item row="4" column="0"> - <widget class="QRadioButton" name="radioButton_60"> - <property name="text"> - <string>RadioButton</string> - </property> - </widget> - </item> - <item row="4" column="1"> - <widget class="QRadioButton" name="radioButton_61"> - <property name="text"> - <string>RadioButton</string> - </property> - </widget> - </item> - <item row="5" column="0"> - <widget class="QRadioButton" name="radioButton_58"> - <property name="text"> - <string>RadioButton</string> - </property> - </widget> - </item> - <item row="5" column="1"> - <widget class="QRadioButton" name="radioButton_63"> - <property name="text"> - <string>RadioButton</string> - </property> - </widget> - </item> - <item row="6" column="0"> - <spacer name="verticalSpacer"> - <property name="orientation"> - <enum>Qt::Vertical</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>20</width> - <height>81</height> - </size> - </property> - </spacer> - </item> - </layout> - </widget> - </item> - <item row="0" column="1"> - <widget class="QGroupBox" name="groupBox_5"> - <property name="title"> - <string>GroupBox</string> - </property> - <layout class="QVBoxLayout" name="verticalLayout_7"> - <item> - <widget class="QRadioButton" name="radioButton_64"> - <property name="text"> - <string>RadioButton</string> - </property> - </widget> - </item> - <item> - <widget class="QRadioButton" name="radioButton_65"> - <property name="text"> - <string>RadioButton</string> - </property> - </widget> - </item> - <item> - <widget class="QRadioButton" name="radioButton_66"> - <property name="text"> - <string>RadioButton</string> - </property> - </widget> - </item> - <item> - <widget class="QRadioButton" name="radioButton_67"> - <property name="text"> - <string>RadioButton</string> - </property> - </widget> - </item> - <item> - <widget class="QRadioButton" name="radioButton_68"> - <property name="text"> - <string>RadioButton</string> - </property> - </widget> - </item> - <item> - <widget class="QRadioButton" name="radioButton_69"> - <property name="text"> - <string>RadioButton</string> - </property> - </widget> - </item> - <item> - <widget class="QRadioButton" name="radioButton_70"> - <property name="text"> - <string>RadioButton</string> - </property> - </widget> - </item> - <item> - <widget class="QRadioButton" name="radioButton_71"> - <property name="text"> - <string>RadioButton</string> - </property> - </widget> - </item> - <item> - <widget class="QRadioButton" name="radioButton_72"> - <property name="text"> - <string>RadioButton</string> - </property> - </widget> - </item> - </layout> - </widget> - </item> - <item row="0" column="2"> - <widget class="QGroupBox" name="groupBox_6"> - <property name="title"> - <string>GroupBox</string> - </property> - <layout class="QVBoxLayout" name="verticalLayout_3"> - <item> - <widget class="QRadioButton" name="radioButton_73"> - <property name="text"> - <string>RadioButton</string> - </property> - </widget> - </item> - <item> - <widget class="QRadioButton" name="radioButton_74"> - <property name="text"> - <string>RadioButton</string> - </property> - </widget> - </item> - <item> - <widget class="QRadioButton" name="radioButton_75"> - <property name="text"> - <string>RadioButton</string> - </property> - </widget> - </item> - <item> - <widget class="QRadioButton" name="radioButton_76"> - <property name="text"> - <string>RadioButton</string> - </property> - </widget> - </item> - <item> - <widget class="QRadioButton" name="radioButton_77"> - <property name="text"> - <string>RadioButton</string> - </property> - </widget> - </item> - <item> - <widget class="QRadioButton" name="radioButton_78"> - <property name="text"> - <string>RadioButton</string> - </property> - </widget> - </item> - <item> - <widget class="QRadioButton" name="radioButton_79"> - <property name="text"> - <string>RadioButton</string> - </property> - </widget> - </item> - <item> - <widget class="QRadioButton" name="radioButton_80"> - <property name="text"> - <string>RadioButton</string> - </property> - </widget> - </item> - <item> - <widget class="QRadioButton" name="radioButton_81"> - <property name="text"> - <string>RadioButton</string> - </property> - </widget> - </item> - </layout> - </widget> - </item> - <item row="1" column="0" colspan="3"> - <layout class="QGridLayout" name="gridLayout_2"> - <item row="0" column="0"> - <widget class="QGroupBox" name="groupBox"> - <property name="title"> - <string>GroupBox</string> - </property> - <layout class="QVBoxLayout" name="verticalLayout_2"> - <item> - <widget class="QRadioButton" name="radioButton_9"> - <property name="text"> - <string>RadioButton</string> - </property> - </widget> - </item> - <item> - <widget class="QRadioButton" name="radioButton_6"> - <property name="text"> - <string>RadioButton</string> - </property> - </widget> - </item> - <item> - <widget class="QRadioButton" name="radioButton"> - <property name="text"> - <string>RadioButton</string> - </property> - </widget> - </item> - <item> - <widget class="QRadioButton" name="radioButton_7"> - <property name="text"> - <string>RadioButton</string> - </property> - </widget> - </item> - <item> - <widget class="QRadioButton" name="radioButton_3"> - <property name="text"> - <string>RadioButton</string> - </property> - </widget> - </item> - <item> - <widget class="QRadioButton" name="radioButton_5"> - <property name="text"> - <string>RadioButton</string> - </property> - </widget> - </item> - <item> - <widget class="QRadioButton" name="radioButton_4"> - <property name="text"> - <string>RadioButton</string> - </property> - </widget> - </item> - <item> - <widget class="QRadioButton" name="radioButton_8"> - <property name="text"> - <string>RadioButton</string> - </property> - </widget> - </item> - <item> - <widget class="QRadioButton" name="radioButton_2"> - <property name="text"> - <string>RadioButton</string> - </property> - </widget> - </item> - </layout> - </widget> - </item> - <item row="0" column="1"> - <widget class="QGroupBox" name="groupBox_2"> - <property name="title"> - <string>GroupBox</string> - </property> - <layout class="QVBoxLayout" name="verticalLayout"> - <item> - <widget class="QRadioButton" name="radioButton_10"> - <property name="text"> - <string>RadioButton</string> - </property> - </widget> - </item> - <item> - <widget class="QRadioButton" name="radioButton_11"> - <property name="text"> - <string>RadioButton</string> - </property> - </widget> - </item> - <item> - <widget class="QRadioButton" name="radioButton_12"> - <property name="text"> - <string>RadioButton</string> - </property> - </widget> - </item> - <item> - <widget class="QRadioButton" name="radioButton_13"> - <property name="text"> - <string>RadioButton</string> - </property> - </widget> - </item> - <item> - <widget class="QRadioButton" name="radioButton_14"> - <property name="text"> - <string>RadioButton</string> - </property> - </widget> - </item> - <item> - <widget class="QRadioButton" name="radioButton_15"> - <property name="text"> - <string>RadioButton</string> - </property> - </widget> - </item> - <item> - <widget class="QRadioButton" name="radioButton_16"> - <property name="text"> - <string>RadioButton</string> - </property> - </widget> - </item> - <item> - <widget class="QRadioButton" name="radioButton_17"> - <property name="text"> - <string>RadioButton</string> - </property> - </widget> - </item> - <item> - <widget class="QRadioButton" name="radioButton_18"> - <property name="text"> - <string>RadioButton</string> - </property> - </widget> - </item> - </layout> - </widget> - </item> - <item row="0" column="2"> - <widget class="QGroupBox" name="groupBox_3"> - <property name="title"> - <string>GroupBox</string> - </property> - <layout class="QGridLayout" name="gridLayout"> - <item row="0" column="0"> - <widget class="QRadioButton" name="radioButton_19"> - <property name="text"> - <string>RadioButton</string> - </property> - </widget> - </item> - <item row="1" column="0"> - <widget class="QRadioButton" name="radioButton_20"> - <property name="text"> - <string>RadioButton</string> - </property> - </widget> - </item> - <item row="2" column="0"> - <widget class="QRadioButton" name="radioButton_21"> - <property name="text"> - <string>RadioButton</string> - </property> - </widget> - </item> - <item row="3" column="0"> - <widget class="QRadioButton" name="radioButton_22"> - <property name="text"> - <string>RadioButton</string> - </property> - </widget> - </item> - <item row="4" column="0"> - <widget class="QRadioButton" name="radioButton_23"> - <property name="text"> - <string>RadioButton</string> - </property> - </widget> - </item> - <item row="5" column="0"> - <widget class="QRadioButton" name="radioButton_24"> - <property name="text"> - <string>RadioButton</string> - </property> - </widget> - </item> - <item row="6" column="0"> - <widget class="QRadioButton" name="radioButton_25"> - <property name="text"> - <string>RadioButton</string> - </property> - </widget> - </item> - <item row="7" column="0"> - <widget class="QRadioButton" name="radioButton_26"> - <property name="text"> - <string>RadioButton</string> - </property> - </widget> - </item> - <item row="8" column="0"> - <widget class="QRadioButton" name="radioButton_27"> - <property name="text"> - <string>RadioButton</string> - </property> - </widget> - </item> - </layout> - </widget> - </item> - </layout> - </item> - </layout> - </widget> - </widget> - </item> - </layout> - </widget> - <resources/> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/css_scrollarea_base.ui b/tests/manual/uiloader/baseline/css_scrollarea_base.ui deleted file mode 100644 index 495401f40..000000000 --- a/tests/manual/uiloader/baseline/css_scrollarea_base.ui +++ /dev/null @@ -1,197 +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>407</width> - <height>339</height> - </rect> - </property> - <property name="windowTitle"> - <string>Form</string> - </property> - <property name="styleSheet"> - <string notr="true">QAbstractScrollArea { border: 2px dashed #e12; } -QHeaderView { border-color: blue; } - -</string> - </property> - <layout class="QVBoxLayout" name="verticalLayout"> - <item> - <widget class="QPlainTextEdit" name="plainTextEdit"> - <property name="plainText"> - <string>Note that the task 257517 requires to scroll down, and check that the backgroud is still filled with the base color (white by default) - -x -x - -x -x - -x -x - -x -x - -</string> - </property> - </widget> - </item> - <item> - <widget class="QTableWidget" name="tableWidget"> - <row> - <property name="text"> - <string>New Row</string> - </property> - </row> - <row> - <property name="text"> - <string>New Row</string> - </property> - </row> - <row> - <property name="text"> - <string>New Row</string> - </property> - </row> - <row> - <property name="text"> - <string>New Row</string> - </property> - </row> - <row> - <property name="text"> - <string>New Row</string> - </property> - </row> - <row> - <property name="text"> - <string>New Row</string> - </property> - </row> - <row> - <property name="text"> - <string>New Row</string> - </property> - </row> - <row> - <property name="text"> - <string>New Row</string> - </property> - </row> - <row> - <property name="text"> - <string>New Row</string> - </property> - </row> - <row> - <property name="text"> - <string>New Row</string> - </property> - </row> - <row> - <property name="text"> - <string>New Row</string> - </property> - </row> - <row> - <property name="text"> - <string>New Row</string> - </property> - </row> - <row> - <property name="text"> - <string>New Row</string> - </property> - </row> - <row> - <property name="text"> - <string>New Row</string> - </property> - </row> - <column> - <property name="text"> - <string>New Column</string> - </property> - </column> - <column> - <property name="text"> - <string>New Column</string> - </property> - </column> - <column> - <property name="text"> - <string>New Column</string> - </property> - </column> - <column> - <property name="text"> - <string>New Column</string> - </property> - </column> - <column> - <property name="text"> - <string>New Column</string> - </property> - </column> - <column> - <property name="text"> - <string>New Column</string> - </property> - </column> - <column> - <property name="text"> - <string>New Column</string> - </property> - </column> - <column> - <property name="text"> - <string>New Column</string> - </property> - </column> - <column> - <property name="text"> - <string>New Column</string> - </property> - </column> - <column> - <property name="text"> - <string>New Column</string> - </property> - </column> - </widget> - </item> - <item> - <widget class="QTextEdit" name="textEdit"> - <property name="html"> - <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">x</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">x</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">x</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">x</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">x</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">x</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">x</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">x</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">x</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">x</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p></body></html></string> - </property> - </widget> - </item> - </layout> - </widget> - <resources/> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/css_splitter.ui b/tests/manual/uiloader/baseline/css_splitter.ui deleted file mode 100644 index 99dbc180a..000000000 --- a/tests/manual/uiloader/baseline/css_splitter.ui +++ /dev/null @@ -1,63 +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>424</width> - <height>364</height> - </rect> - </property> - <property name="windowTitle"> - <string>Form</string> - </property> - <property name="styleSheet"> - <string notr="true"> QSplitter::handle:vertical { - image: url(images/splitter_horizontal.png); - } - - QSplitter::handle:horizontal { - image: url(images/splitter_vertical.png); - } - -#big_splitter::handle { background-color: blue; border: 3px dashed green; height:50px; } - - - QSplitter::handle:hover { - background-color: qlineargradient(spread:repeat, x1:0, y1:0, x2:1, y2:0, stop:0 rgba(255, 0, 0, 255), stop:0.17 rgba(255, 0, 0, 255), stop:0.18 rgba(255, 255, 255, 255), stop:0.210212 rgba(255, 255, 255, 255), stop:0.220212 rgba(0, 16, 255, 255), stop:0.279897 rgba(0, 16, 255, 255), stop:0.289897 rgba(255, 255, 255, 255), stop:0.32 rgba(255, 255, 255, 255), stop:0.33 rgba(255, 0, 0, 255), stop:1 rgba(255, 0, 0, 255)) - } - - QSplitter::handle:pressed { - background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:0, stop:0 rgba(9, 41, 4, 255), stop:0.085 rgba(2, 79, 0, 255), stop:0.19 rgba(50, 147, 22, 255), stop:0.275 rgba(236, 191, 49, 255), stop:0.39 rgba(243, 61, 34, 255), stop:0.555 rgba(135, 81, 60, 255), stop:0.667 rgba(121, 75, 255, 255), stop:0.825 rgba(164, 255, 244, 255), stop:0.885 rgba(104, 222, 71, 255), stop:1 rgba(93, 128, 0, 255)); - }</string> - </property> - <layout class="QGridLayout" name="gridLayout"> - <item row="0" column="0"> - <widget class="QSplitter" name="splitter_3"> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - <widget class="QSplitter" name="big_splitter"> - <property name="orientation"> - <enum>Qt::Vertical</enum> - </property> - <widget class="QTextEdit" name="textEdit"/> - <widget class="QTextEdit" name="textEdit_5"/> - <widget class="QTextEdit" name="textEdit_4"/> - </widget> - <widget class="QSplitter" name="splitter"> - <property name="orientation"> - <enum>Qt::Vertical</enum> - </property> - <widget class="QTextEdit" name="textEdit_2"/> - <widget class="QTextEdit" name="textEdit_3"/> - </widget> - </widget> - </item> - </layout> - </widget> - <resources/> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/css_tab_border.ui b/tests/manual/uiloader/baseline/css_tab_border.ui deleted file mode 100644 index cefb9d8fd..000000000 --- a/tests/manual/uiloader/baseline/css_tab_border.ui +++ /dev/null @@ -1,104 +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>379</width> - <height>277</height> - </rect> - </property> - <property name="windowTitle"> - <string>Form</string> - </property> - <property name="styleSheet"> - <string notr="true">#tabWidget QTabBar::tab { - background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, - stop: 0 #E1E1E1, stop: 0.4 #DDDDDD, - stop: 0.5 #D8D8D8, stop: 1.0 #D3D3D3); - border: 2px solid #C4C4C3; - border-bottom-color: #C2C7CB; /* same as the pane color */ - border-top-left-radius: 4px; - border-top-right-radius: 4px; - padding: 2px; - } - -#tabWidget_2 QTabBar::tab { - border: 3px solid red; - } - -#tabWidget_3 QTabBar::tab { - margin: 5px; - } - - -</string> - </property> - <layout class="QVBoxLayout" name="verticalLayout"> - <item> - <widget class="QTabWidget" name="tabWidget"> - <property name="currentIndex"> - <number>1</number> - </property> - <property name="tabsClosable"> - <bool>true</bool> - </property> - <widget class="QWidget" name="tab"> - <attribute name="title"> - <string>Tab 1</string> - </attribute> - </widget> - <widget class="QWidget" name="tab_2"> - <attribute name="title"> - <string>Tab 2</string> - </attribute> - </widget> - </widget> - </item> - <item> - <widget class="QTabWidget" name="tabWidget_2"> - <property name="currentIndex"> - <number>1</number> - </property> - <property name="tabsClosable"> - <bool>false</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> - <item> - <widget class="QTabWidget" name="tabWidget_3"> - <property name="currentIndex"> - <number>1</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> - </layout> - </widget> - <resources/> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/css_tab_closebutton.ui b/tests/manual/uiloader/baseline/css_tab_closebutton.ui deleted file mode 100644 index 82bd2b550..000000000 --- a/tests/manual/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> diff --git a/tests/manual/uiloader/baseline/css_tab_task213374.ui b/tests/manual/uiloader/baseline/css_tab_task213374.ui deleted file mode 100644 index f3567aede..000000000 --- a/tests/manual/uiloader/baseline/css_tab_task213374.ui +++ /dev/null @@ -1,306 +0,0 @@ -<ui version="4.0" > - <class>Dialog</class> - <widget class="QDialog" name="Dialog" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>400</width> - <height>646</height> - </rect> - </property> - <property name="windowTitle" > - <string>Dialog</string> - </property> - <layout class="QVBoxLayout" > - <item> - <widget class="QTabWidget" name="tabWidget_2" > - <property name="styleSheet" > - <string> -QTabBar::tab:bottom { - - min-width: 15px; - padding: 3px 15px 3px 10px; - border: 1px solid #7f7f7f; - - background: qlineargradient(x1: 0, y1: 1, x2: 0,y2: 0, - stop: .3 #FFFFFF, stop: 1 #909090); - border-bottom-right-radius: 35px 21px; - -} -QTabBar::tab:left { - padding: 10px 3px 15px 3px; - border: 1px solid #7f7f7f; - border-left-width: 0px; - background: qlineargradient(x1: 1, y1: 0, x2: 0,y2: 0, - stop: .3 #FFFFFF, stop: 1 #909090); - border-bottom-right-radius: 21px 35px; - margin-right: 2px; -} -QTabBar:right {subcontrol-origin: padding;} -QTabBar::tab:right { - padding: 10px 3px 15px 5px; - border: 1px solid #7f7f7f; - background: qlineargradient(x1: 0, y1: 0, x2: 1,y2: 0, - stop: .3 #FFFFFF, stop: 1 #909090); - border-bottom-left-radius: 21px 35px; - margin-left: 2px; -} -QTabBar::tab:bottom:!last { margin-right: -10px;} -QTabBar::tab:left:!last { margin-bottom: -10px;} -QTabBar::tab:right:!last { margin-bottom: -10px;} - -QTabBar::tab:bottom:selected { - background: qlineargradient(x1: 0, y1: 1, x2: 0,y2: 0, - stop: .3 #CFCFCF, stop: 1 #FFFFFF); -} -QTabBar::tab:left:selected { - background: qlineargradient(x1: 1, y1: 0, x2: 0,y2: 0, - stop: .3 #DFDFDF, stop: 1 #F0F0F0); -} -QTabBar::tab:right:selected { - background: qlineargradient(x1: 0, y1: 0, x2: 1,y2: 0, - stop: .3 #DFDFDF, stop: 1 #F0F0F0); -} - - -</string> - </property> - <property name="tabPosition" > - <enum>QTabWidget::South</enum> - </property> - <property name="currentIndex" > - <number>3</number> - </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>Page</string> - </attribute> - </widget> - <widget class="QWidget" name="tab_7" > - <attribute name="title" > - <string>Page</string> - </attribute> - </widget> - <widget class="QWidget" name="tab_8" > - <attribute name="title" > - <string>Tab 2</string> - </attribute> - </widget> - </widget> - </item> - <item> - <widget class="QTabWidget" name="tabWidget_3" > - <property name="styleSheet" > - <string> -QTabBar::tab:bottom { - - min-width: 15px; - padding: 3px 15px 3px 10px; - border: 1px solid #7f7f7f; - - background: qlineargradient(x1: 0, y1: 1, x2: 0,y2: 0, - stop: .3 #FFFFFF, stop: 1 #909090); - border-bottom-right-radius: 35px 21px; - -} -QTabBar::tab:left { - padding: 10px 3px 15px 3px; - border: 1px solid #7f7f7f; - border-left-width: 0px; - background: qlineargradient(x1: 1, y1: 0, x2: 0,y2: 0, - stop: .3 #FFFFFF, stop: 1 #909090); - border-bottom-right-radius: 21px 35px; - margin-right: 2px; -} -QTabBar:right {subcontrol-origin: padding;} -QTabBar::tab:right { - padding: 10px 3px 15px 5px; - border: 1px solid #7f7f7f; - background: qlineargradient(x1: 0, y1: 0, x2: 1,y2: 0, - stop: .3 #FFFFFF, stop: 1 #909090); - border-bottom-left-radius: 21px 35px; - margin-left: 2px; -} -QTabBar::tab:bottom:!last { margin-right: -10px;} -QTabBar::tab:left:!last { margin-bottom: -10px;} -QTabBar::tab:right:!last { margin-bottom: -10px;} - -QTabBar::tab:bottom:selected { - background: qlineargradient(x1: 0, y1: 1, x2: 0,y2: 0, - stop: .3 #CFCFCF, stop: 1 #FFFFFF); -} -QTabBar::tab:left:selected { - background: qlineargradient(x1: 1, y1: 0, x2: 0,y2: 0, - stop: .3 #DFDFDF, stop: 1 #F0F0F0); -} -QTabBar::tab:right:selected { - background: qlineargradient(x1: 0, y1: 0, x2: 1,y2: 0, - stop: .3 #DFDFDF, stop: 1 #F0F0F0); -} - - -</string> - </property> - <property name="tabPosition" > - <enum>QTabWidget::East</enum> - </property> - <property name="currentIndex" > - <number>3</number> - </property> - <widget class="QWidget" name="tab_9" > - <attribute name="title" > - <string>Tab 1</string> - </attribute> - </widget> - <widget class="QWidget" name="tab_10" > - <attribute name="title" > - <string>Page</string> - </attribute> - </widget> - <widget class="QWidget" name="tab_11" > - <attribute name="title" > - <string>Page</string> - </attribute> - </widget> - <widget class="QWidget" name="tab_12" > - <attribute name="title" > - <string>Tab 2</string> - </attribute> - </widget> - </widget> - </item> - <item> - <widget class="QTabWidget" name="tabWidget" > - <property name="styleSheet" > - <string> -QTabBar::tab:bottom { - - min-width: 15px; - padding: 3px 15px 3px 10px; - border: 1px solid #7f7f7f; - - background: qlineargradient(x1: 0, y1: 1, x2: 0,y2: 0, - stop: .3 #FFFFFF, stop: 1 #909090); - border-bottom-right-radius: 35px 21px; - -} -QTabBar::tab:left { - padding: 10px 3px 15px 3px; - border: 1px solid #7f7f7f; - border-left-width: 0px; - background: qlineargradient(x1: 1, y1: 0, x2: 0,y2: 0, - stop: .3 #FFFFFF, stop: 1 #909090); - border-bottom-right-radius: 21px 35px; - margin-right: 2px; -} -QTabBar:right {subcontrol-origin: padding;} -QTabBar::tab:right { - padding: 10px 3px 15px 5px; - border: 1px solid #7f7f7f; - background: qlineargradient(x1: 0, y1: 0, x2: 1,y2: 0, - stop: .3 #FFFFFF, stop: 1 #909090); - border-bottom-left-radius: 21px 35px; - margin-left: 2px; -} -QTabBar::tab:bottom:!last { margin-right: -10px;} -QTabBar::tab:left:!last { margin-bottom: -10px;} -QTabBar::tab:right:!last { margin-bottom: -10px;} - -QTabBar::tab:bottom:selected { - background: qlineargradient(x1: 0, y1: 1, x2: 0,y2: 0, - stop: .3 #CFCFCF, stop: 1 #FFFFFF); -} -QTabBar::tab:left:selected { - background: qlineargradient(x1: 1, y1: 0, x2: 0,y2: 0, - stop: .3 #DFDFDF, stop: 1 #F0F0F0); -} -QTabBar::tab:right:selected { - background: qlineargradient(x1: 0, y1: 0, x2: 1,y2: 0, - stop: .3 #DFDFDF, stop: 1 #F0F0F0); -} - - -</string> - </property> - <property name="tabPosition" > - <enum>QTabWidget::West</enum> - </property> - <property name="currentIndex" > - <number>3</number> - </property> - <widget class="QWidget" name="tab" > - <attribute name="title" > - <string>Tab 1</string> - </attribute> - </widget> - <widget class="QWidget" name="tab_4" > - <attribute name="title" > - <string>Page</string> - </attribute> - </widget> - <widget class="QWidget" name="tab_3" > - <attribute name="title" > - <string>Page</string> - </attribute> - </widget> - <widget class="QWidget" name="tab_2" > - <attribute name="title" > - <string>Tab 2</string> - </attribute> - </widget> - </widget> - </item> - <item> - <widget class="QDialogButtonBox" name="buttonBox" > - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="standardButtons" > - <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set> - </property> - </widget> - </item> - </layout> - </widget> - <resources/> - <connections> - <connection> - <sender>buttonBox</sender> - <signal>accepted()</signal> - <receiver>Dialog</receiver> - <slot>accept()</slot> - <hints> - <hint type="sourcelabel" > - <x>248</x> - <y>254</y> - </hint> - <hint type="destinationlabel" > - <x>157</x> - <y>274</y> - </hint> - </hints> - </connection> - <connection> - <sender>buttonBox</sender> - <signal>rejected()</signal> - <receiver>Dialog</receiver> - <slot>reject()</slot> - <hints> - <hint type="sourcelabel" > - <x>316</x> - <y>260</y> - </hint> - <hint type="destinationlabel" > - <x>286</x> - <y>274</y> - </hint> - </hints> - </connection> - </connections> -</ui> diff --git a/tests/manual/uiloader/baseline/css_task255849_downarrow.ui b/tests/manual/uiloader/baseline/css_task255849_downarrow.ui deleted file mode 100644 index d3e99b161..000000000 --- a/tests/manual/uiloader/baseline/css_task255849_downarrow.ui +++ /dev/null @@ -1,144 +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>275</width> - <height>175</height> - </rect> - </property> - <property name="windowTitle"> - <string>Form</string> - </property> - <property name="styleSheet"> - <string notr="true">/* Some widget were not displaying the arrow if only the arrow was set */ -*::down-arrow { image: url("images/arrow-down.png") } -*::up-arrow { image: url("images/arrow-up.png") } - - -</string> - </property> - <layout class="QGridLayout" name="gridLayout"> - <item row="0" column="0" colspan="2"> - <widget class="QComboBox" name="comboBox"/> - </item> - <item row="0" column="2" rowspan="5"> - <widget class="QTreeWidget" name="treeWidget"> - <property name="sortingEnabled"> - <bool>true</bool> - </property> - <attribute name="headerShowSortIndicator" stdset="0"> - <bool>true</bool> - </attribute> - <attribute name="headerShowSortIndicator" stdset="0"> - <bool>true</bool> - </attribute> - <column> - <property name="text"> - <string>1</string> - </property> - </column> - <item> - <property name="text"> - <string>New Item</string> - </property> - </item> - <item> - <property name="text"> - <string>New Item</string> - </property> - </item> - <item> - <property name="text"> - <string>New Item</string> - </property> - </item> - <item> - <property name="text"> - <string>New Item</string> - </property> - </item> - <item> - <property name="text"> - <string>New Item</string> - </property> - </item> - <item> - <property name="text"> - <string>New Item</string> - </property> - </item> - <item> - <property name="text"> - <string>New Item</string> - </property> - </item> - <item> - <property name="text"> - <string>New Item</string> - </property> - </item> - <item> - <property name="text"> - <string>New Item</string> - </property> - </item> - <item> - <property name="text"> - <string>New Item</string> - </property> - </item> - <item> - <property name="text"> - <string>New Item</string> - </property> - </item> - </widget> - </item> - <item row="1" column="0"> - <widget class="QSpinBox" name="spinBox"/> - </item> - <item row="1" column="1"> - <widget class="QToolButton" name="toolButton"> - <property name="text"> - <string>foo</string> - </property> - <property name="arrowType"> - <enum>Qt::DownArrow</enum> - </property> - </widget> - </item> - <item row="2" column="0"> - <widget class="QDoubleSpinBox" name="doubleSpinBox"/> - </item> - <item row="3" column="0" colspan="2"> - <widget class="QPushButton" name="pushButton"> - <property name="contextMenuPolicy"> - <enum>Qt::NoContextMenu</enum> - </property> - <property name="text"> - <string>PushButton</string> - </property> - </widget> - </item> - <item row="4" column="0"> - <spacer name="verticalSpacer"> - <property name="orientation"> - <enum>Qt::Vertical</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>20</width> - <height>40</height> - </size> - </property> - </spacer> - </item> - </layout> - </widget> - <resources/> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/css_task259226_spinboxes.ui b/tests/manual/uiloader/baseline/css_task259226_spinboxes.ui deleted file mode 100644 index eb9ade316..000000000 --- a/tests/manual/uiloader/baseline/css_task259226_spinboxes.ui +++ /dev/null @@ -1,83 +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>320</width> - <height>116</height> - </rect> - </property> - <property name="windowTitle"> - <string>Form</string> - </property> - <property name="styleSheet"> - <string notr="true">#spinbox1::up-button{ - subcontrol-origin: border; - subcontrol-position: top left; - } -#spinbox1::down-button { - subcontrol-origin: border; - subcontrol-position: bottom left; - } - - -#spinbox2::up-button{ - subcontrol-origin: border; - subcontrol-position: center left; - left: 0px; - height: 100%; - top: 0px; - } -#spinbox2::down-button { - subcontrol-origin: border; - subcontrol-position: center right; - right: 0px; - height: 100%; - top: 0px; - } - - - -#spinbox3::up-button{ - subcontrol-origin: border; - subcontrol-position: top left; - } - - -#spinbox4 { padding: 20px 1px; } -#spinbox4::up-button{ - subcontrol-origin: border; - subcontrol-position: top center; - width:100%; - height: 20px; - } -#spinbox4::down-button { - subcontrol-origin: border; - subcontrol-position: bottom center; - width:100%; - height: 20px; - } - -</string> - </property> - <layout class="QGridLayout" name="gridLayout"> - <item row="0" column="0"> - <widget class="QSpinBox" name="spinbox1"/> - </item> - <item row="0" column="1"> - <widget class="QSpinBox" name="spinbox2"/> - </item> - <item row="1" column="0"> - <widget class="QSpinBox" name="spinbox3"/> - </item> - <item row="1" column="1"> - <widget class="QSpinBox" name="spinbox4"/> - </item> - </layout> - </widget> - <resources/> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/default.ui b/tests/manual/uiloader/baseline/default.ui deleted file mode 100644 index 431a40956..000000000 --- a/tests/manual/uiloader/baseline/default.ui +++ /dev/null @@ -1,329 +0,0 @@ -<ui version="4.0" > - <class>MainWindow</class> - <widget class="QMainWindow" name="MainWindow" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>388</width> - <height>413</height> - </rect> - </property> - <property name="windowTitle" > - <string>MainWindow</string> - </property> - <widget class="QWidget" name="centralwidget" > - <layout class="QGridLayout" > - <property name="margin" > - <number>9</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item row="0" column="0" > - <widget class="QLabel" name="nameLabel" > - <property name="text" > - <string>&Name:</string> - </property> - <property name="buddy" > - <cstring>nameCombo</cstring> - </property> - </widget> - </item> - <item row="0" column="1" colspan="3" > - <widget class="QComboBox" name="nameCombo" > - <property name="toolTip" > - <string>Specify your name</string> - </property> - <property name="editable" > - <bool>true</bool> - </property> - <property name="currentIndex" > - <number>-1</number> - </property> - <item> - <property name="text" > - <string>Girish</string> - </property> - </item> - <item> - <property name="text" > - <string>Jasmin</string> - </property> - </item> - <item> - <property name="text" > - <string>Simon</string> - </property> - </item> - <item> - <property name="text" > - <string>Zack</string> - </property> - </item> - </widget> - </item> - <item row="1" column="3" > - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" > - <size> - <width>40</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item row="1" column="2" > - <widget class="QRadioButton" name="femaleRadioButton" > - <property name="toolTip" > - <string>Check this if you are female</string> - </property> - <property name="text" > - <string>&Female</string> - </property> - </widget> - </item> - <item row="6" column="0" colspan="4" > - <widget class="QCheckBox" name="agreeCheckBox" > - <property name="toolTip" > - <string>Please read the license before checking this</string> - </property> - <property name="text" > - <string>I &accept the terms and conditions</string> - </property> - </widget> - </item> - <item row="1" column="1" > - <widget class="QRadioButton" name="maleRadioButton" > - <property name="toolTip" > - <string>Check this if you are male</string> - </property> - <property name="text" > - <string>&Male</string> - </property> - </widget> - </item> - <item row="1" column="0" > - <widget class="QLabel" name="genderLabel" > - <property name="text" > - <string>Gender:</string> - </property> - </widget> - </item> - <item row="2" column="1" colspan="3" > - <widget class="QSpinBox" name="ageSpinBox" > - <property name="toolTip" > - <string>Specify your age</string> - </property> - <property name="statusTip" > - <string>Specify your age here</string> - </property> - <property name="minimum" > - <number>12</number> - </property> - <property name="value" > - <number>22</number> - </property> - </widget> - </item> - <item row="7" column="2" colspan="2" > - <widget class="QDialogButtonBox" name="buttonBox" > - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="standardButtons" > - <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set> - </property> - </widget> - </item> - <item row="2" column="0" > - <widget class="QLabel" name="ageLabel" > - <property name="text" > - <string>&Age:</string> - </property> - <property name="buddy" > - <cstring>ageSpinBox</cstring> - </property> - </widget> - </item> - <item row="3" column="0" > - <widget class="QLabel" name="passwordLabel" > - <property name="text" > - <string>&Password:</string> - </property> - <property name="buddy" > - <cstring>passwordEdit</cstring> - </property> - </widget> - </item> - <item row="3" column="1" colspan="3" > - <widget class="QLineEdit" name="passwordEdit" > - <property name="toolTip" > - <string>Specify your password</string> - </property> - <property name="statusTip" > - <string>Specify your password here</string> - </property> - <property name="text" > - <string>Password</string> - </property> - <property name="echoMode" > - <enum>QLineEdit::Password</enum> - </property> - </widget> - </item> - <item row="5" column="0" > - <widget class="QLabel" name="label" > - <property name="text" > - <string>Profession</string> - </property> - <property name="buddy" > - <cstring>professionList</cstring> - </property> - </widget> - </item> - <item row="4" column="0" > - <widget class="QLabel" name="countryLabel" > - <property name="text" > - <string>&Country</string> - </property> - <property name="buddy" > - <cstring>professionList</cstring> - </property> - </widget> - </item> - <item row="5" column="1" colspan="3" > - <widget class="QListWidget" name="professionList" > - <property name="toolTip" > - <string>Select your profession</string> - </property> - <property name="statusTip" > - <string>Select your profession</string> - </property> - <property name="whatsThis" > - <string>Select your profession</string> - </property> - <property name="currentRow" > - <number>1</number> - </property> - <item> - <property name="text" > - <string>Developer</string> - </property> - </item> - <item> - <property name="text" > - <string>Student</string> - </property> - </item> - <item> - <property name="text" > - <string>Fisherman</string> - </property> - </item> - </widget> - </item> - <item row="4" column="1" colspan="3" > - <widget class="QComboBox" name="countryCombo" > - <property name="toolTip" > - <string>Specify your country</string> - </property> - <property name="statusTip" > - <string>Specify your country here</string> - </property> - <property name="currentIndex" > - <number>2</number> - </property> - <item> - <property name="text" > - <string>Germany</string> - </property> - </item> - <item> - <property name="text" > - <string>India</string> - </property> - </item> - <item> - <property name="text" > - <string>Norway</string> - </property> - </item> - <item> - <property name="text" > - <string>United States Of America</string> - </property> - </item> - <item> - <property name="text" > - <string>United Kingdom</string> - </property> - </item> - </widget> - </item> - </layout> - </widget> - <widget class="QMenuBar" name="menubar" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>388</width> - <height>21</height> - </rect> - </property> - <widget class="QMenu" name="menu_File" > - <property name="title" > - <string>&File</string> - </property> - <addaction name="editStyleAction" /> - <addaction name="separator" /> - <addaction name="exitAction" /> - </widget> - <widget class="QMenu" name="menu_Help" > - <property name="title" > - <string>&Help</string> - </property> - <addaction name="aboutAction" /> - <addaction name="separator" /> - <addaction name="aboutQtAction" /> - </widget> - <addaction name="menu_File" /> - <addaction name="menu_Help" /> - </widget> - <widget class="QStatusBar" name="statusbar" /> - <action name="exitAction" > - <property name="text" > - <string>&Exit</string> - </property> - </action> - <action name="aboutQtAction" > - <property name="text" > - <string>About Qt</string> - </property> - </action> - <action name="editStyleAction" > - <property name="text" > - <string>Edit &Style</string> - </property> - </action> - <action name="aboutAction" > - <property name="text" > - <string>About</string> - </property> - </action> - </widget> - <tabstops> - <tabstop>maleRadioButton</tabstop> - <tabstop>femaleRadioButton</tabstop> - <tabstop>ageSpinBox</tabstop> - <tabstop>passwordEdit</tabstop> - <tabstop>professionList</tabstop> - <tabstop>agreeCheckBox</tabstop> - </tabstops> - <resources/> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/dialog.ui b/tests/manual/uiloader/baseline/dialog.ui deleted file mode 100644 index e99d6fb3c..000000000 --- a/tests/manual/uiloader/baseline/dialog.ui +++ /dev/null @@ -1,47 +0,0 @@ -<ui version="4.0" > - <class>Dialog</class> - <widget class="QDialog" name="Dialog" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>451</width> - <height>322</height> - </rect> - </property> - <property name="windowTitle" > - <string>Dialog</string> - </property> - <layout class="QGridLayout" > - <item row="0" column="0" > - <widget class="QPushButton" name="loadFromFileButton" > - <property name="text" > - <string>Load Image From File...</string> - </property> - </widget> - </item> - <item row="1" column="0" > - <widget class="QLabel" name="label" > - <property name="text" > - <string>Launch two of these dialogs. In the first, press the top button and load an image from a file. In the second, press the bottom button and display the loaded image from shared memory.</string> - </property> - <property name="alignment" > - <set>Qt::AlignCenter</set> - </property> - <property name="wordWrap" > - <bool>true</bool> - </property> - </widget> - </item> - <item row="2" column="0" > - <widget class="QPushButton" name="loadFromSharedMemoryButton" > - <property name="text" > - <string>Display Image From Shared Memory</string> - </property> - </widget> - </item> - </layout> - </widget> - <resources/> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/downloaditem.ui b/tests/manual/uiloader/baseline/downloaditem.ui deleted file mode 100644 index 4a0a0fd9a..000000000 --- a/tests/manual/uiloader/baseline/downloaditem.ui +++ /dev/null @@ -1,134 +0,0 @@ -<ui version="4.0" > - <class>DownloadItem</class> - <widget class="QWidget" name="DownloadItem" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>423</width> - <height>110</height> - </rect> - </property> - <property name="windowTitle" > - <string>Form</string> - </property> - <layout class="QHBoxLayout" name="horizontalLayout" > - <property name="margin" > - <number>0</number> - </property> - <item> - <widget class="QLabel" name="fileIcon" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Minimum" hsizetype="Minimum" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="text" > - <string>Ico</string> - </property> - </widget> - </item> - <item> - <layout class="QVBoxLayout" name="verticalLayout_2" > - <item> - <widget class="SqueezeLabel" native="1" name="fileNameLabel" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Preferred" hsizetype="Expanding" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="text" stdset="0" > - <string>Filename</string> - </property> - </widget> - </item> - <item> - <widget class="QProgressBar" name="progressBar" > - <property name="value" > - <number>0</number> - </property> - </widget> - </item> - <item> - <widget class="SqueezeLabel" native="1" name="downloadInfoLabel" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Preferred" hsizetype="Minimum" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="text" stdset="0" > - <string/> - </property> - </widget> - </item> - </layout> - </item> - <item> - <layout class="QVBoxLayout" name="verticalLayout" > - <item> - <spacer name="verticalSpacer" > - <property name="orientation" > - <enum>Qt::Vertical</enum> - </property> - <property name="sizeHint" stdset="0" > - <size> - <width>17</width> - <height>1</height> - </size> - </property> - </spacer> - </item> - <item> - <widget class="QPushButton" name="tryAgainButton" > - <property name="enabled" > - <bool>false</bool> - </property> - <property name="text" > - <string>Try Again</string> - </property> - </widget> - </item> - <item> - <widget class="QPushButton" name="stopButton" > - <property name="text" > - <string>Stop</string> - </property> - </widget> - </item> - <item> - <widget class="QPushButton" name="openButton" > - <property name="text" > - <string>Open</string> - </property> - </widget> - </item> - <item> - <spacer name="verticalSpacer_2" > - <property name="orientation" > - <enum>Qt::Vertical</enum> - </property> - <property name="sizeHint" stdset="0" > - <size> - <width>17</width> - <height>5</height> - </size> - </property> - </spacer> - </item> - </layout> - </item> - </layout> - </widget> - <customwidgets> - <customwidget> - <class>SqueezeLabel</class> - <extends>QWidget</extends> - <header>squeezelabel.h</header> - </customwidget> - </customwidgets> - <resources/> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/downloads.ui b/tests/manual/uiloader/baseline/downloads.ui deleted file mode 100644 index a2e256935..000000000 --- a/tests/manual/uiloader/baseline/downloads.ui +++ /dev/null @@ -1,83 +0,0 @@ -<ui version="4.0" > - <class>DownloadDialog</class> - <widget class="QDialog" name="DownloadDialog" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>332</width> - <height>252</height> - </rect> - </property> - <property name="windowTitle" > - <string>Downloads</string> - </property> - <layout class="QGridLayout" name="gridLayout" > - <property name="margin" > - <number>0</number> - </property> - <property name="spacing" > - <number>0</number> - </property> - <item row="0" column="0" colspan="3" > - <widget class="EditTableView" name="downloadsView" /> - </item> - <item row="1" column="0" > - <layout class="QHBoxLayout" name="horizontalLayout" > - <item> - <widget class="QPushButton" name="cleanupButton" > - <property name="enabled" > - <bool>false</bool> - </property> - <property name="text" > - <string>Clean up</string> - </property> - </widget> - </item> - <item> - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" stdset="0" > - <size> - <width>58</width> - <height>24</height> - </size> - </property> - </spacer> - </item> - </layout> - </item> - <item row="1" column="1" > - <widget class="QLabel" name="itemCount" > - <property name="text" > - <string>0 Items</string> - </property> - </widget> - </item> - <item row="1" column="2" > - <spacer name="horizontalSpacer" > - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" stdset="0" > - <size> - <width>148</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - </layout> - </widget> - <customwidgets> - <customwidget> - <class>EditTableView</class> - <extends>QTableView</extends> - <header>edittableview.h</header> - </customwidget> - </customwidgets> - <resources/> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/embeddeddialog.ui b/tests/manual/uiloader/baseline/embeddeddialog.ui deleted file mode 100644 index f967b1008..000000000 --- a/tests/manual/uiloader/baseline/embeddeddialog.ui +++ /dev/null @@ -1,87 +0,0 @@ -<ui version="4.0" > - <class>embeddedDialog</class> - <widget class="QDialog" name="embeddedDialog" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>407</width> - <height>134</height> - </rect> - </property> - <property name="windowTitle" > - <string>Embedded Dialog</string> - </property> - <layout class="QFormLayout" name="formLayout" > - <item row="0" column="0" > - <widget class="QLabel" name="label" > - <property name="text" > - <string>Layout Direction:</string> - </property> - <property name="buddy" > - <cstring>layoutDirection</cstring> - </property> - </widget> - </item> - <item row="0" column="1" > - <widget class="QComboBox" name="layoutDirection" > - <item> - <property name="text" > - <string>Left to Right</string> - </property> - </item> - <item> - <property name="text" > - <string>Right to Left</string> - </property> - </item> - </widget> - </item> - <item row="1" column="0" > - <widget class="QLabel" name="label_2" > - <property name="text" > - <string>Select Font:</string> - </property> - <property name="buddy" > - <cstring>fontComboBox</cstring> - </property> - </widget> - </item> - <item row="1" column="1" > - <widget class="QFontComboBox" name="fontComboBox" /> - </item> - <item row="2" column="0" > - <widget class="QLabel" name="label_3" > - <property name="text" > - <string>Style:</string> - </property> - <property name="buddy" > - <cstring>style</cstring> - </property> - </widget> - </item> - <item row="2" column="1" > - <widget class="QComboBox" name="style" /> - </item> - <item row="3" column="0" > - <widget class="QLabel" name="label_4" > - <property name="text" > - <string>Layout spacing:</string> - </property> - <property name="buddy" > - <cstring>spacing</cstring> - </property> - </widget> - </item> - <item row="3" column="1" > - <widget class="QSlider" name="spacing" > - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - </widget> - </item> - </layout> - </widget> - <resources/> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/filespage.ui b/tests/manual/uiloader/baseline/filespage.ui deleted file mode 100644 index d308b9664..000000000 --- a/tests/manual/uiloader/baseline/filespage.ui +++ /dev/null @@ -1,79 +0,0 @@ -<ui version="4.0" > - <class>FilesPage</class> - <widget class="QWidget" name="FilesPage" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>417</width> - <height>242</height> - </rect> - </property> - <property name="windowTitle" > - <string>Form</string> - </property> - <layout class="QGridLayout" > - <item row="0" column="0" colspan="2" > - <widget class="QLabel" name="fileLabel" > - <property name="text" > - <string>Files:</string> - </property> - <property name="wordWrap" > - <bool>true</bool> - </property> - </widget> - </item> - <item rowspan="3" row="1" column="0" > - <widget class="QListWidget" name="fileListWidget" /> - </item> - <item row="1" column="1" > - <widget class="QPushButton" name="removeButton" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Fixed" hsizetype="Maximum" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="text" > - <string>Remove</string> - </property> - </widget> - </item> - <item row="2" column="1" > - <widget class="QPushButton" name="removeAllButton" > - <property name="text" > - <string>Remove All</string> - </property> - </widget> - </item> - <item row="3" column="1" > - <spacer> - <property name="orientation" > - <enum>Qt::Vertical</enum> - </property> - <property name="sizeHint" > - <size> - <width>75</width> - <height>16</height> - </size> - </property> - </spacer> - </item> - <item row="4" column="0" > - <spacer> - <property name="orientation" > - <enum>Qt::Vertical</enum> - </property> - <property name="sizeHint" > - <size> - <width>20</width> - <height>31</height> - </size> - </property> - </spacer> - </item> - </layout> - </widget> - <resources/> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/filternamedialog.ui b/tests/manual/uiloader/baseline/filternamedialog.ui deleted file mode 100644 index be6f17dfb..000000000 --- a/tests/manual/uiloader/baseline/filternamedialog.ui +++ /dev/null @@ -1,67 +0,0 @@ -<ui version="4.0" > - <class>FilterNameDialogClass</class> - <widget class="QDialog" name="FilterNameDialogClass" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>312</width> - <height>95</height> - </rect> - </property> - <property name="windowTitle" > - <string>FilterNameDialog</string> - </property> - <layout class="QGridLayout" > - <property name="margin" > - <number>9</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item row="0" column="0" > - <widget class="QLabel" name="label" > - <property name="text" > - <string>Filter Name:</string> - </property> - </widget> - </item> - <item row="0" column="1" colspan="2" > - <widget class="QLineEdit" name="lineEdit" /> - </item> - <item row="1" column="0" colspan="3" > - <widget class="Line" name="line" > - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - </widget> - </item> - <item row="2" column="0" colspan="2" > - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" > - <size> - <width>40</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item row="2" column="2" > - <widget class="QDialogButtonBox" name="buttonBox" > - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="standardButtons" > - <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set> - </property> - </widget> - </item> - </layout> - </widget> - <layoutdefault spacing="6" margin="11" /> - <resources/> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/filterpage.ui b/tests/manual/uiloader/baseline/filterpage.ui deleted file mode 100644 index 7cda3d9be..000000000 --- a/tests/manual/uiloader/baseline/filterpage.ui +++ /dev/null @@ -1,125 +0,0 @@ -<ui version="4.0" > - <class>FilterPage</class> - <widget class="QWidget" name="FilterPage" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>419</width> - <height>243</height> - </rect> - </property> - <property name="windowTitle" > - <string>Form</string> - </property> - <layout class="QGridLayout" > - <item row="1" column="0" > - <widget class="QLabel" name="label" > - <property name="text" > - <string>Filter attributes for current documentation (comma separated list):</string> - </property> - </widget> - </item> - <item row="2" column="0" > - <widget class="QLineEdit" name="filterLineEdit" /> - </item> - <item row="4" column="0" > - <widget class="QGroupBox" name="groupBox" > - <property name="title" > - <string>Custom Filters</string> - </property> - <layout class="QGridLayout" > - <item rowspan="3" row="0" column="0" > - <widget class="QTreeWidget" name="customFilterWidget" > - <property name="columnCount" > - <number>2</number> - </property> - <column> - <property name="text" > - <string>1</string> - </property> - </column> - <column> - <property name="text" > - <string>2</string> - </property> - </column> - </widget> - </item> - <item row="0" column="1" > - <widget class="QPushButton" name="addButton" > - <property name="text" > - <string>Add</string> - </property> - </widget> - </item> - <item row="1" column="1" > - <widget class="QPushButton" name="removeButton" > - <property name="text" > - <string>Remove</string> - </property> - </widget> - </item> - <item row="2" column="1" > - <spacer> - <property name="orientation" > - <enum>Qt::Vertical</enum> - </property> - <property name="sizeHint" > - <size> - <width>20</width> - <height>40</height> - </size> - </property> - </spacer> - </item> - </layout> - </widget> - </item> - <item row="0" column="0" > - <spacer> - <property name="orientation" > - <enum>Qt::Vertical</enum> - </property> - <property name="sizeHint" > - <size> - <width>20</width> - <height>40</height> - </size> - </property> - </spacer> - </item> - <item row="5" column="0" > - <spacer> - <property name="orientation" > - <enum>Qt::Vertical</enum> - </property> - <property name="sizeHint" > - <size> - <width>20</width> - <height>40</height> - </size> - </property> - </spacer> - </item> - <item row="3" column="0" > - <spacer> - <property name="orientation" > - <enum>Qt::Vertical</enum> - </property> - <property name="sizeType" > - <enum>QSizePolicy::Fixed</enum> - </property> - <property name="sizeHint" > - <size> - <width>20</width> - <height>10</height> - </size> - </property> - </spacer> - </item> - </layout> - </widget> - <resources/> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/finddialog.ui b/tests/manual/uiloader/baseline/finddialog.ui deleted file mode 100644 index 41bfa3573..000000000 --- a/tests/manual/uiloader/baseline/finddialog.ui +++ /dev/null @@ -1,257 +0,0 @@ -<ui version="4.0" > - <comment>********************************************************************* -** -** Copyright (C) 2015 The Qt Company Ltd. -** Contact: http://www.qt.io/licensing/ -** -** This file is part of the autotests of the Qt Toolkit. -** -** $QT_BEGIN_LICENSE:LGPL21$ -** Commercial License Usage -** Licensees holding valid commercial Qt licenses may use this file in -** accordance with the commercial license agreement provided with the -** Software or, alternatively, in accordance with the terms contained in -** a written agreement between you and The Qt Company. For licensing terms -** and conditions see http://www.qt.io/terms-conditions. For further -** information use the contact form at http://www.qt.io/contact-us. -** -** GNU Lesser General Public License Usage -** Alternatively, this file may be used under the terms of the GNU Lesser -** General Public License version 2.1 or version 3 as published by the Free -** Software Foundation and appearing in the file LICENSE.LGPLv21 and -** LICENSE.LGPLv3 included in the packaging of this file. Please review the -** following information to ensure the GNU Lesser General Public License -** requirements will be met: https://www.gnu.org/licenses/lgpl.html and -** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. -** -** As a special exception, The Qt Company gives you certain additional -** rights. These rights are described in The Qt Company LGPL Exception -** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. -** -** $QT_END_LICENSE$ -** -*********************************************************************</comment> - <class>FindDialog</class> - <widget class="QDialog" name="FindDialog" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>414</width> - <height>170</height> - </rect> - </property> - <property name="sizePolicy" > - <sizepolicy vsizetype="Maximum" hsizetype="Preferred" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="windowTitle" > - <string>Find</string> - </property> - <property name="whatsThis" > - <string>This window allows you to search for some text in the translation source file.</string> - </property> - <layout class="QHBoxLayout" > - <property name="spacing" > - <number>6</number> - </property> - <property name="margin" > - <number>11</number> - </property> - <item> - <layout class="QVBoxLayout" > - <property name="spacing" > - <number>6</number> - </property> - <property name="margin" > - <number>0</number> - </property> - <item> - <layout class="QHBoxLayout" > - <property name="spacing" > - <number>6</number> - </property> - <property name="margin" > - <number>0</number> - </property> - <item> - <widget class="QLabel" name="findWhat" > - <property name="text" > - <string>&Find what:</string> - </property> - <property name="buddy" > - <cstring>led</cstring> - </property> - </widget> - </item> - <item> - <widget class="QLineEdit" name="led" > - <property name="whatsThis" > - <string>Type in the text to search for.</string> - </property> - </widget> - </item> - </layout> - </item> - <item> - <widget class="QGroupBox" name="groupBox" > - <property name="title" > - <string>Options</string> - </property> - <layout class="QGridLayout" > - <property name="margin" > - <number>9</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item row="1" column="0" > - <widget class="QCheckBox" name="sourceText" > - <property name="whatsThis" > - <string>Source texts are searched when checked.</string> - </property> - <property name="text" > - <string>&Source texts</string> - </property> - <property name="checked" > - <bool>true</bool> - </property> - </widget> - </item> - <item row="2" column="0" > - <widget class="QCheckBox" name="translations" > - <property name="whatsThis" > - <string>Translations are searched when checked.</string> - </property> - <property name="text" > - <string>&Translations</string> - </property> - <property name="checked" > - <bool>true</bool> - </property> - </widget> - </item> - <item row="0" column="1" > - <widget class="QCheckBox" name="matchCase" > - <property name="whatsThis" > - <string>Texts such as 'TeX' and 'tex' are considered as different when checked.</string> - </property> - <property name="text" > - <string>&Match case</string> - </property> - </widget> - </item> - <item row="0" column="0" > - <widget class="QCheckBox" name="comments" > - <property name="whatsThis" > - <string>Comments and contexts are searched when checked.</string> - </property> - <property name="text" > - <string>&Comments</string> - </property> - <property name="checked" > - <bool>true</bool> - </property> - </widget> - </item> - <item row="1" column="1" > - <widget class="QCheckBox" name="ignoreAccelerators" > - <property name="text" > - <string>Ignore &accelerators</string> - </property> - <property name="checked" > - <bool>true</bool> - </property> - </widget> - </item> - </layout> - </widget> - </item> - </layout> - </item> - <item> - <layout class="QVBoxLayout" > - <property name="spacing" > - <number>6</number> - </property> - <property name="margin" > - <number>0</number> - </property> - <item> - <widget class="QPushButton" name="findNxt" > - <property name="whatsThis" > - <string>Click here to find the next occurrence of the text you typed in.</string> - </property> - <property name="text" > - <string>Find Next</string> - </property> - <property name="default" > - <bool>true</bool> - </property> - <property name="flat" > - <bool>false</bool> - </property> - </widget> - </item> - <item> - <widget class="QPushButton" name="cancel" > - <property name="whatsThis" > - <string>Click here to close this window.</string> - </property> - <property name="text" > - <string>Cancel</string> - </property> - </widget> - </item> - <item> - <spacer> - <property name="orientation" > - <enum>Qt::Vertical</enum> - </property> - <property name="sizeType" > - <enum>QSizePolicy::Expanding</enum> - </property> - <property name="sizeHint" stdset="0" > - <size> - <width>20</width> - <height>51</height> - </size> - </property> - </spacer> - </item> - </layout> - </item> - </layout> - </widget> - <layoutdefault spacing="6" margin="11" /> - <tabstops> - <tabstop>led</tabstop> - <tabstop>findNxt</tabstop> - <tabstop>cancel</tabstop> - <tabstop>comments</tabstop> - <tabstop>sourceText</tabstop> - <tabstop>translations</tabstop> - <tabstop>matchCase</tabstop> - </tabstops> - <resources/> - <connections> - <connection> - <sender>cancel</sender> - <signal>clicked()</signal> - <receiver>FindDialog</receiver> - <slot>reject()</slot> - <hints> - <hint type="sourcelabel" > - <x>372</x> - <y>58</y> - </hint> - <hint type="destinationlabel" > - <x>373</x> - <y>109</y> - </hint> - </hints> - </connection> - </connections> -</ui> diff --git a/tests/manual/uiloader/baseline/formwindowsettings.ui b/tests/manual/uiloader/baseline/formwindowsettings.ui deleted file mode 100644 index 20a0055a6..000000000 --- a/tests/manual/uiloader/baseline/formwindowsettings.ui +++ /dev/null @@ -1,303 +0,0 @@ -<ui version="4.0" > - <comment>********************************************************************* -** -** Copyright (C) 2015 The Qt Company Ltd. -** Contact: http://www.qt.io/licensing/ -** -** This file is part of the autotests of the Qt Toolkit. -** -** $QT_BEGIN_LICENSE:LGPL21$ -** Commercial License Usage -** Licensees holding valid commercial Qt licenses may use this file in -** accordance with the commercial license agreement provided with the -** Software or, alternatively, in accordance with the terms contained in -** a written agreement between you and The Qt Company. For licensing terms -** and conditions see http://www.qt.io/terms-conditions. For further -** information use the contact form at http://www.qt.io/contact-us. -** -** GNU Lesser General Public License Usage -** Alternatively, this file may be used under the terms of the GNU Lesser -** General Public License version 2.1 or version 3 as published by the Free -** Software Foundation and appearing in the file LICENSE.LGPLv21 and -** LICENSE.LGPLv3 included in the packaging of this file. Please review the -** following information to ensure the GNU Lesser General Public License -** requirements will be met: https://www.gnu.org/licenses/lgpl.html and -** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. -** -** As a special exception, The Qt Company gives you certain additional -** rights. These rights are described in The Qt Company LGPL Exception -** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. -** -** $QT_END_LICENSE$ -** -*********************************************************************</comment> - <class>FormWindowSettings</class> - <widget class="QDialog" name="FormWindowSettings" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>433</width> - <height>465</height> - </rect> - </property> - <property name="windowTitle" > - <string>Form Settings</string> - </property> - <layout class="QGridLayout" > - <item row="6" column="0" colspan="2" > - <widget class="QDialogButtonBox" name="buttonBox" > - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="standardButtons" > - <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set> - </property> - </widget> - </item> - <item row="5" column="0" colspan="2" > - <widget class="Line" name="line" > - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - </widget> - </item> - <item row="2" column="0" colspan="2" > - <layout class="QHBoxLayout" > - <property name="margin" > - <number>0</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="QGroupBox" name="layoutDefaultGroupBox" > - <property name="title" > - <string>Layout &Default</string> - </property> - <property name="checkable" > - <bool>true</bool> - </property> - <layout class="QGridLayout" > - <property name="margin" > - <number>8</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item row="1" column="0" > - <widget class="QLabel" name="label_2" > - <property name="text" > - <string>&Spacing:</string> - </property> - <property name="buddy" > - <cstring>defaultSpacingSpinBox</cstring> - </property> - </widget> - </item> - <item row="0" column="0" > - <widget class="QLabel" name="label" > - <property name="text" > - <string>&Margin:</string> - </property> - <property name="buddy" > - <cstring>defaultMarginSpinBox</cstring> - </property> - </widget> - </item> - <item row="1" column="1" > - <widget class="QSpinBox" name="defaultSpacingSpinBox" /> - </item> - <item row="0" column="1" > - <widget class="QSpinBox" name="defaultMarginSpinBox" /> - </item> - </layout> - </widget> - </item> - <item> - <widget class="QGroupBox" name="layoutFunctionGroupBox" > - <property name="title" > - <string>&Layout Function</string> - </property> - <property name="checkable" > - <bool>true</bool> - </property> - <layout class="QGridLayout" > - <property name="margin" > - <number>8</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item row="1" column="1" > - <widget class="QLineEdit" name="spacingFunctionLineEdit" /> - </item> - <item row="0" column="1" > - <widget class="QLineEdit" name="marginFunctionLineEdit" /> - </item> - <item row="0" column="0" > - <widget class="QLabel" name="label_3" > - <property name="text" > - <string>Ma&rgin:</string> - </property> - <property name="buddy" > - <cstring>marginFunctionLineEdit</cstring> - </property> - </widget> - </item> - <item row="1" column="0" > - <widget class="QLabel" name="label_3_2" > - <property name="text" > - <string>Spa&cing:</string> - </property> - <property name="buddy" > - <cstring>spacingFunctionLineEdit</cstring> - </property> - </widget> - </item> - </layout> - </widget> - </item> - </layout> - </item> - <item row="0" column="0" colspan="2" > - <widget class="QGroupBox" name="pixmapFunctionGroupBox_2" > - <property name="title" > - <string>&Author</string> - </property> - <layout class="QVBoxLayout" > - <property name="margin" > - <number>8</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="QLineEdit" name="authorLineEdit" /> - </item> - </layout> - </widget> - </item> - <item rowspan="2" row="3" column="0" > - <widget class="QGroupBox" name="includeHintsGroupBox" > - <property name="title" > - <string>&Include Hints</string> - </property> - <layout class="QVBoxLayout" > - <property name="margin" > - <number>8</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="QTextEdit" name="includeHintsTextEdit" /> - </item> - </layout> - </widget> - </item> - <item row="3" column="1" > - <layout class="QHBoxLayout" > - <property name="margin" > - <number>0</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="QGroupBox" name="pixmapFunctionGroupBox" > - <property name="title" > - <string>&Pixmap Function</string> - </property> - <property name="checkable" > - <bool>true</bool> - </property> - <layout class="QVBoxLayout" > - <property name="margin" > - <number>8</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="QLineEdit" name="pixmapFunctionLineEdit" /> - </item> - </layout> - </widget> - </item> - </layout> - </item> - <item row="4" column="1" > - <spacer> - <property name="orientation" > - <enum>Qt::Vertical</enum> - </property> - <property name="sizeHint" > - <size> - <width>111</width> - <height>115</height> - </size> - </property> - </spacer> - </item> - <item row="1" column="0" colspan="2" > - <widget class="qdesigner_internal::GridPanel" name="gridPanel" > - <property name="title" > - <string>Grid</string> - </property> - </widget> - </item> - </layout> - </widget> - <customwidgets> - <customwidget> - <class>qdesigner_internal::GridPanel</class> - <extends>QGroupBox</extends> - <header location="global" >gridpanel_p.h</header> - <container>1</container> - </customwidget> - </customwidgets> - <tabstops> - <tabstop>authorLineEdit</tabstop> - <tabstop>defaultMarginSpinBox</tabstop> - <tabstop>defaultSpacingSpinBox</tabstop> - <tabstop>marginFunctionLineEdit</tabstop> - <tabstop>spacingFunctionLineEdit</tabstop> - <tabstop>pixmapFunctionLineEdit</tabstop> - </tabstops> - <resources/> - <connections> - <connection> - <sender>buttonBox</sender> - <signal>accepted()</signal> - <receiver>FormWindowSettings</receiver> - <slot>accept()</slot> - <hints> - <hint type="sourcelabel" > - <x>294</x> - <y>442</y> - </hint> - <hint type="destinationlabel" > - <x>150</x> - <y>459</y> - </hint> - </hints> - </connection> - <connection> - <sender>buttonBox</sender> - <signal>rejected()</signal> - <receiver>FormWindowSettings</receiver> - <slot>reject()</slot> - <hints> - <hint type="sourcelabel" > - <x>373</x> - <y>444</y> - </hint> - <hint type="destinationlabel" > - <x>357</x> - <y>461</y> - </hint> - </hints> - </connection> - </connections> -</ui> diff --git a/tests/manual/uiloader/baseline/generalpage.ui b/tests/manual/uiloader/baseline/generalpage.ui deleted file mode 100644 index 9c2babb0a..000000000 --- a/tests/manual/uiloader/baseline/generalpage.ui +++ /dev/null @@ -1,69 +0,0 @@ -<ui version="4.0" > - <class>GeneralPage</class> - <widget class="QWidget" name="GeneralPage" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>417</width> - <height>243</height> - </rect> - </property> - <property name="windowTitle" > - <string>Form</string> - </property> - <layout class="QGridLayout" > - <item row="1" column="0" > - <widget class="QLabel" name="label" > - <property name="text" > - <string>Namespace:</string> - </property> - </widget> - </item> - <item row="1" column="1" > - <widget class="QLineEdit" name="namespaceLineEdit" /> - </item> - <item row="2" column="0" > - <widget class="QLabel" name="label_2" > - <property name="text" > - <string>Virtual Folder:</string> - </property> - </widget> - </item> - <item row="2" column="1" > - <widget class="QLineEdit" name="folderLineEdit" /> - </item> - <item row="0" column="1" > - <spacer> - <property name="orientation" > - <enum>Qt::Vertical</enum> - </property> - <property name="sizeType" > - <enum>QSizePolicy::Fixed</enum> - </property> - <property name="sizeHint" > - <size> - <width>20</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item row="3" column="1" > - <spacer> - <property name="orientation" > - <enum>Qt::Vertical</enum> - </property> - <property name="sizeHint" > - <size> - <width>20</width> - <height>40</height> - </size> - </property> - </spacer> - </item> - </layout> - </widget> - <resources/> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/gridpanel.ui b/tests/manual/uiloader/baseline/gridpanel.ui deleted file mode 100644 index adfdd3684..000000000 --- a/tests/manual/uiloader/baseline/gridpanel.ui +++ /dev/null @@ -1,144 +0,0 @@ -<ui version="4.0" > - <class>qdesigner_internal::GridPanel</class> - <widget class="QWidget" name="qdesigner_internal::GridPanel" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>393</width> - <height>110</height> - </rect> - </property> - <property name="windowTitle" > - <string>Form</string> - </property> - <layout class="QVBoxLayout" > - <property name="leftMargin" > - <number>0</number> - </property> - <property name="topMargin" > - <number>0</number> - </property> - <property name="rightMargin" > - <number>0</number> - </property> - <property name="bottomMargin" > - <number>0</number> - </property> - <item> - <widget class="QGroupBox" name="m_gridGroupBox" > - <property name="title" > - <string>Grid</string> - </property> - <layout class="QGridLayout" > - <item row="0" column="0" > - <widget class="QCheckBox" name="m_visibleCheckBox" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="text" > - <string>Visible</string> - </property> - </widget> - </item> - <item row="0" column="1" > - <widget class="QLabel" name="label" > - <property name="text" > - <string>Grid &X</string> - </property> - <property name="buddy" > - <cstring>m_deltaXSpinBox</cstring> - </property> - </widget> - </item> - <item row="0" column="2" > - <widget class="QSpinBox" name="m_deltaXSpinBox" > - <property name="minimum" > - <number>2</number> - </property> - <property name="maximum" > - <number>100</number> - </property> - </widget> - </item> - <item row="0" column="3" > - <widget class="QCheckBox" name="m_snapXCheckBox" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="text" > - <string>Snap</string> - </property> - </widget> - </item> - <item row="1" column="0" > - <layout class="QHBoxLayout" > - <item> - <widget class="QPushButton" name="m_resetButton" > - <property name="text" > - <string>Reset</string> - </property> - </widget> - </item> - <item> - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" > - <size> - <width>20</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - </layout> - </item> - <item row="1" column="1" > - <widget class="QLabel" name="label_2" > - <property name="text" > - <string>Grid &Y</string> - </property> - <property name="buddy" > - <cstring>m_deltaYSpinBox</cstring> - </property> - </widget> - </item> - <item row="1" column="2" > - <widget class="QSpinBox" name="m_deltaYSpinBox" > - <property name="minimum" > - <number>2</number> - </property> - <property name="maximum" > - <number>100</number> - </property> - </widget> - </item> - <item row="1" column="3" > - <widget class="QCheckBox" name="m_snapYCheckBox" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="text" > - <string>Snap</string> - </property> - </widget> - </item> - </layout> - </widget> - </item> - </layout> - </widget> - <resources/> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/helpdialog.ui b/tests/manual/uiloader/baseline/helpdialog.ui deleted file mode 100644 index 828d557b7..000000000 --- a/tests/manual/uiloader/baseline/helpdialog.ui +++ /dev/null @@ -1,396 +0,0 @@ -<ui version="4.0" > - <author></author> - <comment>********************************************************************* -** -** Copyright (C) 2015 The Qt Company Ltd. -** Contact: http://www.qt.io/licensing/ -** -** This file is part of the autotests of the Qt Toolkit. -** -** $QT_BEGIN_LICENSE:LGPL21$ -** Commercial License Usage -** Licensees holding valid commercial Qt licenses may use this file in -** accordance with the commercial license agreement provided with the -** Software or, alternatively, in accordance with the terms contained in -** a written agreement between you and The Qt Company. For licensing terms -** and conditions see http://www.qt.io/terms-conditions. For further -** information use the contact form at http://www.qt.io/contact-us. -** -** GNU Lesser General Public License Usage -** Alternatively, this file may be used under the terms of the GNU Lesser -** General Public License version 2.1 or version 3 as published by the Free -** Software Foundation and appearing in the file LICENSE.LGPLv21 and -** LICENSE.LGPLv3 included in the packaging of this file. Please review the -** following information to ensure the GNU Lesser General Public License -** requirements will be met: https://www.gnu.org/licenses/lgpl.html and -** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. -** -** As a special exception, The Qt Company gives you certain additional -** rights. These rights are described in The Qt Company LGPL Exception -** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. -** -** $QT_END_LICENSE$ -** -*********************************************************************</comment> - <exportmacro></exportmacro> - <class>HelpDialog</class> - <widget class="QWidget" name="HelpDialog" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>274</width> - <height>417</height> - </rect> - </property> - <property name="windowTitle" > - <string>Help</string> - </property> - <property name="whatsThis" > - <string><b>Help</b><p>Choose the topic you want help on from the contents list, or search the index for keywords.</p></string> - </property> - <layout class="QVBoxLayout" > - <property name="margin" > - <number>0</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="QTabWidget" name="tabWidget" > - <property name="whatsThis" > - <string>Displays help topics organized by category, index or bookmarks. Another tab inherits the full text search.</string> - </property> - <widget class="QWidget" name="contentPage" > - <attribute name="title" > - <string>Con&tents</string> - </attribute> - <layout class="QVBoxLayout" > - <property name="margin" > - <number>5</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="QTreeWidget" name="listContents" > - <property name="contextMenuPolicy" > - <enum>Qt::CustomContextMenu</enum> - </property> - <property name="whatsThis" > - <string><b>Help topics organized by category.</b><p>Double-click an item to see the topics in that category. To view a topic, just double-click it.</p></string> - </property> - <property name="rootIsDecorated" > - <bool>true</bool> - </property> - <property name="uniformRowHeights" > - <bool>true</bool> - </property> - <column> - <property name="text" > - <string>column 1</string> - </property> - </column> - </widget> - </item> - </layout> - </widget> - <widget class="QWidget" name="indexPage" > - <attribute name="title" > - <string>&Index</string> - </attribute> - <layout class="QVBoxLayout" > - <property name="margin" > - <number>5</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="QLabel" name="TextLabel1" > - <property name="text" > - <string>&Look For:</string> - </property> - <property name="buddy" > - <cstring>editIndex</cstring> - </property> - </widget> - </item> - <item> - <widget class="QLineEdit" name="editIndex" > - <property name="toolTip" > - <string>Enter keyword</string> - </property> - <property name="whatsThis" > - <string><b>Enter a keyword.</b><p>The list will select an item that matches the entered string best.</p></string> - </property> - </widget> - </item> - <item> - <widget class="QListView" name="listIndex" > - <property name="contextMenuPolicy" > - <enum>Qt::CustomContextMenu</enum> - </property> - <property name="whatsThis" > - <string><b>List of available help topics.</b><p>Double-click on an item to open its help page. If more than one is found, you must specify which page you want.</p></string> - </property> - </widget> - </item> - </layout> - </widget> - <widget class="QWidget" name="bookmarkPage" > - <attribute name="title" > - <string>&Bookmarks</string> - </attribute> - <layout class="QVBoxLayout" > - <property name="margin" > - <number>5</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="QTreeWidget" name="listBookmarks" > - <property name="contextMenuPolicy" > - <enum>Qt::CustomContextMenu</enum> - </property> - <property name="whatsThis" > - <string>Displays the list of bookmarks.</string> - </property> - <property name="uniformRowHeights" > - <bool>true</bool> - </property> - <column> - <property name="text" > - <string>column 1</string> - </property> - </column> - </widget> - </item> - <item> - <layout class="QHBoxLayout" > - <property name="margin" > - <number>0</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeType" > - <enum>QSizePolicy::Expanding</enum> - </property> - <property name="sizeHint" > - <size> - <width>20</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item> - <widget class="QPushButton" name="buttonAdd" > - <property name="toolTip" > - <string>Add new bookmark</string> - </property> - <property name="whatsThis" > - <string>Add the currently displayed page as a new bookmark.</string> - </property> - <property name="text" > - <string>&New</string> - </property> - </widget> - </item> - <item> - <widget class="QPushButton" name="buttonRemove" > - <property name="toolTip" > - <string>Delete bookmark</string> - </property> - <property name="whatsThis" > - <string>Delete the selected bookmark.</string> - </property> - <property name="text" > - <string>&Delete</string> - </property> - </widget> - </item> - </layout> - </item> - </layout> - </widget> - <widget class="QWidget" name="searchPage" > - <attribute name="title" > - <string>&Search</string> - </attribute> - <layout class="QGridLayout" > - <property name="margin" > - <number>5</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item row="3" column="0" > - <spacer> - <property name="orientation" > - <enum>Qt::Vertical</enum> - </property> - <property name="sizeType" > - <enum>QSizePolicy::Fixed</enum> - </property> - <property name="sizeHint" > - <size> - <width>20</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item row="0" column="0" > - <widget class="QLabel" name="TextLabel1_2" > - <property name="text" > - <string>Searching f&or:</string> - </property> - <property name="buddy" > - <cstring>termsEdit</cstring> - </property> - </widget> - </item> - <item row="1" column="0" > - <widget class="QLineEdit" name="termsEdit" > - <property name="toolTip" > - <string>Enter searchword(s).</string> - </property> - <property name="whatsThis" > - <string><b>Enter search word(s).</b><p>Enter here the word(s) you are looking for. The words may contain wildcards (*). For a sequence of words quote them.</p></string> - </property> - </widget> - </item> - <item row="5" column="0" > - <widget class="QListWidget" name="resultBox" > - <property name="contextMenuPolicy" > - <enum>Qt::CustomContextMenu</enum> - </property> - <property name="whatsThis" > - <string><b>Found documents</b><p>This list contains all found documents from the last search. The documents are ordered, i.e. the first document has the most matches.</p></string> - </property> - </widget> - </item> - <item row="4" column="0" > - <widget class="QLabel" name="TextLabel2" > - <property name="text" > - <string>Found &Documents:</string> - </property> - <property name="buddy" > - <cstring>resultBox</cstring> - </property> - </widget> - </item> - <item row="2" column="0" > - <layout class="QHBoxLayout" > - <property name="margin" > - <number>1</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="QPushButton" name="helpButton" > - <property name="toolTip" > - <string>Display the help page.</string> - </property> - <property name="whatsThis" > - <string>Display the help page for the full text search.</string> - </property> - <property name="text" > - <string>He&lp</string> - </property> - </widget> - </item> - <item> - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeType" > - <enum>QSizePolicy::Expanding</enum> - </property> - <property name="sizeHint" > - <size> - <width>61</width> - <height>21</height> - </size> - </property> - </spacer> - </item> - <item> - <widget class="QPushButton" name="searchButton" > - <property name="toolTip" > - <string>Start searching.</string> - </property> - <property name="whatsThis" > - <string>Pressing this button starts the search.</string> - </property> - <property name="text" > - <string>&Search</string> - </property> - <property name="enabled" > - <bool>false</bool> - </property> - </widget> - </item> - </layout> - </item> - </layout> - </widget> - </widget> - </item> - <item> - <widget class="QFrame" name="framePrepare" > - <property name="frameShape" > - <enum>QFrame::StyledPanel</enum> - </property> - <property name="frameShadow" > - <enum>QFrame::Raised</enum> - </property> - <layout class="QHBoxLayout" > - <property name="margin" > - <number>3</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="QLabel" name="labelPrepare" > - <property name="text" > - <string>Preparing...</string> - </property> - </widget> - </item> - <item> - <widget class="QProgressBar" name="progressPrepare" /> - </item> - </layout> - </widget> - </item> - </layout> - </widget> - <pixmapfunction></pixmapfunction> - <tabstops> - <tabstop>tabWidget</tabstop> - <tabstop>listContents</tabstop> - <tabstop>editIndex</tabstop> - <tabstop>listIndex</tabstop> - <tabstop>listBookmarks</tabstop> - <tabstop>buttonAdd</tabstop> - <tabstop>buttonRemove</tabstop> - <tabstop>termsEdit</tabstop> - <tabstop>searchButton</tabstop> - <tabstop>helpButton</tabstop> - <tabstop>resultBox</tabstop> - </tabstops> - <resources/> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/history.ui b/tests/manual/uiloader/baseline/history.ui deleted file mode 100644 index 0944940e7..000000000 --- a/tests/manual/uiloader/baseline/history.ui +++ /dev/null @@ -1,106 +0,0 @@ -<ui version="4.0" > - <class>HistoryDialog</class> - <widget class="QDialog" name="HistoryDialog" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>758</width> - <height>450</height> - </rect> - </property> - <property name="windowTitle" > - <string>History</string> - </property> - <layout class="QGridLayout" name="gridLayout" > - <item row="0" column="0" > - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" stdset="0" > - <size> - <width>252</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item row="0" column="1" > - <widget class="SearchLineEdit" name="search" /> - </item> - <item row="1" column="0" colspan="2" > - <widget class="EditTreeView" name="tree" /> - </item> - <item row="2" column="0" colspan="2" > - <layout class="QHBoxLayout" > - <item> - <widget class="QPushButton" name="removeButton" > - <property name="text" > - <string>&Remove</string> - </property> - </widget> - </item> - <item> - <widget class="QPushButton" name="removeAllButton" > - <property name="text" > - <string>Remove &All</string> - </property> - </widget> - </item> - <item> - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" stdset="0" > - <size> - <width>40</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item> - <widget class="QDialogButtonBox" name="buttonBox" > - <property name="standardButtons" > - <set>QDialogButtonBox::Ok</set> - </property> - </widget> - </item> - </layout> - </item> - </layout> - </widget> - <customwidgets> - <customwidget> - <class>SearchLineEdit</class> - <extends>QLineEdit</extends> - <header>searchlineedit.h</header> - </customwidget> - <customwidget> - <class>EditTreeView</class> - <extends>QTreeView</extends> - <header>edittreeview.h</header> - </customwidget> - </customwidgets> - <resources/> - <connections> - <connection> - <sender>buttonBox</sender> - <signal>accepted()</signal> - <receiver>HistoryDialog</receiver> - <slot>accept()</slot> - <hints> - <hint type="sourcelabel" > - <x>472</x> - <y>329</y> - </hint> - <hint type="destinationlabel" > - <x>461</x> - <y>356</y> - </hint> - </hints> - </connection> - </connections> -</ui> diff --git a/tests/manual/uiloader/baseline/identifierpage.ui b/tests/manual/uiloader/baseline/identifierpage.ui deleted file mode 100644 index cd0df7563..000000000 --- a/tests/manual/uiloader/baseline/identifierpage.ui +++ /dev/null @@ -1,132 +0,0 @@ -<ui version="4.0" > - <class>IdentifierPage</class> - <widget class="QWidget" name="IdentifierPage" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>417</width> - <height>242</height> - </rect> - </property> - <property name="windowTitle" > - <string>Form</string> - </property> - <layout class="QGridLayout" > - <item row="0" column="1" > - <spacer> - <property name="orientation" > - <enum>Qt::Vertical</enum> - </property> - <property name="sizeType" > - <enum>QSizePolicy::Fixed</enum> - </property> - <property name="sizeHint" > - <size> - <width>20</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item row="1" column="0" colspan="3" > - <widget class="QCheckBox" name="identifierCheckBox" > - <property name="text" > - <string>Create identifiers</string> - </property> - </widget> - </item> - <item row="1" column="3" > - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" > - <size> - <width>161</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item row="2" column="0" > - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeType" > - <enum>QSizePolicy::Fixed</enum> - </property> - <property name="sizeHint" > - <size> - <width>30</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item row="2" column="1" > - <widget class="QRadioButton" name="globalButton" > - <property name="enabled" > - <bool>false</bool> - </property> - <property name="text" > - <string>Global prefix:</string> - </property> - <property name="checked" > - <bool>true</bool> - </property> - </widget> - </item> - <item row="2" column="2" > - <widget class="QLineEdit" name="prefixLineEdit" > - <property name="enabled" > - <bool>false</bool> - </property> - </widget> - </item> - <item row="3" column="1" colspan="2" > - <widget class="QRadioButton" name="fileNameButton" > - <property name="enabled" > - <bool>false</bool> - </property> - <property name="text" > - <string>Inherit prefix from file names</string> - </property> - </widget> - </item> - <item row="4" column="1" > - <spacer> - <property name="orientation" > - <enum>Qt::Vertical</enum> - </property> - <property name="sizeHint" > - <size> - <width>20</width> - <height>31</height> - </size> - </property> - </spacer> - </item> - </layout> - </widget> - <resources/> - <connections> - <connection> - <sender>globalButton</sender> - <signal>toggled(bool)</signal> - <receiver>prefixLineEdit</receiver> - <slot>setEnabled(bool)</slot> - <hints> - <hint type="sourcelabel" > - <x>122</x> - <y>72</y> - </hint> - <hint type="destinationlabel" > - <x>161</x> - <y>71</y> - </hint> - </hints> - </connection> - </connections> -</ui> diff --git a/tests/manual/uiloader/baseline/imagedialog.ui b/tests/manual/uiloader/baseline/imagedialog.ui deleted file mode 100644 index 1c5e546f2..000000000 --- a/tests/manual/uiloader/baseline/imagedialog.ui +++ /dev/null @@ -1,389 +0,0 @@ -<ui version="4.0" > - <comment></comment> - <class>ImageDialog</class> - <widget class="QDialog" > - <property name="objectName" > - <string notr="true" >ImageDialog</string> - </property> - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>320</width> - <height>180</height> - </rect> - </property> - <property name="windowTitle" > - <string>Create Image</string> - </property> - <layout class="QVBoxLayout" > - <property name="objectName" > - <string notr="true" /> - </property> - <property name="margin" > - <number>9</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <layout class="QGridLayout" > - <property name="objectName" > - <string notr="true" /> - </property> - <property name="margin" > - <number>1</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item row="1" column="0" > - <widget class="QLabel" name="widthLabel" > - <property name="objectName" > - <string notr="true" >widthLabel</string> - </property> - <property name="geometry" > - <rect> - <x>1</x> - <y>27</y> - <width>67</width> - <height>22</height> - </rect> - </property> - <property name="frameShape" > - <enum>QFrame::NoFrame</enum> - </property> - <property name="frameShadow" > - <enum>QFrame::Plain</enum> - </property> - <property name="text" > - <string>Width:</string> - </property> - <property name="textFormat" > - <enum>Qt::AutoText</enum> - </property> - </widget> - </item> - <item row="2" column="0" > - <widget class="QLabel" name="heightLabel" > - <property name="objectName" > - <string notr="true" >heightLabel</string> - </property> - <property name="geometry" > - <rect> - <x>1</x> - <y>55</y> - <width>67</width> - <height>22</height> - </rect> - </property> - <property name="frameShape" > - <enum>QFrame::NoFrame</enum> - </property> - <property name="frameShadow" > - <enum>QFrame::Plain</enum> - </property> - <property name="text" > - <string>Height:</string> - </property> - <property name="textFormat" > - <enum>Qt::AutoText</enum> - </property> - </widget> - </item> - <item row="3" column="1" > - <widget class="QComboBox" name="colorDepthCombo" > - <property name="objectName" > - <string notr="true" >colorDepthCombo</string> - </property> - <property name="geometry" > - <rect> - <x>74</x> - <y>83</y> - <width>227</width> - <height>22</height> - </rect> - </property> - <property name="sizePolicy" > - <sizepolicy> - <hsizetype>5</hsizetype> - <vsizetype>0</vsizetype> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="insertPolicy" > - <enum>QComboBox::InsertAtBottom</enum> - </property> - </widget> - </item> - <item row="0" column="1" > - <widget class="QLineEdit" name="nameLineEdit" > - <property name="objectName" > - <string notr="true" >nameLineEdit</string> - </property> - <property name="geometry" > - <rect> - <x>74</x> - <y>83</y> - <width>227</width> - <height>22</height> - </rect> - </property> - <property name="sizePolicy" > - <sizepolicy> - <hsizetype>5</hsizetype> - <vsizetype>0</vsizetype> - <horstretch>1</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="text" > - <string>Untitled image</string> - </property> - <property name="echoMode" > - <enum>QLineEdit::Normal</enum> - </property> - </widget> - </item> - <item row="1" column="1" > - <widget class="QSpinBox" name="spinBox" > - <property name="objectName" > - <string notr="true" >spinBox</string> - </property> - <property name="geometry" > - <rect> - <x>74</x> - <y>1</y> - <width>227</width> - <height>20</height> - </rect> - </property> - <property name="sizePolicy" > - <sizepolicy> - <hsizetype>5</hsizetype> - <vsizetype>0</vsizetype> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="buttonSymbols" > - <enum>QAbstractSpinBox::UpDownArrows</enum> - </property> - <property name="value" > - <number>32</number> - </property> - <property name="maximum" > - <number>1024</number> - </property> - <property name="minimum" > - <number>1</number> - </property> - </widget> - </item> - <item row="2" column="1" > - <widget class="QSpinBox" name="spinBox_2" > - <property name="objectName" > - <string notr="true" >spinBox_2</string> - </property> - <property name="geometry" > - <rect> - <x>74</x> - <y>27</y> - <width>227</width> - <height>22</height> - </rect> - </property> - <property name="sizePolicy" > - <sizepolicy> - <hsizetype>5</hsizetype> - <vsizetype>0</vsizetype> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="buttonSymbols" > - <enum>QAbstractSpinBox::UpDownArrows</enum> - </property> - <property name="value" > - <number>32</number> - </property> - <property name="maximum" > - <number>1024</number> - </property> - <property name="minimum" > - <number>1</number> - </property> - </widget> - </item> - <item row="0" column="0" > - <widget class="QLabel" name="nameLabel" > - <property name="objectName" > - <string notr="true" >nameLabel</string> - </property> - <property name="geometry" > - <rect> - <x>1</x> - <y>1</y> - <width>67</width> - <height>20</height> - </rect> - </property> - <property name="frameShape" > - <enum>QFrame::NoFrame</enum> - </property> - <property name="frameShadow" > - <enum>QFrame::Plain</enum> - </property> - <property name="text" > - <string>Name:</string> - </property> - <property name="textFormat" > - <enum>Qt::AutoText</enum> - </property> - </widget> - </item> - <item row="3" column="0" > - <widget class="QLabel" name="colorDepthLabel" > - <property name="objectName" > - <string notr="true" >colorDepthLabel</string> - </property> - <property name="geometry" > - <rect> - <x>1</x> - <y>83</y> - <width>67</width> - <height>22</height> - </rect> - </property> - <property name="frameShape" > - <enum>QFrame::NoFrame</enum> - </property> - <property name="frameShadow" > - <enum>QFrame::Plain</enum> - </property> - <property name="text" > - <string>Color depth:</string> - </property> - <property name="textFormat" > - <enum>Qt::AutoText</enum> - </property> - </widget> - </item> - </layout> - </item> - <item> - <spacer> - <property name="objectName" > - <string notr="true" /> - </property> - <property name="geometry" > - <rect> - <x>9</x> - <y>121</y> - <width>302</width> - <height>18</height> - </rect> - </property> - <property name="orientation" > - <enum>Qt::Vertical</enum> - </property> - </spacer> - </item> - <item> - <layout class="QHBoxLayout" > - <property name="objectName" > - <string notr="true" /> - </property> - <property name="margin" > - <number>1</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <spacer> - <property name="objectName" > - <string notr="true" /> - </property> - <property name="geometry" > - <rect> - <x>1</x> - <y>1</y> - <width>128</width> - <height>24</height> - </rect> - </property> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - </spacer> - </item> - <item> - <widget class="QPushButton" name="okButton" > - <property name="objectName" > - <string notr="true" >okButton</string> - </property> - <property name="geometry" > - <rect> - <x>135</x> - <y>1</y> - <width>80</width> - <height>24</height> - </rect> - </property> - <property name="text" > - <string>OK</string> - </property> - </widget> - </item> - <item> - <widget class="QPushButton" name="cancelButton" > - <property name="objectName" > - <string notr="true" >cancelButton</string> - </property> - <property name="geometry" > - <rect> - <x>221</x> - <y>1</y> - <width>80</width> - <height>24</height> - </rect> - </property> - <property name="text" > - <string>Cancel</string> - </property> - </widget> - </item> - </layout> - </item> - </layout> - </widget> - <pixmapfunction></pixmapfunction> - <tabstops> - <tabstop>nameLineEdit</tabstop> - <tabstop>spinBox</tabstop> - <tabstop>spinBox_2</tabstop> - <tabstop>colorDepthCombo</tabstop> - <tabstop>okButton</tabstop> - <tabstop>cancelButton</tabstop> - </tabstops> - <connections> - <connection> - <sender>nameLineEdit</sender> - <signal>returnPressed()</signal> - <receiver>okButton</receiver> - <slot>animateClick()</slot> - <hints> - <hint type="sourcelabel" > - <x>-1</x> - <y>7</y> - </hint> - <hint type="destinationlabel" > - <x>-1</x> - <y>7</y> - </hint> - </hints> - </connection> - </connections> -</ui> diff --git a/tests/manual/uiloader/baseline/images/arrow-down.png b/tests/manual/uiloader/baseline/images/arrow-down.png Binary files differdeleted file mode 100644 index 7c9274f30..000000000 --- a/tests/manual/uiloader/baseline/images/arrow-down.png +++ /dev/null diff --git a/tests/manual/uiloader/baseline/images/arrow-up.png b/tests/manual/uiloader/baseline/images/arrow-up.png Binary files differdeleted file mode 100644 index 758a0d1af..000000000 --- a/tests/manual/uiloader/baseline/images/arrow-up.png +++ /dev/null diff --git a/tests/manual/uiloader/baseline/images/borderimage.png b/tests/manual/uiloader/baseline/images/borderimage.png Binary files differdeleted file mode 100644 index 199fc890f..000000000 --- a/tests/manual/uiloader/baseline/images/borderimage.png +++ /dev/null diff --git a/tests/manual/uiloader/baseline/images/checkbox_checked.png b/tests/manual/uiloader/baseline/images/checkbox_checked.png Binary files differdeleted file mode 100644 index cbf06f651..000000000 --- a/tests/manual/uiloader/baseline/images/checkbox_checked.png +++ /dev/null diff --git a/tests/manual/uiloader/baseline/images/checkbox_checked_hover.png b/tests/manual/uiloader/baseline/images/checkbox_checked_hover.png Binary files differdeleted file mode 100644 index fb4d4d3fd..000000000 --- a/tests/manual/uiloader/baseline/images/checkbox_checked_hover.png +++ /dev/null diff --git a/tests/manual/uiloader/baseline/images/checkbox_checked_pressed.png b/tests/manual/uiloader/baseline/images/checkbox_checked_pressed.png Binary files differdeleted file mode 100644 index 852fcc030..000000000 --- a/tests/manual/uiloader/baseline/images/checkbox_checked_pressed.png +++ /dev/null diff --git a/tests/manual/uiloader/baseline/images/checkbox_unchecked.png b/tests/manual/uiloader/baseline/images/checkbox_unchecked.png Binary files differdeleted file mode 100644 index 5f5465582..000000000 --- a/tests/manual/uiloader/baseline/images/checkbox_unchecked.png +++ /dev/null diff --git a/tests/manual/uiloader/baseline/images/checkbox_unchecked_hover.png b/tests/manual/uiloader/baseline/images/checkbox_unchecked_hover.png Binary files differdeleted file mode 100644 index 687364497..000000000 --- a/tests/manual/uiloader/baseline/images/checkbox_unchecked_hover.png +++ /dev/null diff --git a/tests/manual/uiloader/baseline/images/checkbox_unchecked_pressed.png b/tests/manual/uiloader/baseline/images/checkbox_unchecked_pressed.png Binary files differdeleted file mode 100644 index 6a768c44d..000000000 --- a/tests/manual/uiloader/baseline/images/checkbox_unchecked_pressed.png +++ /dev/null diff --git a/tests/manual/uiloader/baseline/images/down_arrow.png b/tests/manual/uiloader/baseline/images/down_arrow.png Binary files differdeleted file mode 100644 index 85004aeaf..000000000 --- a/tests/manual/uiloader/baseline/images/down_arrow.png +++ /dev/null diff --git a/tests/manual/uiloader/baseline/images/down_arrow_disabled.png b/tests/manual/uiloader/baseline/images/down_arrow_disabled.png Binary files differdeleted file mode 100644 index d9eefed4c..000000000 --- a/tests/manual/uiloader/baseline/images/down_arrow_disabled.png +++ /dev/null diff --git a/tests/manual/uiloader/baseline/images/frame.png b/tests/manual/uiloader/baseline/images/frame.png Binary files differdeleted file mode 100644 index 05a600502..000000000 --- a/tests/manual/uiloader/baseline/images/frame.png +++ /dev/null diff --git a/tests/manual/uiloader/baseline/images/pagefold.png b/tests/manual/uiloader/baseline/images/pagefold.png Binary files differdeleted file mode 100644 index 69be8f2a3..000000000 --- a/tests/manual/uiloader/baseline/images/pagefold.png +++ /dev/null diff --git a/tests/manual/uiloader/baseline/images/pushbutton.png b/tests/manual/uiloader/baseline/images/pushbutton.png Binary files differdeleted file mode 100644 index c7529ba02..000000000 --- a/tests/manual/uiloader/baseline/images/pushbutton.png +++ /dev/null diff --git a/tests/manual/uiloader/baseline/images/pushbutton_hover.png b/tests/manual/uiloader/baseline/images/pushbutton_hover.png Binary files differdeleted file mode 100644 index af0ef9d56..000000000 --- a/tests/manual/uiloader/baseline/images/pushbutton_hover.png +++ /dev/null diff --git a/tests/manual/uiloader/baseline/images/pushbutton_pressed.png b/tests/manual/uiloader/baseline/images/pushbutton_pressed.png Binary files differdeleted file mode 100644 index f7381f752..000000000 --- a/tests/manual/uiloader/baseline/images/pushbutton_pressed.png +++ /dev/null diff --git a/tests/manual/uiloader/baseline/images/radiobutton_checked.png b/tests/manual/uiloader/baseline/images/radiobutton_checked.png Binary files differdeleted file mode 100644 index 8ab915757..000000000 --- a/tests/manual/uiloader/baseline/images/radiobutton_checked.png +++ /dev/null diff --git a/tests/manual/uiloader/baseline/images/radiobutton_checked_hover.png b/tests/manual/uiloader/baseline/images/radiobutton_checked_hover.png Binary files differdeleted file mode 100644 index d68cb009a..000000000 --- a/tests/manual/uiloader/baseline/images/radiobutton_checked_hover.png +++ /dev/null diff --git a/tests/manual/uiloader/baseline/images/radiobutton_checked_pressed.png b/tests/manual/uiloader/baseline/images/radiobutton_checked_pressed.png Binary files differdeleted file mode 100644 index e3cd5a59e..000000000 --- a/tests/manual/uiloader/baseline/images/radiobutton_checked_pressed.png +++ /dev/null diff --git a/tests/manual/uiloader/baseline/images/radiobutton_unchecked.png b/tests/manual/uiloader/baseline/images/radiobutton_unchecked.png Binary files differdeleted file mode 100644 index 321a9a155..000000000 --- a/tests/manual/uiloader/baseline/images/radiobutton_unchecked.png +++ /dev/null diff --git a/tests/manual/uiloader/baseline/images/radiobutton_unchecked_hover.png b/tests/manual/uiloader/baseline/images/radiobutton_unchecked_hover.png Binary files differdeleted file mode 100644 index 666a3b0bd..000000000 --- a/tests/manual/uiloader/baseline/images/radiobutton_unchecked_hover.png +++ /dev/null diff --git a/tests/manual/uiloader/baseline/images/radiobutton_unchecked_pressed.png b/tests/manual/uiloader/baseline/images/radiobutton_unchecked_pressed.png Binary files differdeleted file mode 100644 index c4b0567aa..000000000 --- a/tests/manual/uiloader/baseline/images/radiobutton_unchecked_pressed.png +++ /dev/null diff --git a/tests/manual/uiloader/baseline/images/sizegrip.png b/tests/manual/uiloader/baseline/images/sizegrip.png Binary files differdeleted file mode 100644 index 350583aaa..000000000 --- a/tests/manual/uiloader/baseline/images/sizegrip.png +++ /dev/null diff --git a/tests/manual/uiloader/baseline/images/spindown.png b/tests/manual/uiloader/baseline/images/spindown.png Binary files differdeleted file mode 100644 index 7ff3c6492..000000000 --- a/tests/manual/uiloader/baseline/images/spindown.png +++ /dev/null diff --git a/tests/manual/uiloader/baseline/images/spindown_hover.png b/tests/manual/uiloader/baseline/images/spindown_hover.png Binary files differdeleted file mode 100644 index 1486c4dfe..000000000 --- a/tests/manual/uiloader/baseline/images/spindown_hover.png +++ /dev/null diff --git a/tests/manual/uiloader/baseline/images/spindown_off.png b/tests/manual/uiloader/baseline/images/spindown_off.png Binary files differdeleted file mode 100644 index a90ab3f03..000000000 --- a/tests/manual/uiloader/baseline/images/spindown_off.png +++ /dev/null diff --git a/tests/manual/uiloader/baseline/images/spindown_pressed.png b/tests/manual/uiloader/baseline/images/spindown_pressed.png Binary files differdeleted file mode 100644 index f6271cbde..000000000 --- a/tests/manual/uiloader/baseline/images/spindown_pressed.png +++ /dev/null diff --git a/tests/manual/uiloader/baseline/images/spinup.png b/tests/manual/uiloader/baseline/images/spinup.png Binary files differdeleted file mode 100644 index 1069dd00d..000000000 --- a/tests/manual/uiloader/baseline/images/spinup.png +++ /dev/null diff --git a/tests/manual/uiloader/baseline/images/spinup_hover.png b/tests/manual/uiloader/baseline/images/spinup_hover.png Binary files differdeleted file mode 100644 index 884c8d77c..000000000 --- a/tests/manual/uiloader/baseline/images/spinup_hover.png +++ /dev/null diff --git a/tests/manual/uiloader/baseline/images/spinup_off.png b/tests/manual/uiloader/baseline/images/spinup_off.png Binary files differdeleted file mode 100644 index 02dad1fb2..000000000 --- a/tests/manual/uiloader/baseline/images/spinup_off.png +++ /dev/null diff --git a/tests/manual/uiloader/baseline/images/spinup_pressed.png b/tests/manual/uiloader/baseline/images/spinup_pressed.png Binary files differdeleted file mode 100644 index b1843e2a1..000000000 --- a/tests/manual/uiloader/baseline/images/spinup_pressed.png +++ /dev/null diff --git a/tests/manual/uiloader/baseline/images/splitter_horizontal.png b/tests/manual/uiloader/baseline/images/splitter_horizontal.png Binary files differdeleted file mode 100644 index 66107cf54..000000000 --- a/tests/manual/uiloader/baseline/images/splitter_horizontal.png +++ /dev/null diff --git a/tests/manual/uiloader/baseline/images/splitter_vertical.png b/tests/manual/uiloader/baseline/images/splitter_vertical.png Binary files differdeleted file mode 100644 index f907c0b57..000000000 --- a/tests/manual/uiloader/baseline/images/splitter_vertical.png +++ /dev/null diff --git a/tests/manual/uiloader/baseline/images/up_arrow.png b/tests/manual/uiloader/baseline/images/up_arrow.png Binary files differdeleted file mode 100644 index e7f7ddb3a..000000000 --- a/tests/manual/uiloader/baseline/images/up_arrow.png +++ /dev/null diff --git a/tests/manual/uiloader/baseline/images/up_arrow_disabled.png b/tests/manual/uiloader/baseline/images/up_arrow_disabled.png Binary files differdeleted file mode 100644 index 4d2c27770..000000000 --- a/tests/manual/uiloader/baseline/images/up_arrow_disabled.png +++ /dev/null diff --git a/tests/manual/uiloader/baseline/inputpage.ui b/tests/manual/uiloader/baseline/inputpage.ui deleted file mode 100644 index e7cd3a0fa..000000000 --- a/tests/manual/uiloader/baseline/inputpage.ui +++ /dev/null @@ -1,79 +0,0 @@ -<ui version="4.0" > - <class>InputPage</class> - <widget class="QWidget" name="InputPage" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>417</width> - <height>242</height> - </rect> - </property> - <property name="windowTitle" > - <string>Form</string> - </property> - <layout class="QGridLayout" > - <item row="0" column="2" > - <spacer> - <property name="orientation" > - <enum>Qt::Vertical</enum> - </property> - <property name="sizeType" > - <enum>QSizePolicy::Fixed</enum> - </property> - <property name="sizeHint" > - <size> - <width>20</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item row="1" column="0" > - <widget class="QLabel" name="label" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Preferred" hsizetype="Maximum" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="text" > - <string>File name:</string> - </property> - </widget> - </item> - <item row="1" column="1" colspan="2" > - <layout class="QHBoxLayout" > - <property name="spacing" > - <number>0</number> - </property> - <item> - <widget class="QLineEdit" name="fileLineEdit" /> - </item> - <item> - <widget class="QToolButton" name="browseButton" > - <property name="text" > - <string>...</string> - </property> - </widget> - </item> - </layout> - </item> - <item row="2" column="1" > - <spacer> - <property name="orientation" > - <enum>Qt::Vertical</enum> - </property> - <property name="sizeHint" > - <size> - <width>20</width> - <height>31</height> - </size> - </property> - </spacer> - </item> - </layout> - </widget> - <resources/> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/installdialog.ui b/tests/manual/uiloader/baseline/installdialog.ui deleted file mode 100644 index 21a05da77..000000000 --- a/tests/manual/uiloader/baseline/installdialog.ui +++ /dev/null @@ -1,118 +0,0 @@ -<ui version="4.0" > - <class>InstallDialog</class> - <widget class="QDialog" name="InstallDialog" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>436</width> - <height>245</height> - </rect> - </property> - <property name="windowTitle" > - <string>Install Documentation</string> - </property> - <layout class="QGridLayout" > - <item row="0" column="0" colspan="4" > - <widget class="QLabel" name="label" > - <property name="text" > - <string>Available Documentation:</string> - </property> - </widget> - </item> - <item rowspan="4" row="1" column="0" colspan="4" > - <widget class="QListWidget" name="listWidget" /> - </item> - <item row="1" column="4" > - <widget class="QPushButton" name="installButton" > - <property name="text" > - <string>Install</string> - </property> - </widget> - </item> - <item row="2" column="4" > - <widget class="QPushButton" name="cancelButton" > - <property name="text" > - <string>Cancel</string> - </property> - </widget> - </item> - <item row="3" column="4" > - <widget class="QPushButton" name="closeButton" > - <property name="text" > - <string>Close</string> - </property> - </widget> - </item> - <item row="4" column="4" > - <spacer> - <property name="orientation" > - <enum>Qt::Vertical</enum> - </property> - <property name="sizeHint" > - <size> - <width>20</width> - <height>56</height> - </size> - </property> - </spacer> - </item> - <item row="5" column="0" > - <widget class="QLabel" name="label_4" > - <property name="text" > - <string>Installation Path:</string> - </property> - </widget> - </item> - <item row="5" column="1" colspan="2" > - <widget class="QLineEdit" name="pathLineEdit" /> - </item> - <item row="5" column="3" > - <widget class="QToolButton" name="browseButton" > - <property name="text" > - <string>...</string> - </property> - </widget> - </item> - <item row="6" column="0" colspan="5" > - <widget class="Line" name="line" > - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - </widget> - </item> - <item row="7" column="0" colspan="2" > - <widget class="QLabel" name="statusLabel" /> - </item> - <item row="7" column="2" colspan="3" > - <widget class="QProgressBar" name="progressBar" > - <property name="value" > - <number>0</number> - </property> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - </widget> - </item> - </layout> - </widget> - <resources/> - <connections> - <connection> - <sender>closeButton</sender> - <signal>clicked()</signal> - <receiver>InstallDialog</receiver> - <slot>accept()</slot> - <hints> - <hint type="sourcelabel" > - <x>330</x> - <y>107</y> - </hint> - <hint type="destinationlabel" > - <x>332</x> - <y>158</y> - </hint> - </hints> - </connection> - </connections> -</ui> diff --git a/tests/manual/uiloader/baseline/languagesdialog.ui b/tests/manual/uiloader/baseline/languagesdialog.ui deleted file mode 100644 index 93b490e9e..000000000 --- a/tests/manual/uiloader/baseline/languagesdialog.ui +++ /dev/null @@ -1,160 +0,0 @@ -<ui version="4.0" > - <class>LanguagesDialog</class> - <widget class="QDialog" name="LanguagesDialog" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>400</width> - <height>300</height> - </rect> - </property> - <property name="windowTitle" > - <string>Auxiliary Languages</string> - </property> - <layout class="QVBoxLayout" name="verticalLayout" > - <item> - <widget class="QTreeWidget" name="languagesList" > - <property name="indentation" > - <number>0</number> - </property> - <column> - <property name="text" > - <string>Locale</string> - </property> - </column> - <column> - <property name="text" > - <string>File</string> - </property> - </column> - </widget> - </item> - <item> - <layout class="QHBoxLayout" > - <item> - <widget class="QToolButton" name="upButton" > - <property name="enabled" > - <bool>false</bool> - </property> - <property name="toolTip" > - <string><html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Move selected language up</p></body></html></string> - </property> - <property name="text" > - <string>up</string> - </property> - <property name="icon" > - <iconset resource="linguist.qrc" > - <normaloff>:/images/up.png</normaloff>:/images/up.png</iconset> - </property> - </widget> - </item> - <item> - <widget class="QToolButton" name="downButton" > - <property name="enabled" > - <bool>false</bool> - </property> - <property name="toolTip" > - <string><html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;">Move selected language down</p></body></html></string> - </property> - <property name="text" > - <string>down</string> - </property> - <property name="icon" > - <iconset resource="linguist.qrc" > - <normaloff>:/images/down.png</normaloff>:/images/down.png</iconset> - </property> - </widget> - </item> - <item> - <widget class="QToolButton" name="removeButton" > - <property name="enabled" > - <bool>false</bool> - </property> - <property name="toolTip" > - <string><html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Remove selected language</p></body></html></string> - </property> - <property name="text" > - <string>remove</string> - </property> - <property name="icon" > - <iconset resource="linguist.qrc" > - <normaloff>:/images/editdelete.png</normaloff>:/images/editdelete.png</iconset> - </property> - </widget> - </item> - <item> - <widget class="QToolButton" name="openFileButton" > - <property name="enabled" > - <bool>true</bool> - </property> - <property name="toolTip" > - <string><html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Open auxiliary language files</p></body></html></string> - </property> - <property name="text" > - <string>...</string> - </property> - <property name="icon" > - <iconset resource="linguist.qrc" > - <normaloff>:/images/mac/fileopen.png</normaloff>:/images/mac/fileopen.png</iconset> - </property> - </widget> - </item> - <item> - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" stdset="0" > - <size> - <width>121</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item> - <widget class="QPushButton" name="okButton" > - <property name="text" > - <string>OK</string> - </property> - </widget> - </item> - </layout> - </item> - </layout> - </widget> - <resources> - <include location="linguist.qrc" /> - </resources> - <connections> - <connection> - <sender>okButton</sender> - <signal>clicked()</signal> - <receiver>LanguagesDialog</receiver> - <slot>accept()</slot> - <hints> - <hint type="sourcelabel" > - <x>352</x> - <y>39</y> - </hint> - <hint type="destinationlabel" > - <x>233</x> - <y>29</y> - </hint> - </hints> - </connection> - </connections> -</ui> diff --git a/tests/manual/uiloader/baseline/listwidgeteditor.ui b/tests/manual/uiloader/baseline/listwidgeteditor.ui deleted file mode 100644 index b35247eec..000000000 --- a/tests/manual/uiloader/baseline/listwidgeteditor.ui +++ /dev/null @@ -1,218 +0,0 @@ -<ui version="4.0" > - <comment>********************************************************************* -** -** Copyright (C) 2015 The Qt Company Ltd. -** Contact: http://www.qt.io/licensing/ -** -** This file is part of the autotests of the Qt Toolkit. -** -** $QT_BEGIN_LICENSE:LGPL21$ -** Commercial License Usage -** Licensees holding valid commercial Qt licenses may use this file in -** accordance with the commercial license agreement provided with the -** Software or, alternatively, in accordance with the terms contained in -** a written agreement between you and The Qt Company. For licensing terms -** and conditions see http://www.qt.io/terms-conditions. For further -** information use the contact form at http://www.qt.io/contact-us. -** -** GNU Lesser General Public License Usage -** Alternatively, this file may be used under the terms of the GNU Lesser -** General Public License version 2.1 or version 3 as published by the Free -** Software Foundation and appearing in the file LICENSE.LGPLv21 and -** LICENSE.LGPLv3 included in the packaging of this file. Please review the -** following information to ensure the GNU Lesser General Public License -** requirements will be met: https://www.gnu.org/licenses/lgpl.html and -** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. -** -** As a special exception, The Qt Company gives you certain additional -** rights. These rights are described in The Qt Company LGPL Exception -** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. -** -** $QT_END_LICENSE$ -** -*********************************************************************</comment> - <class>qdesigner_internal::ListWidgetEditor</class> - <widget class="QDialog" name="qdesigner_internal::ListWidgetEditor" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>223</width> - <height>245</height> - </rect> - </property> - <property name="windowTitle" > - <string>Dialog</string> - </property> - <layout class="QVBoxLayout" > - <property name="spacing" > - <number>6</number> - </property> - <property name="margin" > - <number>9</number> - </property> - <item> - <widget class="QGroupBox" name="groupBox" > - <property name="title" > - <string>Items List</string> - </property> - <layout class="QGridLayout" name="gridLayout" > - <item row="0" column="0" > - <widget class="QListWidget" name="listWidget" > - <property name="toolTip" > - <string>Items List</string> - </property> - </widget> - </item> - <item row="1" column="0" > - <layout class="QHBoxLayout" name="horizontalLayout_2" > - <item> - <widget class="QToolButton" name="newItemButton" > - <property name="toolTip" > - <string>New Item</string> - </property> - <property name="text" > - <string>&New</string> - </property> - </widget> - </item> - <item> - <widget class="QToolButton" name="deleteItemButton" > - <property name="toolTip" > - <string>Delete Item</string> - </property> - <property name="text" > - <string>&Delete</string> - </property> - </widget> - </item> - <item> - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" stdset="0" > - <size> - <width>16</width> - <height>10</height> - </size> - </property> - </spacer> - </item> - <item> - <widget class="QToolButton" name="moveItemUpButton" > - <property name="toolTip" > - <string>Move Item Up</string> - </property> - <property name="text" > - <string>U</string> - </property> - </widget> - </item> - <item> - <widget class="QToolButton" name="moveItemDownButton" > - <property name="toolTip" > - <string>Move Item Down</string> - </property> - <property name="text" > - <string>D</string> - </property> - </widget> - </item> - </layout> - </item> - <item row="2" column="0" > - <layout class="QHBoxLayout" name="horizontalLayout" > - <item> - <widget class="QLabel" name="label" > - <property name="text" > - <string>Icon</string> - </property> - </widget> - </item> - <item> - <widget class="qdesigner_internal::IconSelector" native="1" name="itemIconSelector" /> - </item> - <item> - <spacer name="horizontalSpacer" > - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" stdset="0" > - <size> - <width>108</width> - <height>21</height> - </size> - </property> - </spacer> - </item> - </layout> - </item> - </layout> - </widget> - </item> - <item> - <widget class="QDialogButtonBox" name="buttonBox" > - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="standardButtons" > - <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> - </property> - </widget> - </item> - </layout> - <zorder>buttonBox</zorder> - <zorder>groupBox</zorder> - </widget> - <customwidgets> - <customwidget> - <class>qdesigner_internal::IconSelector</class> - <extends>QWidget</extends> - <header>iconselector_p.h</header> - <container>1</container> - </customwidget> - </customwidgets> - <tabstops> - <tabstop>listWidget</tabstop> - <tabstop>newItemButton</tabstop> - <tabstop>deleteItemButton</tabstop> - <tabstop>moveItemUpButton</tabstop> - <tabstop>moveItemDownButton</tabstop> - </tabstops> - <resources/> - <connections> - <connection> - <sender>buttonBox</sender> - <signal>accepted()</signal> - <receiver>qdesigner_internal::ListWidgetEditor</receiver> - <slot>accept()</slot> - <hints> - <hint type="sourcelabel" > - <x>140</x> - <y>291</y> - </hint> - <hint type="destinationlabel" > - <x>73</x> - <y>301</y> - </hint> - </hints> - </connection> - <connection> - <sender>buttonBox</sender> - <signal>rejected()</signal> - <receiver>qdesigner_internal::ListWidgetEditor</receiver> - <slot>reject()</slot> - <hints> - <hint type="sourcelabel" > - <x>230</x> - <y>289</y> - </hint> - <hint type="destinationlabel" > - <x>253</x> - <y>304</y> - </hint> - </hints> - </connection> - </connections> -</ui> diff --git a/tests/manual/uiloader/baseline/mainwindow.ui b/tests/manual/uiloader/baseline/mainwindow.ui deleted file mode 100644 index f6eda4fdd..000000000 --- a/tests/manual/uiloader/baseline/mainwindow.ui +++ /dev/null @@ -1,502 +0,0 @@ -<ui version="4.0" > - <class>MainWindow</class> - <widget class="QMainWindow" name="MainWindow" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>829</width> - <height>813</height> - </rect> - </property> - <property name="windowTitle" > - <string>MakeQPF</string> - </property> - <widget class="QWidget" name="centralwidget" > - <layout class="QVBoxLayout" > - <property name="margin" > - <number>9</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="QGroupBox" name="groupBox" > - <property name="title" > - <string>Font Properties</string> - </property> - <layout class="QHBoxLayout" > - <property name="margin" > - <number>9</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="QLabel" name="label" > - <property name="text" > - <string>Family:</string> - </property> - </widget> - </item> - <item> - <widget class="QFontComboBox" name="fontComboBox" /> - </item> - <item> - <widget class="QLabel" name="label_2" > - <property name="text" > - <string>Pixel Size:</string> - </property> - </widget> - </item> - <item> - <widget class="QSpinBox" name="pixelSize" > - <property name="minimum" > - <number>1</number> - </property> - </widget> - </item> - <item> - <widget class="QLabel" name="label_7" > - <property name="text" > - <string>Weight:</string> - </property> - </widget> - </item> - <item> - <widget class="QComboBox" name="weightCombo" /> - </item> - <item> - <widget class="QCheckBox" name="italic" > - <property name="text" > - <string>Italic</string> - </property> - </widget> - </item> - <item> - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" > - <size> - <width>40</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - </layout> - </widget> - </item> - <item> - <widget class="QGroupBox" name="groupBox_2" > - <property name="title" > - <string>Glyph Coverage</string> - </property> - <layout class="QVBoxLayout" > - <property name="margin" > - <number>9</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="QRadioButton" name="chooseFromCodePoints" > - <property name="text" > - <string>Choose from Unicode Codepoints:</string> - </property> - <property name="checked" > - <bool>true</bool> - </property> - </widget> - </item> - <item> - <layout class="QVBoxLayout" > - <property name="margin" > - <number>0</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="QListWidget" name="characterRangeView" /> - </item> - <item> - <layout class="QHBoxLayout" > - <property name="margin" > - <number>0</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="QPushButton" name="selectAll" > - <property name="text" > - <string>Select &All</string> - </property> - </widget> - </item> - <item> - <widget class="QPushButton" name="deselectAll" > - <property name="text" > - <string>&Deselect All</string> - </property> - </widget> - </item> - <item> - <widget class="QPushButton" name="invertSelection" > - <property name="text" > - <string>&Invert Selection</string> - </property> - </widget> - </item> - <item> - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" > - <size> - <width>40</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - </layout> - </item> - </layout> - </item> - <item> - <widget class="QRadioButton" name="chooseFromSampleFile" > - <property name="text" > - <string>Choose from Sample Text File (UTF-8 Encoded):</string> - </property> - </widget> - </item> - <item> - <layout class="QHBoxLayout" > - <property name="margin" > - <number>0</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="QLabel" name="label_5" > - <property name="enabled" > - <bool>false</bool> - </property> - <property name="text" > - <string>Path:</string> - </property> - </widget> - </item> - <item> - <widget class="QLineEdit" name="sampleFile" > - <property name="enabled" > - <bool>false</bool> - </property> - </widget> - </item> - <item> - <widget class="QPushButton" name="browseSampleFile" > - <property name="enabled" > - <bool>false</bool> - </property> - <property name="text" > - <string>Browse...</string> - </property> - </widget> - </item> - <item> - <widget class="QLabel" name="charCount" > - <property name="enabled" > - <bool>false</bool> - </property> - <property name="text" > - <string>TextLabel</string> - </property> - </widget> - </item> - </layout> - </item> - </layout> - </widget> - </item> - <item> - <widget class="QGroupBox" name="groupBox_3" > - <property name="title" > - <string>Preview</string> - </property> - <layout class="QHBoxLayout" > - <property name="margin" > - <number>9</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="QLineEdit" name="preview" /> - </item> - </layout> - </widget> - </item> - <item> - <widget class="QGroupBox" name="groupBox_4" > - <property name="title" > - <string>Output Options</string> - </property> - <layout class="QHBoxLayout" > - <property name="margin" > - <number>9</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="QLabel" name="label_3" > - <property name="text" > - <string>Path:</string> - </property> - </widget> - </item> - <item> - <widget class="QLineEdit" name="path" /> - </item> - <item> - <widget class="QPushButton" name="browsePath" > - <property name="text" > - <string>Browse...</string> - </property> - </widget> - </item> - <item> - <widget class="QLabel" name="label_4" > - <property name="text" > - <string>Filename:</string> - </property> - </widget> - </item> - <item> - <widget class="QLineEdit" name="fileName" > - <property name="enabled" > - <bool>false</bool> - </property> - </widget> - </item> - </layout> - </widget> - </item> - <item> - <layout class="QHBoxLayout" > - <property name="margin" > - <number>0</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="QPushButton" name="generate" > - <property name="text" > - <string>Generate Pre-Rendered Font...</string> - </property> - </widget> - </item> - <item> - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" > - <size> - <width>40</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - </layout> - </item> - </layout> - </widget> - <widget class="QMenuBar" name="menubar" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>829</width> - <height>29</height> - </rect> - </property> - <widget class="QMenu" name="menuFile" > - <property name="title" > - <string>File</string> - </property> - <addaction name="actionAdd_Custom_Font" /> - <addaction name="separator" /> - <addaction name="action_Exit" /> - </widget> - <addaction name="menuFile" /> - </widget> - <widget class="QStatusBar" name="statusbar" /> - <action name="actionAdd_Custom_Font" > - <property name="text" > - <string>&Add Custom Font...</string> - </property> - </action> - <action name="action_Exit" > - <property name="text" > - <string>&Exit</string> - </property> - </action> - </widget> - <resources/> - <connections> - <connection> - <sender>action_Exit</sender> - <signal>triggered()</signal> - <receiver>MainWindow</receiver> - <slot>close()</slot> - <hints> - <hint type="sourcelabel" > - <x>-1</x> - <y>-1</y> - </hint> - <hint type="destinationlabel" > - <x>383</x> - <y>215</y> - </hint> - </hints> - </connection> - <connection> - <sender>chooseFromCodePoints</sender> - <signal>toggled(bool)</signal> - <receiver>characterRangeView</receiver> - <slot>setEnabled(bool)</slot> - <hints> - <hint type="sourcelabel" > - <x>183</x> - <y>144</y> - </hint> - <hint type="destinationlabel" > - <x>146</x> - <y>295</y> - </hint> - </hints> - </connection> - <connection> - <sender>chooseFromCodePoints</sender> - <signal>toggled(bool)</signal> - <receiver>selectAll</receiver> - <slot>setEnabled(bool)</slot> - <hints> - <hint type="sourcelabel" > - <x>236</x> - <y>146</y> - </hint> - <hint type="destinationlabel" > - <x>46</x> - <y>508</y> - </hint> - </hints> - </connection> - <connection> - <sender>chooseFromCodePoints</sender> - <signal>toggled(bool)</signal> - <receiver>deselectAll</receiver> - <slot>setEnabled(bool)</slot> - <hints> - <hint type="sourcelabel" > - <x>280</x> - <y>147</y> - </hint> - <hint type="destinationlabel" > - <x>158</x> - <y>502</y> - </hint> - </hints> - </connection> - <connection> - <sender>chooseFromCodePoints</sender> - <signal>toggled(bool)</signal> - <receiver>invertSelection</receiver> - <slot>setEnabled(bool)</slot> - <hints> - <hint type="sourcelabel" > - <x>364</x> - <y>143</y> - </hint> - <hint type="destinationlabel" > - <x>281</x> - <y>509</y> - </hint> - </hints> - </connection> - <connection> - <sender>chooseFromSampleFile</sender> - <signal>toggled(bool)</signal> - <receiver>sampleFile</receiver> - <slot>setEnabled(bool)</slot> - <hints> - <hint type="sourcelabel" > - <x>134</x> - <y>544</y> - </hint> - <hint type="destinationlabel" > - <x>64</x> - <y>569</y> - </hint> - </hints> - </connection> - <connection> - <sender>chooseFromSampleFile</sender> - <signal>toggled(bool)</signal> - <receiver>browseSampleFile</receiver> - <slot>setEnabled(bool)</slot> - <hints> - <hint type="sourcelabel" > - <x>79</x> - <y>545</y> - </hint> - <hint type="destinationlabel" > - <x>710</x> - <y>582</y> - </hint> - </hints> - </connection> - <connection> - <sender>chooseFromSampleFile</sender> - <signal>toggled(bool)</signal> - <receiver>charCount</receiver> - <slot>setEnabled(bool)</slot> - <hints> - <hint type="sourcelabel" > - <x>274</x> - <y>544</y> - </hint> - <hint type="destinationlabel" > - <x>790</x> - <y>569</y> - </hint> - </hints> - </connection> - <connection> - <sender>chooseFromSampleFile</sender> - <signal>toggled(bool)</signal> - <receiver>label_5</receiver> - <slot>setEnabled(bool)</slot> - <hints> - <hint type="sourcelabel" > - <x>112</x> - <y>541</y> - </hint> - <hint type="destinationlabel" > - <x>37</x> - <y>579</y> - </hint> - </hints> - </connection> - </connections> -</ui> diff --git a/tests/manual/uiloader/baseline/mainwindowbase.ui b/tests/manual/uiloader/baseline/mainwindowbase.ui deleted file mode 100644 index 10912709d..000000000 --- a/tests/manual/uiloader/baseline/mainwindowbase.ui +++ /dev/null @@ -1,1206 +0,0 @@ -<ui version="4.0" > - <author></author> - <comment>********************************************************************* -** -** Copyright (C) 2015 The Qt Company Ltd. -** Contact: http://www.qt.io/licensing/ -** -** This file is part of the autotests of the Qt Toolkit. -** -** $QT_BEGIN_LICENSE:LGPL21$ -** Commercial License Usage -** Licensees holding valid commercial Qt licenses may use this file in -** accordance with the commercial license agreement provided with the -** Software or, alternatively, in accordance with the terms contained in -** a written agreement between you and The Qt Company. For licensing terms -** and conditions see http://www.qt.io/terms-conditions. For further -** information use the contact form at http://www.qt.io/contact-us. -** -** GNU Lesser General Public License Usage -** Alternatively, this file may be used under the terms of the GNU Lesser -** General Public License version 2.1 or version 3 as published by the Free -** Software Foundation and appearing in the file LICENSE.LGPLv21 and -** LICENSE.LGPLv3 included in the packaging of this file. Please review the -** following information to ensure the GNU Lesser General Public License -** requirements will be met: https://www.gnu.org/licenses/lgpl.html and -** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. -** -** As a special exception, The Qt Company gives you certain additional -** rights. These rights are described in The Qt Company LGPL Exception -** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. -** -** $QT_END_LICENSE$ -** -*********************************************************************</comment> - <exportmacro></exportmacro> - <class>MainWindowBase</class> - <widget class="Q3MainWindow" name="MainWindowBase" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>724</width> - <height>615</height> - </rect> - </property> - <property name="windowTitle" > - <string>Qt Configuration</string> - </property> - <widget class="QWidget" name="widget" > - <property name="geometry" > - <rect> - <x>0</x> - <y>28</y> - <width>724</width> - <height>587</height> - </rect> - </property> - <layout class="QHBoxLayout" > - <property name="margin" > - <number>8</number> - </property> - <property name="spacing" > - <number>4</number> - </property> - <item> - <widget class="QTextEdit" name="helpview" > - <property name="minimumSize" > - <size> - <width>200</width> - <height>0</height> - </size> - </property> - <property name="readOnly" > - <bool>true</bool> - </property> - </widget> - </item> - <item> - <widget class="QTabWidget" name="TabWidget3" > - <widget class="QWidget" name="tab1" > - <attribute name="title" > - <string>Appearance</string> - </attribute> - <layout class="QVBoxLayout" > - <property name="margin" > - <number>4</number> - </property> - <property name="spacing" > - <number>4</number> - </property> - <item> - <widget class="QGroupBox" name="GroupBox40" > - <property name="title" > - <string>GUI Style</string> - </property> - <layout class="QHBoxLayout" > - <property name="margin" > - <number>8</number> - </property> - <property name="spacing" > - <number>4</number> - </property> - <item> - <widget class="QLabel" name="gstylebuddy" > - <property name="text" > - <string>Select GUI &Style:</string> - </property> - <property name="buddy" > - <cstring>gstylecombo</cstring> - </property> - </widget> - </item> - <item> - <widget class="QComboBox" name="gstylecombo" /> - </item> - </layout> - </widget> - </item> - <item> - <widget class="QGroupBox" name="groupAutoPalette" > - <property name="sizePolicy" > - <sizepolicy> - <hsizetype>5</hsizetype> - <vsizetype>4</vsizetype> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="title" > - <string>Build Palette</string> - </property> - <layout class="QHBoxLayout" > - <property name="margin" > - <number>8</number> - </property> - <property name="spacing" > - <number>4</number> - </property> - <item> - <widget class="QLabel" name="labelMainColor" > - <property name="text" > - <string>&3-D Effects:</string> - </property> - <property name="buddy" > - <cstring>buttonMainColor</cstring> - </property> - </widget> - </item> - <item> - <widget class="ColorButton" name="buttonMainColor" /> - </item> - <item> - <widget class="QLabel" name="labelMainColor2" > - <property name="sizePolicy" > - <sizepolicy> - <hsizetype>1</hsizetype> - <vsizetype>1</vsizetype> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="minimumSize" > - <size> - <width>50</width> - <height>0</height> - </size> - </property> - <property name="lineWidth" > - <number>1</number> - </property> - <property name="midLineWidth" > - <number>0</number> - </property> - <property name="text" > - <string>Window Back&ground:</string> - </property> - <property name="alignment" > - <set>Qt::AlignVCenter</set> - </property> - <property name="margin" > - <number>0</number> - </property> - <property name="buddy" > - <cstring>buttonMainColor2</cstring> - </property> - </widget> - </item> - <item> - <widget class="ColorButton" name="buttonMainColor2" /> - </item> - <item> - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeType" > - <enum>QSizePolicy::Expanding</enum> - </property> - <property name="sizeHint" > - <size> - <width>70</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item> - <widget class="QPushButton" name="btnAdvanced" > - <property name="text" > - <string>&Tune Palette...</string> - </property> - </widget> - </item> - </layout> - </widget> - </item> - <item> - <widget class="QGroupBox" name="GroupBox126" > - <property name="sizePolicy" > - <sizepolicy> - <hsizetype>5</hsizetype> - <vsizetype>7</vsizetype> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="title" > - <string>Preview</string> - </property> - <layout class="QGridLayout" > - <property name="margin" > - <number>8</number> - </property> - <property name="spacing" > - <number>4</number> - </property> - <item row="0" column="0" > - <widget class="QLabel" name="TextLabel1" > - <property name="text" > - <string>Select &Palette:</string> - </property> - <property name="buddy" > - <cstring>paletteCombo</cstring> - </property> - </widget> - </item> - <item row="0" column="1" > - <widget class="QComboBox" name="paletteCombo" > - <item> - <property name="text" > - <string>Active Palette</string> - </property> - </item> - <item> - <property name="text" > - <string>Inactive Palette</string> - </property> - </item> - <item> - <property name="text" > - <string>Disabled Palette</string> - </property> - </item> - </widget> - </item> - <item row="1" column="0" colspan="2" > - <widget class="PreviewFrame" name="previewFrame" > - <property name="sizePolicy" > - <sizepolicy> - <hsizetype>7</hsizetype> - <vsizetype>7</vsizetype> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="minimumSize" > - <size> - <width>410</width> - <height>260</height> - </size> - </property> - </widget> - </item> - </layout> - </widget> - </item> - </layout> - </widget> - <widget class="QWidget" name="tab2" > - <attribute name="title" > - <string>Fonts</string> - </attribute> - <layout class="QVBoxLayout" > - <property name="margin" > - <number>8</number> - </property> - <property name="spacing" > - <number>4</number> - </property> - <item> - <widget class="QGroupBox" name="GroupBox1" > - <property name="title" > - <string>Default Font</string> - </property> - <layout class="QGridLayout" > - <property name="margin" > - <number>8</number> - </property> - <property name="spacing" > - <number>4</number> - </property> - <item row="1" column="1" > - <widget class="QComboBox" name="stylecombo" > - <property name="autoCompletion" > - <bool>true</bool> - </property> - <property name="duplicatesEnabled" > - <bool>false</bool> - </property> - </widget> - </item> - <item row="0" column="1" > - <widget class="QComboBox" name="familycombo" > - <property name="autoCompletion" > - <bool>true</bool> - </property> - <property name="duplicatesEnabled" > - <bool>false</bool> - </property> - </widget> - </item> - <item row="2" column="1" > - <widget class="QComboBox" name="psizecombo" > - <property name="editable" > - <bool>true</bool> - </property> - <property name="autoCompletion" > - <bool>true</bool> - </property> - <property name="duplicatesEnabled" > - <bool>false</bool> - </property> - </widget> - </item> - <item row="1" column="0" > - <widget class="QLabel" name="stylebuddy" > - <property name="text" > - <string>&Style:</string> - </property> - <property name="buddy" > - <cstring>stylecombo</cstring> - </property> - </widget> - </item> - <item row="2" column="0" > - <widget class="QLabel" name="psizebuddy" > - <property name="text" > - <string>&Point Size:</string> - </property> - <property name="buddy" > - <cstring>psizecombo</cstring> - </property> - </widget> - </item> - <item row="0" column="0" > - <widget class="QLabel" name="familybuddy" > - <property name="text" > - <string>F&amily:</string> - </property> - <property name="buddy" > - <cstring>familycombo</cstring> - </property> - </widget> - </item> - <item row="3" column="0" colspan="2" > - <widget class="QLineEdit" name="samplelineedit" > - <property name="text" > - <string>Sample Text</string> - </property> - <property name="alignment" > - <set>Qt::AlignHCenter</set> - </property> - </widget> - </item> - </layout> - </widget> - </item> - <item> - <widget class="QGroupBox" name="GroupBox2" > - <property name="title" > - <string>Font Substitution</string> - </property> - <layout class="QVBoxLayout" > - <property name="margin" > - <number>8</number> - </property> - <property name="spacing" > - <number>4</number> - </property> - <item> - <layout class="QHBoxLayout" > - <property name="margin" > - <number>0</number> - </property> - <property name="spacing" > - <number>4</number> - </property> - <item> - <widget class="QLabel" name="famsubbuddy" > - <property name="text" > - <string>S&elect or Enter a Family:</string> - </property> - <property name="buddy" > - <cstring>familysubcombo</cstring> - </property> - </widget> - </item> - <item> - <widget class="QComboBox" name="familysubcombo" > - <property name="editable" > - <bool>true</bool> - </property> - <property name="autoCompletion" > - <bool>true</bool> - </property> - <property name="duplicatesEnabled" > - <bool>false</bool> - </property> - </widget> - </item> - </layout> - </item> - <item> - <widget class="Line" name="Line1" > - <property name="frameShape" > - <enum>QFrame::HLine</enum> - </property> - <property name="frameShadow" > - <enum>QFrame::Sunken</enum> - </property> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - </widget> - </item> - <item> - <widget class="QLabel" name="TextLabel5" > - <property name="text" > - <string>Current Substitutions:</string> - </property> - </widget> - </item> - <item> - <widget class="Q3ListBox" name="sublistbox" /> - </item> - <item> - <layout class="QHBoxLayout" > - <property name="margin" > - <number>0</number> - </property> - <property name="spacing" > - <number>4</number> - </property> - <item> - <widget class="QPushButton" name="PushButton2" > - <property name="text" > - <string>Up</string> - </property> - </widget> - </item> - <item> - <widget class="QPushButton" name="PushButton3" > - <property name="text" > - <string>Down</string> - </property> - </widget> - </item> - <item> - <widget class="QPushButton" name="PushButton4" > - <property name="text" > - <string>Remove</string> - </property> - </widget> - </item> - </layout> - </item> - <item> - <widget class="Line" name="Line2" > - <property name="frameShape" > - <enum>QFrame::HLine</enum> - </property> - <property name="frameShadow" > - <enum>QFrame::Sunken</enum> - </property> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - </widget> - </item> - <item> - <layout class="QHBoxLayout" > - <property name="margin" > - <number>0</number> - </property> - <property name="spacing" > - <number>4</number> - </property> - <item> - <widget class="QLabel" name="choosebuddy" > - <property name="text" > - <string>Select s&ubstitute Family:</string> - </property> - <property name="buddy" > - <cstring>choosesubcombo</cstring> - </property> - </widget> - </item> - <item> - <widget class="QComboBox" name="choosesubcombo" > - <property name="autoCompletion" > - <bool>true</bool> - </property> - <property name="duplicatesEnabled" > - <bool>false</bool> - </property> - </widget> - </item> - <item> - <widget class="QPushButton" name="PushButton1" > - <property name="text" > - <string>Add</string> - </property> - </widget> - </item> - </layout> - </item> - </layout> - </widget> - </item> - </layout> - </widget> - <widget class="QWidget" name="tab" > - <attribute name="title" > - <string>Interface</string> - </attribute> - <layout class="QVBoxLayout" > - <property name="margin" > - <number>7</number> - </property> - <property name="spacing" > - <number>4</number> - </property> - <item> - <widget class="QGroupBox" name="GroupBox4" > - <property name="title" > - <string>Feel Settings</string> - </property> - <layout class="QGridLayout" > - <property name="margin" > - <number>8</number> - </property> - <property name="spacing" > - <number>4</number> - </property> - <item row="0" column="1" > - <widget class="QSpinBox" name="dcispin" > - <property name="suffix" > - <string> ms</string> - </property> - <property name="maximum" > - <number>10000</number> - </property> - <property name="minimum" > - <number>10</number> - </property> - </widget> - </item> - <item row="0" column="0" > - <widget class="QLabel" name="dcibuddy" > - <property name="text" > - <string>&Double Click Interval:</string> - </property> - <property name="buddy" > - <cstring>dcispin</cstring> - </property> - </widget> - </item> - <item row="1" column="1" > - <widget class="QSpinBox" name="cfispin" > - <property name="specialValueText" > - <string>No blinking</string> - </property> - <property name="suffix" > - <string> ms</string> - </property> - <property name="maximum" > - <number>10000</number> - </property> - <property name="minimum" > - <number>9</number> - </property> - </widget> - </item> - <item row="1" column="0" > - <widget class="QLabel" name="cfibuddy" > - <property name="text" > - <string>&Cursor Flash Time:</string> - </property> - <property name="buddy" > - <cstring>cfispin</cstring> - </property> - </widget> - </item> - <item row="2" column="1" > - <widget class="QSpinBox" name="wslspin" > - <property name="suffix" > - <string> lines</string> - </property> - <property name="maximum" > - <number>20</number> - </property> - <property name="minimum" > - <number>1</number> - </property> - </widget> - </item> - <item row="2" column="0" > - <widget class="QLabel" name="wslbuddy" > - <property name="text" > - <string>Wheel &Scroll Lines:</string> - </property> - <property name="buddy" > - <cstring>wslspin</cstring> - </property> - </widget> - </item> - <item row="3" column="0" colspan="2" > - <widget class="QCheckBox" name="resolvelinks" > - <property name="text" > - <string>Resolve symlinks in URLs</string> - </property> - </widget> - </item> - </layout> - </widget> - </item> - <item> - <widget class="QGroupBox" name="GroupBox3" > - <property name="title" > - <string>GUI Effects</string> - </property> - <layout class="QVBoxLayout" > - <property name="margin" > - <number>8</number> - </property> - <property name="spacing" > - <number>4</number> - </property> - <item> - <widget class="QCheckBox" name="effectcheckbox" > - <property name="text" > - <string>&Enable</string> - </property> - <property name="shortcut" > - <string>Alt+E</string> - </property> - </widget> - </item> - <item> - <widget class="Q3Frame" name="effectbase" > - <property name="frameShape" > - <enum>QFrame::NoFrame</enum> - </property> - <property name="frameShadow" > - <enum>QFrame::Plain</enum> - </property> - <layout class="QGridLayout" > - <property name="margin" > - <number>0</number> - </property> - <property name="spacing" > - <number>4</number> - </property> - <item row="0" column="0" > - <widget class="QLabel" name="meffectbuddy" > - <property name="text" > - <string>&Menu Effect:</string> - </property> - <property name="buddy" > - <cstring>menueffect</cstring> - </property> - </widget> - </item> - <item row="1" column="0" > - <widget class="QLabel" name="ceffectbuddy" > - <property name="text" > - <string>C&omboBox Effect:</string> - </property> - <property name="buddy" > - <cstring>comboeffect</cstring> - </property> - </widget> - </item> - <item row="2" column="0" > - <widget class="QLabel" name="teffectbuddy" > - <property name="text" > - <string>&ToolTip Effect:</string> - </property> - <property name="buddy" > - <cstring>tooltipeffect</cstring> - </property> - </widget> - </item> - <item row="3" column="0" > - <widget class="QLabel" name="beffectbuddy" > - <property name="text" > - <string>Tool&Box Effect:</string> - </property> - <property name="buddy" > - <cstring>toolboxeffect</cstring> - </property> - </widget> - </item> - <item row="0" column="1" > - <widget class="QComboBox" name="menueffect" > - <property name="currentIndex" > - <number>0</number> - </property> - <property name="autoCompletion" > - <bool>true</bool> - </property> - <item> - <property name="text" > - <string>Disable</string> - </property> - </item> - <item> - <property name="text" > - <string>Animate</string> - </property> - </item> - <item> - <property name="text" > - <string>Fade</string> - </property> - </item> - </widget> - </item> - <item row="1" column="1" > - <widget class="QComboBox" name="comboeffect" > - <item> - <property name="text" > - <string>Disable</string> - </property> - </item> - <item> - <property name="text" > - <string>Animate</string> - </property> - </item> - </widget> - </item> - <item row="2" column="1" > - <widget class="QComboBox" name="tooltipeffect" > - <item> - <property name="text" > - <string>Disable</string> - </property> - </item> - <item> - <property name="text" > - <string>Animate</string> - </property> - </item> - <item> - <property name="text" > - <string>Fade</string> - </property> - </item> - </widget> - </item> - <item row="3" column="1" > - <widget class="QComboBox" name="toolboxeffect" > - <item> - <property name="text" > - <string>Disable</string> - </property> - </item> - <item> - <property name="text" > - <string>Animate</string> - </property> - </item> - </widget> - </item> - </layout> - </widget> - </item> - </layout> - </widget> - </item> - <item> - <widget class="QGroupBox" name="GroupBox5" > - <property name="title" > - <string>Global Strut</string> - </property> - <layout class="QGridLayout" > - <property name="margin" > - <number>8</number> - </property> - <property name="spacing" > - <number>4</number> - </property> - <item row="0" column="0" > - <widget class="QLabel" name="swbuddy" > - <property name="text" > - <string>Minimum &Width:</string> - </property> - <property name="buddy" > - <cstring>strutwidth</cstring> - </property> - </widget> - </item> - <item row="1" column="0" > - <widget class="QLabel" name="shbuddy" > - <property name="text" > - <string>Minimum Hei&ght:</string> - </property> - <property name="buddy" > - <cstring>strutheight</cstring> - </property> - </widget> - </item> - <item row="0" column="1" > - <widget class="QSpinBox" name="strutwidth" > - <property name="suffix" > - <string> pixels</string> - </property> - <property name="maximum" > - <number>1000</number> - </property> - </widget> - </item> - <item row="1" column="1" > - <widget class="QSpinBox" name="strutheight" > - <property name="suffix" > - <string> pixels</string> - </property> - <property name="maximum" > - <number>1000</number> - </property> - </widget> - </item> - </layout> - </widget> - </item> - <item> - <widget class="QCheckBox" name="rtlExtensions" > - <property name="text" > - <string>Enhanced support for languages written right-to-left</string> - </property> - </widget> - </item> - <item> - <widget class="QLabel" name="inputStyleLabel" > - <property name="text" > - <string>XIM Input Style:</string> - </property> - </widget> - </item> - <item> - <widget class="QComboBox" name="inputStyle" > - <property name="currentIndex" > - <number>0</number> - </property> - <item> - <property name="text" > - <string>On The Spot</string> - </property> - </item> - <item> - <property name="text" > - <string>Over The Spot</string> - </property> - </item> - <item> - <property name="text" > - <string>Off The Spot</string> - </property> - </item> - <item> - <property name="text" > - <string>Root</string> - </property> - </item> - </widget> - </item> - <item> - <spacer> - <property name="orientation" > - <enum>Qt::Vertical</enum> - </property> - <property name="sizeType" > - <enum>QSizePolicy::Expanding</enum> - </property> - <property name="sizeHint" > - <size> - <width>20</width> - <height>40</height> - </size> - </property> - </spacer> - </item> - </layout> - </widget> - <widget class="QWidget" name="tab3" > - <attribute name="title" > - <string>Printer</string> - </attribute> - <layout class="QVBoxLayout" > - <property name="margin" > - <number>8</number> - </property> - <property name="spacing" > - <number>4</number> - </property> - <item> - <widget class="QCheckBox" name="fontembeddingcheckbox" > - <property name="text" > - <string>Enable Font embedding</string> - </property> - <property name="checked" > - <bool>true</bool> - </property> - </widget> - </item> - <item> - <widget class="QGroupBox" name="GroupBox10" > - <property name="sizePolicy" > - <sizepolicy> - <hsizetype>5</hsizetype> - <vsizetype>7</vsizetype> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="title" > - <string>Font Paths</string> - </property> - <layout class="QVBoxLayout" > - <property name="margin" > - <number>8</number> - </property> - <property name="spacing" > - <number>4</number> - </property> - <item> - <layout class="QGridLayout" > - <property name="margin" > - <number>0</number> - </property> - <property name="spacing" > - <number>4</number> - </property> - <item row="1" column="0" > - <widget class="QPushButton" name="PushButton11" > - <property name="text" > - <string>Up</string> - </property> - </widget> - </item> - <item row="1" column="2" > - <widget class="QPushButton" name="PushButton13" > - <property name="text" > - <string>Remove</string> - </property> - </widget> - </item> - <item row="1" column="1" > - <widget class="QPushButton" name="PushButton12" > - <property name="text" > - <string>Down</string> - </property> - </widget> - </item> - <item row="0" column="0" colspan="3" > - <widget class="Q3ListBox" name="fontpathlistbox" /> - </item> - </layout> - </item> - <item> - <layout class="QGridLayout" > - <property name="margin" > - <number>0</number> - </property> - <property name="spacing" > - <number>4</number> - </property> - <item row="2" column="0" > - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeType" > - <enum>QSizePolicy::Minimum</enum> - </property> - <property name="sizeHint" > - <size> - <width>20</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item row="2" column="2" > - <widget class="QPushButton" name="PushButton15" > - <property name="text" > - <string>Add</string> - </property> - </widget> - </item> - <item row="2" column="1" > - <widget class="QPushButton" name="PushButton14" > - <property name="text" > - <string>Browse...</string> - </property> - </widget> - </item> - <item row="0" column="0" colspan="3" > - <widget class="QLabel" name="TextLabel15_2" > - <property name="text" > - <string>Press the <b>Browse</b> button or enter a directory and press Enter to add them to the list.</string> - </property> - </widget> - </item> - <item row="1" column="0" colspan="3" > - <widget class="QLineEdit" name="fontpathlineedit" /> - </item> - </layout> - </item> - </layout> - </widget> - </item> - </layout> - </widget> - </widget> - </item> - </layout> - </widget> - <widget class="QMenuBar" name="menubar" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>724</width> - <height>27</height> - </rect> - </property> - <widget class="QMenu" name="PopupMenu" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>800</width> - <height>480</height> - </rect> - </property> - <property name="title" > - <string>&File</string> - </property> - <action name="" /> - <action name="" /> - <action name="" /> - <addaction name="fileSaveAction" /> - <addaction name="separator" /> - <addaction name="fileExitAction" /> - </widget> - <widget class="QMenu" name="PopupMenu_2" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>800</width> - <height>480</height> - </rect> - </property> - <property name="title" > - <string>&Help</string> - </property> - <addaction name="helpAboutAction" /> - <addaction name="helpAboutQtAction" /> - </widget> - <action name="" /> - <action name="" /> - <action name="" /> - <addaction name="PopupMenu" /> - <addaction name="separator" /> - <addaction name="PopupMenu_2" /> - </widget> - <action name="fileSaveAction" > - <property name="text" > - <string>&Save</string> - </property> - <property name="iconText" > - <string>Save</string> - </property> - <property name="shortcut" > - <string>Ctrl+S</string> - </property> - </action> - <action name="fileExitAction" > - <property name="text" > - <string>E&xit</string> - </property> - <property name="iconText" > - <string>Exit</string> - </property> - <property name="shortcut" > - <string/> - </property> - </action> - <action name="helpAboutAction" > - <property name="text" > - <string>&About</string> - </property> - <property name="iconText" > - <string>About</string> - </property> - <property name="shortcut" > - <string/> - </property> - </action> - <action name="helpAboutQtAction" > - <property name="text" > - <string>About &Qt</string> - </property> - <property name="iconText" > - <string>About Qt</string> - </property> - </action> - </widget> - <pixmapfunction></pixmapfunction> - <customwidgets> - <customwidget> - <class>Q3ListBox</class> - <extends></extends> - <header>q3listbox.h</header> - <container>0</container> - <pixmap></pixmap> - </customwidget> - <customwidget> - <class>ColorButton</class> - <extends></extends> - <header>colorbutton.h</header> - <container>0</container> - <pixmap></pixmap> - </customwidget> - <customwidget> - <class>Q3Frame</class> - <extends></extends> - <header>Qt3Support/Q3Frame</header> - <container>1</container> - <pixmap></pixmap> - </customwidget> - <customwidget> - <class>PreviewFrame</class> - <extends></extends> - <header>previewframe.h</header> - <container>0</container> - <pixmap></pixmap> - </customwidget> - <customwidget> - <class>Q3MainWindow</class> - <extends></extends> - <header>q3mainwindow.h</header> - <container>1</container> - <pixmap></pixmap> - </customwidget> - </customwidgets> - <tabstops> - <tabstop>helpview</tabstop> - <tabstop>TabWidget3</tabstop> - <tabstop>familycombo</tabstop> - <tabstop>stylecombo</tabstop> - <tabstop>psizecombo</tabstop> - <tabstop>samplelineedit</tabstop> - <tabstop>familysubcombo</tabstop> - <tabstop>PushButton2</tabstop> - <tabstop>PushButton3</tabstop> - <tabstop>PushButton4</tabstop> - <tabstop>choosesubcombo</tabstop> - <tabstop>PushButton1</tabstop> - <tabstop>dcispin</tabstop> - <tabstop>cfispin</tabstop> - <tabstop>wslspin</tabstop> - <tabstop>effectcheckbox</tabstop> - <tabstop>menueffect</tabstop> - <tabstop>comboeffect</tabstop> - <tabstop>tooltipeffect</tabstop> - <tabstop>strutwidth</tabstop> - <tabstop>strutheight</tabstop> - <tabstop>sublistbox</tabstop> - </tabstops> - <resources/> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/mydialog.ui b/tests/manual/uiloader/baseline/mydialog.ui deleted file mode 100644 index d765b3076..000000000 --- a/tests/manual/uiloader/baseline/mydialog.ui +++ /dev/null @@ -1,47 +0,0 @@ -<ui version="4.0" > - <author></author> - <comment></comment> - <exportmacro></exportmacro> - <class>MyDialog</class> - <widget class="QDialog" name="MyDialog" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>401</width> - <height>70</height> - </rect> - </property> - <property name="windowTitle" > - <string>Mach 2!</string> - </property> - <layout class="QVBoxLayout" > - <property name="margin" > - <number>9</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="QLabel" name="aLabel" > - <property name="text" > - <string>Join the life in the fastlane; - PCH enable your project today! -</string> - </property> - </widget> - </item> - <item> - <widget class="QPushButton" name="aButton" > - <property name="text" > - <string>&Quit</string> - </property> - <property name="shortcut" > - <string>Alt+Q</string> - </property> - </widget> - </item> - </layout> - </widget> - <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> - <resources/> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/myform.ui b/tests/manual/uiloader/baseline/myform.ui deleted file mode 100644 index 00702e860..000000000 --- a/tests/manual/uiloader/baseline/myform.ui +++ /dev/null @@ -1,130 +0,0 @@ -<ui version="4.0" > - <author></author> - <comment></comment> - <exportmacro></exportmacro> - <class>Form</class> - <widget class="QWidget" name="Form" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>258</width> - <height>224</height> - </rect> - </property> - <property name="windowTitle" > - <string>Export Document</string> - </property> - <layout class="QVBoxLayout" > - <property name="margin" > - <number>8</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="QGroupBox" name="groupBox" > - <property name="title" > - <string>Export Options</string> - </property> - <layout class="QGridLayout" > - <property name="margin" > - <number>8</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item row="1" column="0" > - <widget class="QRadioButton" name="radioButton_2" > - <property name="text" > - <string>&DocBook</string> - </property> - </widget> - </item> - <item row="0" column="0" > - <widget class="QRadioButton" name="radioButton" > - <property name="text" > - <string>&LaTeX</string> - </property> - <property name="checked" > - <bool>true</bool> - </property> - </widget> - </item> - <item row="1" column="1" > - <widget class="QCheckBox" name="checkBox_2" > - <property name="text" > - <string>Include p&ictures</string> - </property> - <property name="checked" > - <bool>true</bool> - </property> - </widget> - </item> - <item row="5" column="0" > - <spacer> - <property name="orientation" > - <enum>Qt::Vertical</enum> - </property> - <property name="sizeHint" > - <size> - <width>20</width> - <height>40</height> - </size> - </property> - </spacer> - </item> - <item row="0" column="1" > - <widget class="QCheckBox" name="checkBox" > - <property name="text" > - <string>&Compress</string> - </property> - </widget> - </item> - <item row="2" column="0" > - <widget class="QRadioButton" name="radioButton_2_2" > - <property name="text" > - <string>&HTML</string> - </property> - </widget> - </item> - <item row="3" column="0" > - <widget class="QRadioButton" name="radioButton_3" > - <property name="text" > - <string>&PostScript</string> - </property> - </widget> - </item> - <item row="4" column="0" > - <widget class="QRadioButton" name="radioButton_4" > - <property name="text" > - <string>PD&F</string> - </property> - </widget> - </item> - <item row="2" column="1" > - <widget class="QCheckBox" name="checkBox_3" > - <property name="text" > - <string>Include &metadata</string> - </property> - </widget> - </item> - <item row="3" column="1" > - <widget class="QCheckBox" name="checkBox_4" > - <property name="text" > - <string>Create inde&x</string> - </property> - <property name="checked" > - <bool>true</bool> - </property> - </widget> - </item> - </layout> - </widget> - </item> - </layout> - </widget> - <pixmapfunction></pixmapfunction> - <resources/> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/newactiondialog.ui b/tests/manual/uiloader/baseline/newactiondialog.ui deleted file mode 100644 index f4b8e2153..000000000 --- a/tests/manual/uiloader/baseline/newactiondialog.ui +++ /dev/null @@ -1,194 +0,0 @@ -<ui version="4.0" > - <comment>********************************************************************* -** -** Copyright (C) 2015 The Qt Company Ltd. -** Contact: http://www.qt.io/licensing/ -** -** This file is part of the autotests of the Qt Toolkit. -** -** $QT_BEGIN_LICENSE:LGPL21$ -** Commercial License Usage -** Licensees holding valid commercial Qt licenses may use this file in -** accordance with the commercial license agreement provided with the -** Software or, alternatively, in accordance with the terms contained in -** a written agreement between you and The Qt Company. For licensing terms -** and conditions see http://www.qt.io/terms-conditions. For further -** information use the contact form at http://www.qt.io/contact-us. -** -** GNU Lesser General Public License Usage -** Alternatively, this file may be used under the terms of the GNU Lesser -** General Public License version 2.1 or version 3 as published by the Free -** Software Foundation and appearing in the file LICENSE.LGPLv21 and -** LICENSE.LGPLv3 included in the packaging of this file. Please review the -** following information to ensure the GNU Lesser General Public License -** requirements will be met: https://www.gnu.org/licenses/lgpl.html and -** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. -** -** As a special exception, The Qt Company gives you certain additional -** rights. These rights are described in The Qt Company LGPL Exception -** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. -** -** $QT_END_LICENSE$ -** -*********************************************************************</comment> - <class>qdesigner_internal::NewActionDialog</class> - <widget class="QDialog" name="qdesigner_internal::NewActionDialog" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>363</width> - <height>156</height> - </rect> - </property> - <property name="windowTitle" > - <string>New Action...</string> - </property> - <layout class="QVBoxLayout" name="verticalLayout" > - <item> - <layout class="QFormLayout" name="formLayout" > - <item row="0" column="0" > - <widget class="QLabel" name="label" > - <property name="text" > - <string>&Text:</string> - </property> - <property name="buddy" > - <cstring>editActionText</cstring> - </property> - </widget> - </item> - <item row="0" column="1" > - <widget class="QLineEdit" name="editActionText" > - <property name="minimumSize" > - <size> - <width>255</width> - <height>0</height> - </size> - </property> - </widget> - </item> - <item row="1" column="0" > - <widget class="QLabel" name="label_3" > - <property name="text" > - <string>Object &name:</string> - </property> - <property name="buddy" > - <cstring>editObjectName</cstring> - </property> - </widget> - </item> - <item row="1" column="1" > - <widget class="QLineEdit" name="editObjectName" /> - </item> - <item row="2" column="0" > - <widget class="QLabel" name="label_2" > - <property name="text" > - <string>&Icon:</string> - </property> - <property name="buddy" > - <cstring>iconSelector</cstring> - </property> - </widget> - </item> - <item row="2" column="1" > - <layout class="QHBoxLayout" name="horizontalLayout" > - <item> - <widget class="qdesigner_internal::IconSelector" native="1" name="iconSelector" /> - </item> - <item> - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" stdset="0" > - <size> - <width>40</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - </layout> - </item> - </layout> - </item> - <item> - <spacer name="verticalSpacer" > - <property name="orientation" > - <enum>Qt::Vertical</enum> - </property> - <property name="sizeHint" stdset="0" > - <size> - <width>0</width> - <height>0</height> - </size> - </property> - </spacer> - </item> - <item> - <widget class="Line" name="line" > - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - </widget> - </item> - <item> - <widget class="QDialogButtonBox" name="buttonBox" > - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="standardButtons" > - <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> - </property> - </widget> - </item> - </layout> - </widget> - <customwidgets> - <customwidget> - <class>qdesigner_internal::IconSelector</class> - <extends>QWidget</extends> - <header>iconselector_p.h</header> - <container>1</container> - </customwidget> - </customwidgets> - <tabstops> - <tabstop>editActionText</tabstop> - <tabstop>editObjectName</tabstop> - </tabstops> - <resources/> - <connections> - <connection> - <sender>buttonBox</sender> - <signal>accepted()</signal> - <receiver>qdesigner_internal::NewActionDialog</receiver> - <slot>accept()</slot> - <hints> - <hint type="sourcelabel" > - <x>165</x> - <y>162</y> - </hint> - <hint type="destinationlabel" > - <x>291</x> - <y>94</y> - </hint> - </hints> - </connection> - <connection> - <sender>buttonBox</sender> - <signal>rejected()</signal> - <receiver>qdesigner_internal::NewActionDialog</receiver> - <slot>reject()</slot> - <hints> - <hint type="sourcelabel" > - <x>259</x> - <y>162</y> - </hint> - <hint type="destinationlabel" > - <x>293</x> - <y>128</y> - </hint> - </hints> - </connection> - </connections> -</ui> diff --git a/tests/manual/uiloader/baseline/newdynamicpropertydialog.ui b/tests/manual/uiloader/baseline/newdynamicpropertydialog.ui deleted file mode 100644 index 2aa91f3e9..000000000 --- a/tests/manual/uiloader/baseline/newdynamicpropertydialog.ui +++ /dev/null @@ -1,106 +0,0 @@ -<ui version="4.0" > - <class>qdesigner_internal::NewDynamicPropertyDialog</class> - <widget class="QDialog" name="qdesigner_internal::NewDynamicPropertyDialog" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>340</width> - <height>118</height> - </rect> - </property> - <property name="windowTitle" > - <string>Create Dynamic Property</string> - </property> - <layout class="QVBoxLayout" name="verticalLayout" > - <item> - <layout class="QFormLayout" name="formLayout" > - <item row="0" column="1" > - <widget class="QLineEdit" name="m_lineEdit" > - <property name="minimumSize" > - <size> - <width>220</width> - <height>0</height> - </size> - </property> - </widget> - </item> - <item row="0" column="0" > - <widget class="QLabel" name="label" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Fixed" hsizetype="Preferred" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="text" > - <string>Property Name</string> - </property> - </widget> - </item> - <item row="1" column="1" > - <layout class="QHBoxLayout" name="horizontalLayout" > - <item> - <widget class="QComboBox" name="m_comboBox" /> - </item> - <item> - <spacer name="horizontalSpacer" > - <property name="spacerName" stdset="0" > - <string>horizontalSpacer</string> - </property> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" > - <size> - <width>40</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - </layout> - </item> - <item row="1" column="0" > - <widget class="QLabel" name="label_2" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Fixed" hsizetype="Preferred" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="text" > - <string>Property Type</string> - </property> - </widget> - </item> - </layout> - </item> - <item> - <spacer> - <property name="spacerName" stdset="0" > - <string/> - </property> - <property name="orientation" > - <enum>Qt::Vertical</enum> - </property> - </spacer> - </item> - <item> - <widget class="QDialogButtonBox" name="m_buttonBox" > - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="standardButtons" > - <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> - </property> - <property name="centerButtons" > - <bool>false</bool> - </property> - </widget> - </item> - </layout> - </widget> - <resources/> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/newform.ui b/tests/manual/uiloader/baseline/newform.ui deleted file mode 100644 index 348e91f1b..000000000 --- a/tests/manual/uiloader/baseline/newform.ui +++ /dev/null @@ -1,145 +0,0 @@ -<ui version="4.0" > - <author></author> - <comment>********************************************************************* -** -** Copyright (C) 2015 The Qt Company Ltd. -** Contact: http://www.qt.io/licensing/ -** -** This file is part of the autotests of the Qt Toolkit. -** -** $QT_BEGIN_LICENSE:LGPL21$ -** Commercial License Usage -** Licensees holding valid commercial Qt licenses may use this file in -** accordance with the commercial license agreement provided with the -** Software or, alternatively, in accordance with the terms contained in -** a written agreement between you and The Qt Company. For licensing terms -** and conditions see http://www.qt.io/terms-conditions. For further -** information use the contact form at http://www.qt.io/contact-us. -** -** GNU Lesser General Public License Usage -** Alternatively, this file may be used under the terms of the GNU Lesser -** General Public License version 2.1 or version 3 as published by the Free -** Software Foundation and appearing in the file LICENSE.LGPLv21 and -** LICENSE.LGPLv3 included in the packaging of this file. Please review the -** following information to ensure the GNU Lesser General Public License -** requirements will be met: https://www.gnu.org/licenses/lgpl.html and -** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. -** -** As a special exception, The Qt Company gives you certain additional -** rights. These rights are described in The Qt Company LGPL Exception -** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. -** -** $QT_END_LICENSE$ -** -*********************************************************************</comment> - <exportmacro></exportmacro> - <class>NewForm</class> - <widget class="QDialog" name="NewForm" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>495</width> - <height>319</height> - </rect> - </property> - <property name="windowTitle" > - <string>New Form</string> - </property> - <layout class="QVBoxLayout" > - <property name="margin" > - <number>9</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <layout class="QHBoxLayout" > - <property name="margin" > - <number>1</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="QTreeWidget" name="treeWidget" > - <property name="iconSize" > - <size> - <width>128</width> - <height>128</height> - </size> - </property> - <property name="rootIsDecorated" > - <bool>false</bool> - </property> - <property name="columnCount" > - <number>1</number> - </property> - <column> - <property name="text" > - <string>0</string> - </property> - </column> - </widget> - </item> - <item> - <widget class="QLabel" name="lblPreview" > - <property name="sizePolicy" > - <sizepolicy> - <hsizetype>7</hsizetype> - <vsizetype>5</vsizetype> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="lineWidth" > - <number>1</number> - </property> - <property name="text" > - <string>Choose a template for a preview</string> - </property> - <property name="alignment" > - <set>Qt::AlignCenter</set> - </property> - <property name="margin" > - <number>5</number> - </property> - </widget> - </item> - </layout> - </item> - <item> - <widget class="QFrame" name="horizontalLine" > - <property name="frameShape" > - <enum>QFrame::HLine</enum> - </property> - <property name="frameShadow" > - <enum>QFrame::Sunken</enum> - </property> - </widget> - </item> - <item> - <widget class="QCheckBox" name="chkShowOnStartup" > - <property name="text" > - <string>Show this Dialog on Startup</string> - </property> - </widget> - </item> - <item> - <widget class="QDialogButtonBox" name="buttonBox" /> - </item> - </layout> - </widget> - <pixmapfunction></pixmapfunction> - <customwidgets> - <customwidget> - <class>QDialogButtonBox</class> - <extends>QWidget</extends> - <header>qdialogbuttonbox.h</header> - <container>1</container> - <pixmap></pixmap> - </customwidget> - </customwidgets> - <resources/> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/orderdialog.ui b/tests/manual/uiloader/baseline/orderdialog.ui deleted file mode 100644 index 28efcd171..000000000 --- a/tests/manual/uiloader/baseline/orderdialog.ui +++ /dev/null @@ -1,190 +0,0 @@ -<ui version="4.0" > - <comment>********************************************************************* -** -** Copyright (C) 2015 The Qt Company Ltd. -** Contact: http://www.qt.io/licensing/ -** -** This file is part of the autotests of the Qt Toolkit. -** -** $QT_BEGIN_LICENSE:LGPL21$ -** Commercial License Usage -** Licensees holding valid commercial Qt licenses may use this file in -** accordance with the commercial license agreement provided with the -** Software or, alternatively, in accordance with the terms contained in -** a written agreement between you and The Qt Company. For licensing terms -** and conditions see http://www.qt.io/terms-conditions. For further -** information use the contact form at http://www.qt.io/contact-us. -** -** GNU Lesser General Public License Usage -** Alternatively, this file may be used under the terms of the GNU Lesser -** General Public License version 2.1 or version 3 as published by the Free -** Software Foundation and appearing in the file LICENSE.LGPLv21 and -** LICENSE.LGPLv3 included in the packaging of this file. Please review the -** following information to ensure the GNU Lesser General Public License -** requirements will be met: https://www.gnu.org/licenses/lgpl.html and -** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. -** -** As a special exception, The Qt Company gives you certain additional -** rights. These rights are described in The Qt Company LGPL Exception -** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. -** -** $QT_END_LICENSE$ -** -*********************************************************************</comment> - <class>qdesigner_internal::OrderDialog</class> - <widget class="QDialog" name="qdesigner_internal::OrderDialog" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>467</width> - <height>310</height> - </rect> - </property> - <property name="windowTitle" > - <string>Change Page Order</string> - </property> - <layout class="QVBoxLayout" > - <item> - <widget class="QGroupBox" name="groupBox" > - <property name="title" > - <string>Page Order</string> - </property> - <layout class="QHBoxLayout" > - <property name="spacing" > - <number>6</number> - </property> - <property name="leftMargin" > - <number>9</number> - </property> - <property name="topMargin" > - <number>9</number> - </property> - <property name="rightMargin" > - <number>9</number> - </property> - <property name="bottomMargin" > - <number>9</number> - </property> - <item> - <widget class="QListWidget" name="pageList" > - <property name="minimumSize" > - <size> - <width>344</width> - <height>0</height> - </size> - </property> - <property name="dragDropMode" > - <enum>QAbstractItemView::InternalMove</enum> - </property> - <property name="selectionMode" > - <enum>QAbstractItemView::ContiguousSelection</enum> - </property> - <property name="movement" > - <enum>QListView::Snap</enum> - </property> - </widget> - </item> - <item> - <layout class="QVBoxLayout" > - <property name="spacing" > - <number>6</number> - </property> - <property name="leftMargin" > - <number>0</number> - </property> - <property name="topMargin" > - <number>0</number> - </property> - <property name="rightMargin" > - <number>0</number> - </property> - <property name="bottomMargin" > - <number>0</number> - </property> - <item> - <widget class="QToolButton" name="upButton" > - <property name="toolTip" > - <string>Move page up</string> - </property> - </widget> - </item> - <item> - <widget class="QToolButton" name="downButton" > - <property name="toolTip" > - <string>Move page down</string> - </property> - </widget> - </item> - <item> - <spacer> - <property name="sizePolicy" > - <sizepolicy vsizetype="Expanding" hsizetype="Fixed" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="orientation" > - <enum>Qt::Vertical</enum> - </property> - <property name="sizeHint" stdset="0" > - <size> - <width>20</width> - <height>99</height> - </size> - </property> - </spacer> - </item> - </layout> - </item> - </layout> - </widget> - </item> - <item> - <widget class="QDialogButtonBox" name="buttonBox" > - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="standardButtons" > - <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok|QDialogButtonBox::Reset</set> - </property> - </widget> - </item> - </layout> - </widget> - <resources/> - <connections> - <connection> - <sender>buttonBox</sender> - <signal>accepted()</signal> - <receiver>qdesigner_internal::OrderDialog</receiver> - <slot>accept()</slot> - <hints> - <hint type="sourcelabel" > - <x>50</x> - <y>163</y> - </hint> - <hint type="destinationlabel" > - <x>6</x> - <y>151</y> - </hint> - </hints> - </connection> - <connection> - <sender>buttonBox</sender> - <signal>rejected()</signal> - <receiver>qdesigner_internal::OrderDialog</receiver> - <slot>reject()</slot> - <hints> - <hint type="sourcelabel" > - <x>300</x> - <y>160</y> - </hint> - <hint type="destinationlabel" > - <x>348</x> - <y>148</y> - </hint> - </hints> - </connection> - </connections> -</ui> diff --git a/tests/manual/uiloader/baseline/outputpage.ui b/tests/manual/uiloader/baseline/outputpage.ui deleted file mode 100644 index 755f81808..000000000 --- a/tests/manual/uiloader/baseline/outputpage.ui +++ /dev/null @@ -1,95 +0,0 @@ -<ui version="4.0" > - <class>OutputPage</class> - <widget class="QWidget" name="OutputPage" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>417</width> - <height>242</height> - </rect> - </property> - <property name="windowTitle" > - <string>Form</string> - </property> - <layout class="QGridLayout" > - <item row="0" column="1" > - <spacer> - <property name="orientation" > - <enum>Qt::Vertical</enum> - </property> - <property name="sizeType" > - <enum>QSizePolicy::Fixed</enum> - </property> - <property name="sizeHint" > - <size> - <width>20</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item row="1" column="0" > - <widget class="QLabel" name="label" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Preferred" hsizetype="Preferred" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="text" > - <string>Project file name:</string> - </property> - </widget> - </item> - <item row="1" column="1" > - <widget class="QLineEdit" name="projectLineEdit" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Fixed" hsizetype="Expanding" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - </widget> - </item> - <item row="2" column="0" > - <widget class="QLabel" name="label_2" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Preferred" hsizetype="Preferred" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="text" > - <string>Collection file name:</string> - </property> - </widget> - </item> - <item row="2" column="1" > - <widget class="QLineEdit" name="collectionLineEdit" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Fixed" hsizetype="Expanding" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - </widget> - </item> - <item row="3" column="1" > - <spacer> - <property name="orientation" > - <enum>Qt::Vertical</enum> - </property> - <property name="sizeHint" > - <size> - <width>20</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - </layout> - </widget> - <resources/> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/pagefold.ui b/tests/manual/uiloader/baseline/pagefold.ui deleted file mode 100644 index 7ae313c33..000000000 --- a/tests/manual/uiloader/baseline/pagefold.ui +++ /dev/null @@ -1,349 +0,0 @@ -<ui version="4.0" > - <class>MainWindow</class> - <widget class="QMainWindow" name="MainWindow" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>392</width> - <height>412</height> - </rect> - </property> - <property name="windowTitle" > - <string>MainWindow</string> - </property> - <widget class="QWidget" name="centralwidget" > - <layout class="QVBoxLayout" > - <property name="margin" > - <number>9</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="QFrame" name="mainFrame" > - <property name="frameShape" > - <enum>QFrame::StyledPanel</enum> - </property> - <property name="frameShadow" > - <enum>QFrame::Raised</enum> - </property> - <layout class="QGridLayout" > - <property name="margin" > - <number>9</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item row="0" column="1" colspan="3" > - <widget class="QComboBox" name="nameCombo" > - <property name="toolTip" > - <string>Specify your name</string> - </property> - <property name="editable" > - <bool>true</bool> - </property> - <property name="currentIndex" > - <number>-1</number> - </property> - <item> - <property name="text" > - <string>Girish</string> - </property> - </item> - <item> - <property name="text" > - <string>Jasmin</string> - </property> - </item> - <item> - <property name="text" > - <string>Simon</string> - </property> - </item> - <item> - <property name="text" > - <string>Zack</string> - </property> - </item> - </widget> - </item> - <item row="1" column="3" > - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" > - <size> - <width>40</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item row="1" column="2" > - <widget class="QRadioButton" name="femaleRadioButton" > - <property name="styleSheet" > - <string>Check this if you are female</string> - </property> - <property name="text" > - <string>&Female</string> - </property> - </widget> - </item> - <item row="1" column="0" > - <widget class="QLabel" name="genderLabel" > - <property name="text" > - <string>Gender:</string> - </property> - </widget> - </item> - <item row="2" column="0" > - <widget class="QLabel" name="ageLabel" > - <property name="text" > - <string>&Age:</string> - </property> - <property name="buddy" > - <cstring>ageSpinBox</cstring> - </property> - </widget> - </item> - <item row="1" column="1" > - <widget class="QRadioButton" name="maleRadioButton" > - <property name="toolTip" > - <string>Check this if you are male</string> - </property> - <property name="text" > - <string>&Male</string> - </property> - </widget> - </item> - <item row="0" column="0" > - <widget class="QLabel" name="nameLabel" > - <property name="text" > - <string>&Name:</string> - </property> - <property name="buddy" > - <cstring>nameCombo</cstring> - </property> - </widget> - </item> - <item row="3" column="0" > - <widget class="QLabel" name="passwordLabel" > - <property name="text" > - <string>&Password:</string> - </property> - <property name="buddy" > - <cstring>passwordEdit</cstring> - </property> - </widget> - </item> - <item row="2" column="1" colspan="3" > - <widget class="QSpinBox" name="ageSpinBox" > - <property name="toolTip" > - <string>Specify your age</string> - </property> - <property name="statusTip" > - <string>Specify your age</string> - </property> - <property name="minimum" > - <number>12</number> - </property> - <property name="value" > - <number>22</number> - </property> - </widget> - </item> - <item row="7" column="2" colspan="2" > - <widget class="QDialogButtonBox" name="buttonBox" > - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="standardButtons" > - <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set> - </property> - </widget> - </item> - <item row="6" column="0" colspan="4" > - <widget class="QCheckBox" name="agreeCheckBox" > - <property name="toolTip" > - <string>Please read the LICENSE file before checking</string> - </property> - <property name="text" > - <string>I &accept the terms and &conditions</string> - </property> - </widget> - </item> - <item row="3" column="1" colspan="3" > - <widget class="QLineEdit" name="passwordEdit" > - <property name="toolTip" > - <string>Specify your password</string> - </property> - <property name="statusTip" > - <string>Specify your password</string> - </property> - <property name="text" > - <string>Password</string> - </property> - <property name="echoMode" > - <enum>QLineEdit::Password</enum> - </property> - </widget> - </item> - <item row="5" column="1" colspan="3" > - <widget class="QListWidget" name="professionList" > - <property name="toolTip" > - <string>Select your profession</string> - </property> - <property name="statusTip" > - <string>Specify your name here</string> - </property> - <property name="whatsThis" > - <string>Specify your name here</string> - </property> - <property name="currentRow" > - <number>0</number> - </property> - <item> - <property name="text" > - <string>Developer</string> - </property> - </item> - <item> - <property name="text" > - <string>Student</string> - </property> - </item> - <item> - <property name="text" > - <string>Fisherman</string> - </property> - </item> - </widget> - </item> - <item row="5" column="0" > - <widget class="QLabel" name="label" > - <property name="text" > - <string>Profession:</string> - </property> - <property name="buddy" > - <cstring>professionList</cstring> - </property> - </widget> - </item> - <item row="4" column="1" colspan="3" > - <widget class="QComboBox" name="countryCombo" > - <property name="toolTip" > - <string>Specify country of origin</string> - </property> - <property name="statusTip" > - <string>Specify country of origin</string> - </property> - <property name="currentIndex" > - <number>6</number> - </property> - <item> - <property name="text" > - <string>Egypt</string> - </property> - </item> - <item> - <property name="text" > - <string>France</string> - </property> - </item> - <item> - <property name="text" > - <string>Germany</string> - </property> - </item> - <item> - <property name="text" > - <string>India</string> - </property> - </item> - <item> - <property name="text" > - <string>Italy</string> - </property> - </item> - <item> - <property name="text" > - <string>Korea</string> - </property> - </item> - <item> - <property name="text" > - <string>Norway</string> - </property> - </item> - </widget> - </item> - <item row="4" column="0" > - <widget class="QLabel" name="countryLabel" > - <property name="text" > - <string>Pro&fession</string> - </property> - <property name="buddy" > - <cstring>professionList</cstring> - </property> - </widget> - </item> - </layout> - </widget> - </item> - </layout> - </widget> - <widget class="QMenuBar" name="menubar" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>392</width> - <height>25</height> - </rect> - </property> - <widget class="QMenu" name="menu_File" > - <property name="title" > - <string>&File</string> - </property> - <addaction name="editStyleAction" /> - <addaction name="separator" /> - <addaction name="exitAction" /> - </widget> - <widget class="QMenu" name="menu_Help" > - <property name="title" > - <string>&Help</string> - </property> - <addaction name="aboutAction" /> - <addaction name="separator" /> - <addaction name="aboutQtAction" /> - </widget> - <addaction name="menu_File" /> - <addaction name="menu_Help" /> - </widget> - <widget class="QStatusBar" name="statusbar" /> - <action name="exitAction" > - <property name="text" > - <string>&Exit</string> - </property> - </action> - <action name="aboutQtAction" > - <property name="text" > - <string>About Qt</string> - </property> - </action> - <action name="editStyleAction" > - <property name="text" > - <string>Edit &Style</string> - </property> - </action> - <action name="aboutAction" > - <property name="text" > - <string>About</string> - </property> - </action> - </widget> - <resources/> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/paletteeditor.ui b/tests/manual/uiloader/baseline/paletteeditor.ui deleted file mode 100644 index 589d44219..000000000 --- a/tests/manual/uiloader/baseline/paletteeditor.ui +++ /dev/null @@ -1,256 +0,0 @@ -<ui version="4.0" > - <comment>********************************************************************* -** -** Copyright (C) 2015 The Qt Company Ltd. -** Contact: http://www.qt.io/licensing/ -** -** This file is part of the autotests of the Qt Toolkit. -** -** $QT_BEGIN_LICENSE:LGPL21$ -** Commercial License Usage -** Licensees holding valid commercial Qt licenses may use this file in -** accordance with the commercial license agreement provided with the -** Software or, alternatively, in accordance with the terms contained in -** a written agreement between you and The Qt Company. For licensing terms -** and conditions see http://www.qt.io/terms-conditions. For further -** information use the contact form at http://www.qt.io/contact-us. -** -** GNU Lesser General Public License Usage -** Alternatively, this file may be used under the terms of the GNU Lesser -** General Public License version 2.1 or version 3 as published by the Free -** Software Foundation and appearing in the file LICENSE.LGPLv21 and -** LICENSE.LGPLv3 included in the packaging of this file. Please review the -** following information to ensure the GNU Lesser General Public License -** requirements will be met: https://www.gnu.org/licenses/lgpl.html and -** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. -** -** As a special exception, The Qt Company gives you certain additional -** rights. These rights are described in The Qt Company LGPL Exception -** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. -** -** $QT_END_LICENSE$ -** -*********************************************************************</comment> - <class>qdesigner_internal::PaletteEditor</class> - <widget class="QDialog" name="qdesigner_internal::PaletteEditor" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>365</width> - <height>409</height> - </rect> - </property> - <property name="sizePolicy" > - <sizepolicy> - <hsizetype>7</hsizetype> - <vsizetype>7</vsizetype> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="windowTitle" > - <string>Edit Palette</string> - </property> - <layout class="QVBoxLayout" > - <property name="margin" > - <number>9</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="QGroupBox" name="advancedBox" > - <property name="minimumSize" > - <size> - <width>0</width> - <height>0</height> - </size> - </property> - <property name="maximumSize" > - <size> - <width>16777215</width> - <height>16777215</height> - </size> - </property> - <property name="title" > - <string>Tune Palette</string> - </property> - <layout class="QGridLayout" > - <property name="margin" > - <number>9</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item row="0" column="1" > - <widget class="QtColorButton" name="buildButton" > - <property name="sizePolicy" > - <sizepolicy> - <hsizetype>7</hsizetype> - <vsizetype>13</vsizetype> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="text" > - <string/> - </property> - </widget> - </item> - <item row="1" column="0" colspan="4" > - <widget class="QTreeView" name="paletteView" > - <property name="minimumSize" > - <size> - <width>0</width> - <height>200</height> - </size> - </property> - </widget> - </item> - <item row="0" column="3" > - <widget class="QRadioButton" name="detailsRadio" > - <property name="text" > - <string>Show Details</string> - </property> - </widget> - </item> - <item row="0" column="2" > - <widget class="QRadioButton" name="computeRadio" > - <property name="text" > - <string>Compute Details</string> - </property> - <property name="checked" > - <bool>true</bool> - </property> - </widget> - </item> - <item row="0" column="0" > - <widget class="QLabel" name="label" > - <property name="text" > - <string>Quick</string> - </property> - </widget> - </item> - </layout> - </widget> - </item> - <item> - <widget class="QGroupBox" name="GroupBox126" > - <property name="sizePolicy" > - <sizepolicy> - <hsizetype>5</hsizetype> - <vsizetype>7</vsizetype> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="title" > - <string>Preview</string> - </property> - <layout class="QGridLayout" > - <property name="margin" > - <number>8</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item row="0" column="2" > - <widget class="QRadioButton" name="disabledRadio" > - <property name="text" > - <string>Disabled</string> - </property> - </widget> - </item> - <item row="0" column="1" > - <widget class="QRadioButton" name="inactiveRadio" > - <property name="text" > - <string>Inactive</string> - </property> - </widget> - </item> - <item row="0" column="0" > - <widget class="QRadioButton" name="activeRadio" > - <property name="text" > - <string>Active</string> - </property> - <property name="checked" > - <bool>true</bool> - </property> - </widget> - </item> - <item row="1" column="0" colspan="3" > - <widget class="qdesigner_internal::PreviewFrame" native="1" name="previewFrame" > - <property name="sizePolicy" > - <sizepolicy> - <hsizetype>7</hsizetype> - <vsizetype>7</vsizetype> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - </widget> - </item> - </layout> - </widget> - </item> - <item> - <widget class="QDialogButtonBox" name="buttonBox" > - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="standardButtons" > - <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set> - </property> - </widget> - </item> - </layout> - </widget> - <customwidgets> - <customwidget> - <class>QtColorButton</class> - <extends>QToolButton</extends> - <header>qtcolorbutton.h</header> - </customwidget> - <customwidget> - <class>qdesigner_internal::PreviewFrame</class> - <extends>QWidget</extends> - <header>previewframe.h</header> - </customwidget> - </customwidgets> - <resources/> - <connections> - <connection> - <sender>buttonBox</sender> - <signal>accepted()</signal> - <receiver>qdesigner_internal::PaletteEditor</receiver> - <slot>accept()</slot> - <hints> - <hint type="sourcelabel" > - <x>180</x> - <y>331</y> - </hint> - <hint type="destinationlabel" > - <x>134</x> - <y>341</y> - </hint> - </hints> - </connection> - <connection> - <sender>buttonBox</sender> - <signal>rejected()</signal> - <receiver>qdesigner_internal::PaletteEditor</receiver> - <slot>reject()</slot> - <hints> - <hint type="sourcelabel" > - <x>287</x> - <y>329</y> - </hint> - <hint type="destinationlabel" > - <x>302</x> - <y>342</y> - </hint> - </hints> - </connection> - </connections> -</ui> diff --git a/tests/manual/uiloader/baseline/paletteeditoradvancedbase.ui b/tests/manual/uiloader/baseline/paletteeditoradvancedbase.ui deleted file mode 100644 index 76d7d973f..000000000 --- a/tests/manual/uiloader/baseline/paletteeditoradvancedbase.ui +++ /dev/null @@ -1,609 +0,0 @@ -<ui version="4.0" stdsetdef="1" > - <author></author> - <comment>********************************************************************* -** -** Copyright (C) 2015 The Qt Company Ltd. -** Contact: http://www.qt.io/licensing/ -** -** This file is part of the autotests of the Qt Toolkit. -** -** $QT_BEGIN_LICENSE:LGPL21$ -** Commercial License Usage -** Licensees holding valid commercial Qt licenses may use this file in -** accordance with the commercial license agreement provided with the -** Software or, alternatively, in accordance with the terms contained in -** a written agreement between you and The Qt Company. For licensing terms -** and conditions see http://www.qt.io/terms-conditions. For further -** information use the contact form at http://www.qt.io/contact-us. -** -** GNU Lesser General Public License Usage -** Alternatively, this file may be used under the terms of the GNU Lesser -** General Public License version 2.1 or version 3 as published by the Free -** Software Foundation and appearing in the file LICENSE.LGPLv21 and -** LICENSE.LGPLv3 included in the packaging of this file. Please review the -** following information to ensure the GNU Lesser General Public License -** requirements will be met: https://www.gnu.org/licenses/lgpl.html and -** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. -** -** As a special exception, The Qt Company gives you certain additional -** rights. These rights are described in The Qt Company LGPL Exception -** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. -** -** $QT_END_LICENSE$ -** -*********************************************************************</comment> - <exportmacro></exportmacro> - <class>PaletteEditorAdvancedBase</class> - <widget class="QDialog" name="PaletteEditorAdvancedBase" > - <property name="objectName" > - <string notr="true" >PaletteEditorAdvancedBase</string> - </property> - <property name="enabled" > - <bool>true</bool> - </property> - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>295</width> - <height>346</height> - </rect> - </property> - <property name="windowTitle" > - <string>Tune Palette</string> - </property> - <property name="sizeGripEnabled" > - <bool>true</bool> - </property> - <property name="whatsThis" stdset="0" > - <string><b>Edit Palette</b><p>Change the palette of the current widget or form.</p><p>Use a generated palette or select colors for each color group and each color role.</p><p>The palette can be tested with different widget layouts in the preview section.</p></string> - </property> - <layout class="QVBoxLayout" > - <property name="objectName" > - <string notr="true" >unnamed</string> - </property> - <property name="margin" > - <number>11</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <layout class="QHBoxLayout" > - <property name="objectName" > - <string notr="true" >unnamed</string> - </property> - <property name="margin" > - <number>0</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="QLabel" name="TextLabel1" > - <property name="objectName" > - <string notr="true" >TextLabel1</string> - </property> - <property name="text" > - <string>Select &Palette:</string> - </property> - <property name="buddy" stdset="0" > - <cstring>paletteCombo</cstring> - </property> - </widget> - </item> - <item> - <widget class="QComboBox" name="paletteCombo" > - <property name="objectName" > - <string notr="true" >paletteCombo</string> - </property> - <item> - <property name="text" > - <string>Active Palette</string> - </property> - </item> - <item> - <property name="text" > - <string>Inactive Palette</string> - </property> - </item> - <item> - <property name="text" > - <string>Disabled Palette</string> - </property> - </item> - </widget> - </item> - </layout> - </item> - <item> - <widget class="Q3ButtonGroup" name="ButtonGroup1" > - <property name="objectName" > - <string notr="true" >ButtonGroup1</string> - </property> - <property name="sizePolicy" > - <sizepolicy> - <hsizetype>5</hsizetype> - <vsizetype>4</vsizetype> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="title" > - <string>Auto</string> - </property> - <layout class="QVBoxLayout" > - <property name="objectName" > - <string notr="true" >unnamed</string> - </property> - <property name="margin" > - <number>11</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="QCheckBox" name="checkBuildInactive" > - <property name="objectName" > - <string notr="true" >checkBuildInactive</string> - </property> - <property name="text" > - <string>Build inactive palette from active</string> - </property> - <property name="checked" > - <bool>true</bool> - </property> - </widget> - </item> - <item> - <widget class="QCheckBox" name="checkBuildDisabled" > - <property name="objectName" > - <string notr="true" >checkBuildDisabled</string> - </property> - <property name="text" > - <string>Build disabled palette from active</string> - </property> - <property name="checked" > - <bool>true</bool> - </property> - </widget> - </item> - </layout> - </widget> - </item> - <item> - <widget class="Q3GroupBox" name="groupCentral" > - <property name="objectName" > - <string notr="true" >groupCentral</string> - </property> - <property name="title" > - <string>Central color &roles</string> - </property> - <layout class="QVBoxLayout" > - <property name="objectName" > - <string notr="true" >unnamed</string> - </property> - <property name="margin" > - <number>11</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="QComboBox" name="comboCentral" > - <property name="objectName" > - <string notr="true" >comboCentral</string> - </property> - <property name="toolTip" stdset="0" > - <string>Choose central color role</string> - </property> - <property name="whatsThis" stdset="0" > - <string><b>Select a color role.</b><p>Available central roles are: <ul> <li>Window - general background color.</li> <li>WindowText - general foreground color. </li> <li>Base - used as background color for e.g. text entry widgets, usually white or another light color. </li> <li>Text - the foreground color used with Base. Usually this is the same as WindowText, in what case it must provide good contrast both with Window and Base. </li> <li>Button - general button background color, where buttons need a background different from Window, as in the Macintosh style. </li> <li>ButtonText - a foreground color used with the Button color. </li> <li>Highlight - a color to indicate a selected or highlighted item. </li> <li>HighlightedText - a text color that contrasts to Highlight. </li> <li>BrightText - a text color that is very different from WindowText and contrasts well with e.g. black. </li> </ul> </p></string> - </property> - <item> - <property name="text" > - <string>Window</string> - </property> - </item> - <item> - <property name="text" > - <string>WindowText</string> - </property> - </item> - <item> - <property name="text" > - <string>Button</string> - </property> - </item> - <item> - <property name="text" > - <string>Base</string> - </property> - </item> - <item> - <property name="text" > - <string>Text</string> - </property> - </item> - <item> - <property name="text" > - <string>BrightText</string> - </property> - </item> - <item> - <property name="text" > - <string>ButtonText</string> - </property> - </item> - <item> - <property name="text" > - <string>Highlight</string> - </property> - </item> - <item> - <property name="text" > - <string>HighlightedText</string> - </property> - </item> - </widget> - </item> - <item> - <layout class="QHBoxLayout" > - <property name="objectName" > - <string notr="true" >unnamed</string> - </property> - <property name="margin" > - <number>0</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <spacer name="Horizontal_Spacing1" > - <property name="sizeHint" > - <size> - <width>20</width> - <height>20</height> - </size> - </property> - <property name="sizeType" > - <enum>Expanding</enum> - </property> - <property name="orientation" > - <enum>Horizontal</enum> - </property> - </spacer> - </item> - <item> - <widget class="QLabel" name="labelCentral" > - <property name="objectName" > - <string notr="true" >labelCentral</string> - </property> - <property name="sizePolicy" > - <sizepolicy> - <hsizetype>1</hsizetype> - <vsizetype>1</vsizetype> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="minimumSize" > - <size> - <width>0</width> - <height>0</height> - </size> - </property> - <property name="text" > - <string>&Select Color:</string> - </property> - <property name="buddy" stdset="0" > - <cstring>buttonCentral</cstring> - </property> - </widget> - </item> - <item> - <widget class="ColorButton" name="buttonCentral" > - <property name="objectName" > - <string notr="true" >buttonCentral</string> - </property> - <property name="sizePolicy" > - <sizepolicy> - <hsizetype>0</hsizetype> - <vsizetype>0</vsizetype> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="focusPolicy" > - <enum>Qt::TabFocus</enum> - </property> - <property name="toolTip" stdset="0" > - <string>Choose a color</string> - </property> - <property name="whatsThis" stdset="0" > - <string>Choose a color for the selected central color role.</string> - </property> - </widget> - </item> - </layout> - </item> - </layout> - </widget> - </item> - <item> - <widget class="Q3GroupBox" name="groupEffect" > - <property name="objectName" > - <string notr="true" >groupEffect</string> - </property> - <property name="title" > - <string>3-D shadow &effects</string> - </property> - <layout class="QVBoxLayout" > - <property name="objectName" > - <string notr="true" >unnamed</string> - </property> - <property name="margin" > - <number>11</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <layout class="QHBoxLayout" > - <property name="objectName" > - <string notr="true" >unnamed</string> - </property> - <property name="margin" > - <number>0</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="QCheckBox" name="checkBuildEffect" > - <property name="objectName" > - <string notr="true" >checkBuildEffect</string> - </property> - <property name="text" > - <string>Build &from button color</string> - </property> - <property name="checked" > - <bool>true</bool> - </property> - <property name="toolTip" stdset="0" > - <string>Generate shadings</string> - </property> - <property name="whatsThis" stdset="0" > - <string>Check to let 3D-effect colors be calculated from button-color.</string> - </property> - </widget> - </item> - <item> - <widget class="QComboBox" name="comboEffect" > - <property name="objectName" > - <string notr="true" >comboEffect</string> - </property> - <property name="toolTip" stdset="0" > - <string>Choose 3D-effect color role</string> - </property> - <property name="whatsThis" stdset="0" > - <string><b>Select a color role.</b><p>Available effect roles are: <ul> <li>Light - lighter than Button color. </li> <li>Midlight - between Button and Light. </li> <li>Mid - between Button and Dark. </li> <li>Dark - darker than Button. </li> <li>Shadow - a very dark color. </li> </ul></string> - </property> - <item> - <property name="text" > - <string>Light</string> - </property> - </item> - <item> - <property name="text" > - <string>Midlight</string> - </property> - </item> - <item> - <property name="text" > - <string>Mid</string> - </property> - </item> - <item> - <property name="text" > - <string>Dark</string> - </property> - </item> - <item> - <property name="text" > - <string>Shadow</string> - </property> - </item> - </widget> - </item> - </layout> - </item> - <item> - <layout class="QHBoxLayout" > - <property name="objectName" > - <string notr="true" >unnamed</string> - </property> - <property name="margin" > - <number>0</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <spacer name="Horizontal_Spacing3" > - <property name="sizeHint" > - <size> - <width>20</width> - <height>20</height> - </size> - </property> - <property name="sizeType" > - <enum>Expanding</enum> - </property> - <property name="orientation" > - <enum>Horizontal</enum> - </property> - </spacer> - </item> - <item> - <widget class="QLabel" name="labelEffect" > - <property name="objectName" > - <string notr="true" >labelEffect</string> - </property> - <property name="sizePolicy" > - <sizepolicy> - <hsizetype>1</hsizetype> - <vsizetype>1</vsizetype> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="minimumSize" > - <size> - <width>0</width> - <height>0</height> - </size> - </property> - <property name="text" > - <string>Select Co&lor:</string> - </property> - <property name="buddy" stdset="0" > - <cstring>buttonEffect</cstring> - </property> - </widget> - </item> - <item> - <widget class="ColorButton" name="buttonEffect" > - <property name="objectName" > - <string notr="true" >buttonEffect</string> - </property> - <property name="sizePolicy" > - <sizepolicy> - <hsizetype>0</hsizetype> - <vsizetype>0</vsizetype> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="focusPolicy" > - <enum>Qt::TabFocus</enum> - </property> - <property name="toolTip" stdset="0" > - <string>Choose a color</string> - </property> - <property name="whatsThis" stdset="0" > - <string>Choose a color for the selected effect color role.</string> - </property> - </widget> - </item> - </layout> - </item> - </layout> - </widget> - </item> - <item> - <layout class="QHBoxLayout" > - <property name="objectName" > - <string notr="true" >unnamed</string> - </property> - <property name="margin" > - <number>0</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <spacer name="Horizontal_Spacing2" > - <property name="sizeHint" > - <size> - <width>20</width> - <height>20</height> - </size> - </property> - <property name="sizeType" > - <enum>Expanding</enum> - </property> - <property name="orientation" > - <enum>Horizontal</enum> - </property> - </spacer> - </item> - <item> - <widget class="QPushButton" name="buttonOk" > - <property name="objectName" > - <string notr="true" >buttonOk</string> - </property> - <property name="text" > - <string>OK</string> - </property> - <property name="autoDefault" > - <bool>true</bool> - </property> - <property name="default" > - <bool>true</bool> - </property> - <property name="whatsThis" stdset="0" > - <string>Close dialog and apply all changes.</string> - </property> - </widget> - </item> - <item> - <widget class="QPushButton" name="buttonCancel" > - <property name="objectName" > - <string notr="true" >buttonCancel</string> - </property> - <property name="text" > - <string>Cancel</string> - </property> - <property name="autoDefault" > - <bool>true</bool> - </property> - <property name="whatsThis" stdset="0" > - <string>Close dialog and discard all changes.</string> - </property> - </widget> - </item> - </layout> - </item> - </layout> - </widget> - <pixmapfunction></pixmapfunction> - <customwidgets> - <customwidget> - <class>ColorButton</class> - <extends></extends> - <header location="local" >colorbutton.h</header> - <sizehint> - <width>40</width> - <height>25</height> - </sizehint> - <container>0</container> - <sizepolicy> - <hordata>5</hordata> - <verdata>5</verdata> - </sizepolicy> - <pixmap>image0</pixmap> - <properties> - <property type="Color" >color</property> - <property type="Pixmap" >pixmap</property> - </properties> - </customwidget> - </customwidgets> - <tabstops> - <tabstop>buttonOk</tabstop> - <tabstop>buttonCancel</tabstop> - <tabstop>paletteCombo</tabstop> - <tabstop>checkBuildInactive</tabstop> - <tabstop>checkBuildDisabled</tabstop> - <tabstop>comboCentral</tabstop> - <tabstop>buttonCentral</tabstop> - <tabstop>checkBuildEffect</tabstop> - <tabstop>comboEffect</tabstop> - <tabstop>buttonEffect</tabstop> - </tabstops> - <images> - <image name="image0" > - <data format="XPM.GZ" length="646" >789c6dd2c10ac2300c00d07bbf2234b7229d1be245fc04c5a3201e4615f430059d0711ff5ddb2e6bb236ec90eed134cb5a19d8ef36602af5ecdbfeeac05dda0798d3abebde87e3faa374d3807fa0d633a52d38d8de6f679fe33fc776e196f53cd010188256a3600a292882096246517815ca99884606e18044a3a40d91824820924265a7923a2e8bcd05f33db1173e002913175f2a6be6d3294871a2d95fa00e8a94ee017b69d339d90df1e77c57ea072ede6758</data> - </image> - </images> -</ui> diff --git a/tests/manual/uiloader/baseline/passworddialog.ui b/tests/manual/uiloader/baseline/passworddialog.ui deleted file mode 100644 index 7c1665867..000000000 --- a/tests/manual/uiloader/baseline/passworddialog.ui +++ /dev/null @@ -1,111 +0,0 @@ -<ui version="4.0" > - <class>PasswordDialog</class> - <widget class="QDialog" name="PasswordDialog" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>399</width> - <height>148</height> - </rect> - </property> - <property name="windowTitle" > - <string>Authentication Required</string> - </property> - <layout class="QGridLayout" name="gridLayout" > - <item row="0" column="0" colspan="2" > - <layout class="QHBoxLayout" > - <item> - <widget class="QLabel" name="iconLabel" > - <property name="text" > - <string>DUMMY ICON</string> - </property> - </widget> - </item> - <item> - <widget class="QLabel" name="introLabel" > - <property name="sizePolicy" > - <sizepolicy vsizetype="MinimumExpanding" hsizetype="MinimumExpanding" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="text" > - <string>INTRO TEXT DUMMY</string> - </property> - </widget> - </item> - </layout> - </item> - <item row="1" column="0" > - <widget class="QLabel" name="label" > - <property name="text" > - <string>Username:</string> - </property> - </widget> - </item> - <item row="1" column="1" > - <widget class="QLineEdit" name="userNameLineEdit" /> - </item> - <item row="2" column="0" > - <widget class="QLabel" name="lblPassword" > - <property name="text" > - <string>Password:</string> - </property> - </widget> - </item> - <item row="2" column="1" > - <widget class="QLineEdit" name="passwordLineEdit" > - <property name="echoMode" > - <enum>QLineEdit::Password</enum> - </property> - </widget> - </item> - <item row="3" column="0" colspan="2" > - <widget class="QDialogButtonBox" name="buttonBox" > - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="standardButtons" > - <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> - </property> - </widget> - </item> - </layout> - </widget> - <resources/> - <connections> - <connection> - <sender>buttonBox</sender> - <signal>accepted()</signal> - <receiver>PasswordDialog</receiver> - <slot>accept()</slot> - <hints> - <hint type="sourcelabel" > - <x>248</x> - <y>254</y> - </hint> - <hint type="destinationlabel" > - <x>157</x> - <y>274</y> - </hint> - </hints> - </connection> - <connection> - <sender>buttonBox</sender> - <signal>rejected()</signal> - <receiver>PasswordDialog</receiver> - <slot>reject()</slot> - <hints> - <hint type="sourcelabel" > - <x>316</x> - <y>260</y> - </hint> - <hint type="destinationlabel" > - <x>286</x> - <y>274</y> - </hint> - </hints> - </connection> - </connections> -</ui> diff --git a/tests/manual/uiloader/baseline/pathpage.ui b/tests/manual/uiloader/baseline/pathpage.ui deleted file mode 100644 index 89083915d..000000000 --- a/tests/manual/uiloader/baseline/pathpage.ui +++ /dev/null @@ -1,114 +0,0 @@ -<ui version="4.0" > - <class>PathPage</class> - <widget class="QWidget" name="PathPage" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>417</width> - <height>243</height> - </rect> - </property> - <property name="windowTitle" > - <string>Form</string> - </property> - <layout class="QGridLayout" > - <item row="0" column="0" > - <widget class="QLabel" name="label_2" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Preferred" hsizetype="Maximum" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="text" > - <string>File filters:</string> - </property> - </widget> - </item> - <item row="0" column="1" colspan="2" > - <widget class="QLineEdit" name="filterLineEdit" /> - </item> - <item row="1" column="1" > - <spacer> - <property name="orientation" > - <enum>Qt::Vertical</enum> - </property> - <property name="sizeType" > - <enum>QSizePolicy::Fixed</enum> - </property> - <property name="sizeHint" > - <size> - <width>20</width> - <height>10</height> - </size> - </property> - </spacer> - </item> - <item row="2" column="0" colspan="3" > - <widget class="QLabel" name="label" > - <property name="text" > - <string>Documentation source file paths:</string> - </property> - </widget> - </item> - <item rowspan="3" row="3" column="0" colspan="3" > - <widget class="QListWidget" name="pathListWidget" /> - </item> - <item row="3" column="3" > - <widget class="QPushButton" name="addButton" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Fixed" hsizetype="Maximum" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="text" > - <string>Add</string> - </property> - </widget> - </item> - <item row="4" column="3" > - <widget class="QPushButton" name="removeButton" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Fixed" hsizetype="Maximum" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="text" > - <string>Remove</string> - </property> - </widget> - </item> - <item row="5" column="3" > - <spacer> - <property name="orientation" > - <enum>Qt::Vertical</enum> - </property> - <property name="sizeHint" > - <size> - <width>20</width> - <height>51</height> - </size> - </property> - </spacer> - </item> - <item row="6" column="2" > - <spacer> - <property name="orientation" > - <enum>Qt::Vertical</enum> - </property> - <property name="sizeHint" > - <size> - <width>20</width> - <height>31</height> - </size> - </property> - </spacer> - </item> - </layout> - </widget> - <resources/> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/phrasebookbox.ui b/tests/manual/uiloader/baseline/phrasebookbox.ui deleted file mode 100644 index 94ab582fd..000000000 --- a/tests/manual/uiloader/baseline/phrasebookbox.ui +++ /dev/null @@ -1,203 +0,0 @@ -<ui version="4.0" > - <comment>********************************************************************* -** -** Copyright (C) 2015 The Qt Company Ltd. -** Contact: http://www.qt.io/licensing/ -** -** This file is part of the autotests of the Qt Toolkit. -** -** $QT_BEGIN_LICENSE:LGPL21$ -** Commercial License Usage -** Licensees holding valid commercial Qt licenses may use this file in -** accordance with the commercial license agreement provided with the -** Software or, alternatively, in accordance with the terms contained in -** a written agreement between you and The Qt Company. For licensing terms -** and conditions see http://www.qt.io/terms-conditions. For further -** information use the contact form at http://www.qt.io/contact-us. -** -** GNU Lesser General Public License Usage -** Alternatively, this file may be used under the terms of the GNU Lesser -** General Public License version 2.1 or version 3 as published by the Free -** Software Foundation and appearing in the file LICENSE.LGPLv21 and -** LICENSE.LGPLv3 included in the packaging of this file. Please review the -** following information to ensure the GNU Lesser General Public License -** requirements will be met: https://www.gnu.org/licenses/lgpl.html and -** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. -** -** As a special exception, The Qt Company gives you certain additional -** rights. These rights are described in The Qt Company LGPL Exception -** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. -** -** $QT_END_LICENSE$ -** -*********************************************************************</comment> - <class>PhraseBookBox</class> - <widget class="QDialog" name="PhraseBookBox" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>596</width> - <height>454</height> - </rect> - </property> - <property name="windowTitle" > - <string>Edit Phrase Book</string> - </property> - <property name="whatsThis" > - <string>This window allows you to add, modify, or delete phrases in a phrase book.</string> - </property> - <layout class="QHBoxLayout" name="unnamed" > - <item> - <layout class="QVBoxLayout" name="inputsLayout" > - <item> - <layout class="QGridLayout" name="gridLayout" > - <item row="1" column="0" > - <widget class="QLabel" name="target" > - <property name="text" > - <string>&Translation:</string> - </property> - <property name="buddy" > - <cstring>targetLed</cstring> - </property> - </widget> - </item> - <item row="1" column="1" > - <widget class="QLineEdit" name="targetLed" > - <property name="whatsThis" > - <string>This is the phrase in the target language corresponding to the source phrase.</string> - </property> - </widget> - </item> - <item row="0" column="0" > - <widget class="QLabel" name="source" > - <property name="text" > - <string>S&ource phrase:</string> - </property> - <property name="buddy" > - <cstring>sourceLed</cstring> - </property> - </widget> - </item> - <item row="2" column="1" > - <widget class="QLineEdit" name="definitionLed" > - <property name="whatsThis" > - <string>This is a definition for the source phrase.</string> - </property> - </widget> - </item> - <item row="0" column="1" > - <widget class="QLineEdit" name="sourceLed" > - <property name="whatsThis" > - <string>This is the phrase in the source language.</string> - </property> - </widget> - </item> - <item row="2" column="0" > - <widget class="QLabel" name="definition" > - <property name="text" > - <string>&Definition:</string> - </property> - <property name="buddy" > - <cstring>definitionLed</cstring> - </property> - </widget> - </item> - </layout> - </item> - <item> - <widget class="QTreeView" name="phraseList" > - <property name="rootIsDecorated" > - <bool>false</bool> - </property> - <property name="uniformRowHeights" > - <bool>true</bool> - </property> - <property name="itemsExpandable" > - <bool>false</bool> - </property> - <property name="sortingEnabled" > - <bool>true</bool> - </property> - <property name="expandsOnDoubleClick" > - <bool>false</bool> - </property> - </widget> - </item> - </layout> - </item> - <item> - <layout class="QVBoxLayout" name="buttonLayout" > - <item> - <widget class="QPushButton" name="newBut" > - <property name="whatsThis" > - <string>Click here to add the phrase to the phrase book.</string> - </property> - <property name="text" > - <string>&New Phrase</string> - </property> - </widget> - </item> - <item> - <widget class="QPushButton" name="removeBut" > - <property name="whatsThis" > - <string>Click here to remove the phrase from the phrase book.</string> - </property> - <property name="text" > - <string>&Remove Phrase</string> - </property> - </widget> - </item> - <item> - <widget class="QPushButton" name="saveBut" > - <property name="whatsThis" > - <string>Click here to save the changes made.</string> - </property> - <property name="text" > - <string>&Save</string> - </property> - </widget> - </item> - <item> - <widget class="QPushButton" name="closeBut" > - <property name="whatsThis" > - <string>Click here to close this window.</string> - </property> - <property name="text" > - <string>Close</string> - </property> - </widget> - </item> - <item> - <spacer name="spacer1" > - <property name="orientation" > - <enum>Qt::Vertical</enum> - </property> - <property name="sizeType" > - <enum>QSizePolicy::Expanding</enum> - </property> - <property name="sizeHint" stdset="0" > - <size> - <width>20</width> - <height>51</height> - </size> - </property> - </spacer> - </item> - </layout> - </item> - </layout> - </widget> - <layoutdefault spacing="6" margin="11" /> - <tabstops> - <tabstop>sourceLed</tabstop> - <tabstop>targetLed</tabstop> - <tabstop>definitionLed</tabstop> - <tabstop>newBut</tabstop> - <tabstop>removeBut</tabstop> - <tabstop>saveBut</tabstop> - <tabstop>closeBut</tabstop> - </tabstops> - <resources/> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/plugindialog.ui b/tests/manual/uiloader/baseline/plugindialog.ui deleted file mode 100644 index ad4e1c1f4..000000000 --- a/tests/manual/uiloader/baseline/plugindialog.ui +++ /dev/null @@ -1,145 +0,0 @@ -<ui version="4.0" > - <comment>********************************************************************* -** -** Copyright (C) 2015 The Qt Company Ltd. -** Contact: http://www.qt.io/licensing/ -** -** This file is part of the autotests of the Qt Toolkit. -** -** $QT_BEGIN_LICENSE:LGPL21$ -** Commercial License Usage -** Licensees holding valid commercial Qt licenses may use this file in -** accordance with the commercial license agreement provided with the -** Software or, alternatively, in accordance with the terms contained in -** a written agreement between you and The Qt Company. For licensing terms -** and conditions see http://www.qt.io/terms-conditions. For further -** information use the contact form at http://www.qt.io/contact-us. -** -** GNU Lesser General Public License Usage -** Alternatively, this file may be used under the terms of the GNU Lesser -** General Public License version 2.1 or version 3 as published by the Free -** Software Foundation and appearing in the file LICENSE.LGPLv21 and -** LICENSE.LGPLv3 included in the packaging of this file. Please review the -** following information to ensure the GNU Lesser General Public License -** requirements will be met: https://www.gnu.org/licenses/lgpl.html and -** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. -** -** As a special exception, The Qt Company gives you certain additional -** rights. These rights are described in The Qt Company LGPL Exception -** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. -** -** $QT_END_LICENSE$ -** -*********************************************************************</comment> - <class>PluginDialog</class> - <widget class="QDialog" name="PluginDialog" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>401</width> - <height>331</height> - </rect> - </property> - <property name="windowTitle" > - <string>Plugin Information</string> - </property> - <layout class="QVBoxLayout" > - <property name="spacing" > - <number>6</number> - </property> - <property name="leftMargin" > - <number>8</number> - </property> - <property name="topMargin" > - <number>8</number> - </property> - <property name="rightMargin" > - <number>8</number> - </property> - <property name="bottomMargin" > - <number>8</number> - </property> - <item> - <widget class="QLabel" name="label" > - <property name="text" > - <string>TextLabel</string> - </property> - <property name="wordWrap" > - <bool>true</bool> - </property> - </widget> - </item> - <item> - <widget class="QTreeWidget" name="treeWidget" > - <property name="textElideMode" > - <enum>Qt::ElideNone</enum> - </property> - <column> - <property name="text" > - <string>1</string> - </property> - </column> - </widget> - </item> - <item> - <widget class="QLabel" name="message" > - <property name="text" > - <string>TextLabel</string> - </property> - <property name="wordWrap" > - <bool>true</bool> - </property> - </widget> - </item> - <item> - <layout class="QHBoxLayout" > - <property name="spacing" > - <number>6</number> - </property> - <property name="leftMargin" > - <number>0</number> - </property> - <property name="topMargin" > - <number>0</number> - </property> - <property name="rightMargin" > - <number>0</number> - </property> - <property name="bottomMargin" > - <number>0</number> - </property> - </layout> - </item> - <item> - <widget class="QDialogButtonBox" name="buttonBox" > - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="standardButtons" > - <set>QDialogButtonBox::Close</set> - </property> - </widget> - </item> - </layout> - </widget> - <resources/> - <connections> - <connection> - <sender>buttonBox</sender> - <signal>rejected()</signal> - <receiver>PluginDialog</receiver> - <slot>reject()</slot> - <hints> - <hint type="sourcelabel" > - <x>154</x> - <y>307</y> - </hint> - <hint type="destinationlabel" > - <x>401</x> - <y>280</y> - </hint> - </hints> - </connection> - </connections> -</ui> diff --git a/tests/manual/uiloader/baseline/preferencesdialog.ui b/tests/manual/uiloader/baseline/preferencesdialog.ui deleted file mode 100644 index 3092fcb53..000000000 --- a/tests/manual/uiloader/baseline/preferencesdialog.ui +++ /dev/null @@ -1,165 +0,0 @@ -<ui version="4.0" > - <class>PreferencesDialog</class> - <widget class="QDialog" name="PreferencesDialog" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>455</width> - <height>359</height> - </rect> - </property> - <property name="windowTitle" > - <string>Preferences</string> - </property> - <property name="modal" > - <bool>true</bool> - </property> - <layout class="QVBoxLayout" > - <item> - <layout class="QHBoxLayout" > - <item> - <layout class="QVBoxLayout" > - <item> - <widget class="QGroupBox" name="m_uiModeGroupBox" > - <property name="title" > - <string>User Interface Mode</string> - </property> - <layout class="QVBoxLayout" > - <item> - <widget class="QComboBox" name="m_uiModeCombo" /> - </item> - </layout> - </widget> - </item> - <item> - <widget class="FontPanel" name="m_fontPanel" /> - </item> - <item> - <widget class="qdesigner_internal::PreviewConfigurationWidget" name="m_previewConfigurationWidget" /> - </item> - </layout> - </item> - <item> - <layout class="QVBoxLayout" > - <item> - <widget class="QGroupBox" name="m_templatePathGroupBox" > - <property name="title" > - <string>Additional Template Paths</string> - </property> - <layout class="QGridLayout" > - <item row="0" column="0" colspan="3" > - <widget class="QListWidget" name="m_templatePathListWidget" /> - </item> - <item row="1" column="0" > - <widget class="QToolButton" name="m_addTemplatePathButton" > - <property name="text" > - <string>...</string> - </property> - </widget> - </item> - <item row="1" column="1" > - <widget class="QToolButton" name="m_removeTemplatePathButton" > - <property name="text" > - <string>...</string> - </property> - </widget> - </item> - <item row="1" column="2" > - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" > - <size> - <width>40</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - </layout> - </widget> - </item> - <item> - <widget class="qdesigner_internal::GridPanel" name="m_gridPanel" /> - </item> - </layout> - </item> - </layout> - </item> - <item> - <widget class="Line" name="line" > - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - </widget> - </item> - <item> - <widget class="QDialogButtonBox" name="m_dialogButtonBox" > - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="standardButtons" > - <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> - </property> - </widget> - </item> - </layout> - </widget> - <customwidgets> - <customwidget> - <class>FontPanel</class> - <extends>QGroupBox</extends> - <header>fontpanel.h</header> - <container>1</container> - </customwidget> - <customwidget> - <class>qdesigner_internal::GridPanel</class> - <extends>QGroupBox</extends> - <header>gridpanel_p.h</header> - <container>1</container> - </customwidget> - <customwidget> - <class>qdesigner_internal::PreviewConfigurationWidget</class> - <extends>QGroupBox</extends> - <header location="global" >previewconfigurationwidget_p.h</header> - <container>1</container> - </customwidget> - </customwidgets> - <resources/> - <connections> - <connection> - <sender>m_dialogButtonBox</sender> - <signal>accepted()</signal> - <receiver>PreferencesDialog</receiver> - <slot>accept()</slot> - <hints> - <hint type="sourcelabel" > - <x>248</x> - <y>254</y> - </hint> - <hint type="destinationlabel" > - <x>157</x> - <y>274</y> - </hint> - </hints> - </connection> - <connection> - <sender>m_dialogButtonBox</sender> - <signal>rejected()</signal> - <receiver>PreferencesDialog</receiver> - <slot>reject()</slot> - <hints> - <hint type="sourcelabel" > - <x>316</x> - <y>260</y> - </hint> - <hint type="destinationlabel" > - <x>286</x> - <y>274</y> - </hint> - </hints> - </connection> - </connections> -</ui> diff --git a/tests/manual/uiloader/baseline/previewconfigurationwidget.ui b/tests/manual/uiloader/baseline/previewconfigurationwidget.ui deleted file mode 100644 index 2f18766ff..000000000 --- a/tests/manual/uiloader/baseline/previewconfigurationwidget.ui +++ /dev/null @@ -1,91 +0,0 @@ -<ui version="4.0" > - <class>PreviewConfigurationWidget</class> - <widget class="QGroupBox" name="PreviewConfigurationWidget" > - <property name="windowTitle" > - <string>Form</string> - </property> - <property name="title" > - <string>Print/Preview Configuration</string> - </property> - <property name="checkable" > - <bool>true</bool> - </property> - <layout class="QFormLayout" > - <item row="0" column="0" > - <widget class="QLabel" name="m_styleLabel" > - <property name="text" > - <string>Style</string> - </property> - </widget> - </item> - <item row="0" column="1" > - <widget class="QComboBox" name="m_styleCombo" /> - </item> - <item row="1" column="0" > - <widget class="QLabel" name="m_appStyleSheetLabel" > - <property name="text" > - <string>Style sheet</string> - </property> - </widget> - </item> - <item row="1" column="1" > - <layout class="QHBoxLayout" > - <item> - <widget class="qdesigner_internal::TextPropertyEditor" name="m_appStyleSheetLineEdit" > - <property name="minimumSize" > - <size> - <width>149</width> - <height>0</height> - </size> - </property> - </widget> - </item> - <item> - <widget class="QToolButton" name="m_appStyleSheetChangeButton" > - <property name="text" > - <string>...</string> - </property> - </widget> - </item> - <item> - <widget class="QToolButton" name="m_appStyleSheetClearButton" > - <property name="text" > - <string>...</string> - </property> - </widget> - </item> - </layout> - </item> - <item row="2" column="0" > - <widget class="QLabel" name="m_skinLabel" > - <property name="text" > - <string>Device skin</string> - </property> - </widget> - </item> - <item row="2" column="1" > - <layout class="QHBoxLayout" > - <item> - <widget class="QComboBox" name="m_skinCombo" /> - </item> - <item> - <widget class="QToolButton" name="m_skinRemoveButton" > - <property name="text" > - <string>...</string> - </property> - </widget> - </item> - </layout> - </item> - </layout> - </widget> - <customwidgets> - <customwidget> - <class>qdesigner_internal::TextPropertyEditor</class> - <extends>QLineEdit</extends> - <header location="global" >textpropertyeditor_p.h</header> - </customwidget> - </customwidgets> - <resources/> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/previewdialogbase.ui b/tests/manual/uiloader/baseline/previewdialogbase.ui deleted file mode 100644 index 593ee3357..000000000 --- a/tests/manual/uiloader/baseline/previewdialogbase.ui +++ /dev/null @@ -1,224 +0,0 @@ -<ui version="4.0" > - <class>PreviewDialogBase</class> - <widget class="QDialog" name="PreviewDialogBase" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>733</width> - <height>479</height> - </rect> - </property> - <property name="windowTitle" > - <string>Print Preview</string> - </property> - <layout class="QVBoxLayout" > - <property name="margin" > - <number>9</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <layout class="QHBoxLayout" > - <property name="margin" > - <number>0</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="QLabel" name="label" > - <property name="text" > - <string>&Paper Size:</string> - </property> - <property name="buddy" > - <cstring>paperSizeCombo</cstring> - </property> - </widget> - </item> - <item> - <widget class="QComboBox" name="paperSizeCombo" > - <property name="sizePolicy" > - <sizepolicy> - <hsizetype>1</hsizetype> - <vsizetype>0</vsizetype> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - </widget> - </item> - <item> - <widget class="QLabel" name="label_2" > - <property name="text" > - <string>&Orientation:</string> - </property> - <property name="buddy" > - <cstring>paperOrientationCombo</cstring> - </property> - </widget> - </item> - <item> - <widget class="QComboBox" name="paperOrientationCombo" > - <property name="sizePolicy" > - <sizepolicy> - <hsizetype>1</hsizetype> - <vsizetype>0</vsizetype> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - </widget> - </item> - <item> - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" > - <size> - <width>40</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - </layout> - </item> - <item> - <layout class="QHBoxLayout" > - <property name="margin" > - <number>0</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="QTreeWidget" name="pageList" > - <property name="indentation" > - <number>0</number> - </property> - <property name="rootIsDecorated" > - <bool>false</bool> - </property> - <property name="uniformRowHeights" > - <bool>true</bool> - </property> - <property name="itemsExpandable" > - <bool>false</bool> - </property> - <property name="columnCount" > - <number>1</number> - </property> - <column> - <property name="text" > - <string>1</string> - </property> - </column> - </widget> - </item> - <item> - <widget class="QScrollArea" native="1" name="previewArea" > - <property name="sizePolicy" > - <sizepolicy> - <hsizetype>5</hsizetype> - <vsizetype>5</vsizetype> - <horstretch>1</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - </widget> - </item> - </layout> - </item> - <item> - <layout class="QHBoxLayout" > - <property name="margin" > - <number>0</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="QProgressBar" name="progressBar" > - <property name="enabled" > - <bool>false</bool> - </property> - <property name="sizePolicy" > - <sizepolicy> - <hsizetype>7</hsizetype> - <vsizetype>0</vsizetype> - <horstretch>1</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="value" > - <number>0</number> - </property> - <property name="textVisible" > - <bool>false</bool> - </property> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - </widget> - </item> - <item> - <widget class="QDialogButtonBox" name="buttonBox" > - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="standardButtons" > - <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set> - </property> - </widget> - </item> - </layout> - </item> - </layout> - </widget> - <customwidgets> - <customwidget> - <class>QScrollArea</class> - <extends>QWidget</extends> - <header>qscrollarea.h</header> - <container>1</container> - </customwidget> - </customwidgets> - <resources/> - <connections> - <connection> - <sender>buttonBox</sender> - <signal>accepted()</signal> - <receiver>PreviewDialogBase</receiver> - <slot>accept()</slot> - <hints> - <hint type="sourcelabel" > - <x>696</x> - <y>526</y> - </hint> - <hint type="destinationlabel" > - <x>677</x> - <y>446</y> - </hint> - </hints> - </connection> - <connection> - <sender>buttonBox</sender> - <signal>rejected()</signal> - <receiver>PreviewDialogBase</receiver> - <slot>reject()</slot> - <hints> - <hint type="sourcelabel" > - <x>587</x> - <y>529</y> - </hint> - <hint type="destinationlabel" > - <x>547</x> - <y>448</y> - </hint> - </hints> - </connection> - </connections> -</ui> diff --git a/tests/manual/uiloader/baseline/previewwidget.ui b/tests/manual/uiloader/baseline/previewwidget.ui deleted file mode 100644 index de961f76c..000000000 --- a/tests/manual/uiloader/baseline/previewwidget.ui +++ /dev/null @@ -1,230 +0,0 @@ -<ui version="4.0" > - <comment>********************************************************************* -** -** Copyright (C) 2015 The Qt Company Ltd. -** Contact: http://www.qt.io/licensing/ -** -** This file is part of the autotests of the Qt Toolkit. -** -** $QT_BEGIN_LICENSE:LGPL21$ -** Commercial License Usage -** Licensees holding valid commercial Qt licenses may use this file in -** accordance with the commercial license agreement provided with the -** Software or, alternatively, in accordance with the terms contained in -** a written agreement between you and The Qt Company. For licensing terms -** and conditions see http://www.qt.io/terms-conditions. For further -** information use the contact form at http://www.qt.io/contact-us. -** -** GNU Lesser General Public License Usage -** Alternatively, this file may be used under the terms of the GNU Lesser -** General Public License version 2.1 or version 3 as published by the Free -** Software Foundation and appearing in the file LICENSE.LGPLv21 and -** LICENSE.LGPLv3 included in the packaging of this file. Please review the -** following information to ensure the GNU Lesser General Public License -** requirements will be met: https://www.gnu.org/licenses/lgpl.html and -** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. -** -** As a special exception, The Qt Company gives you certain additional -** rights. These rights are described in The Qt Company LGPL Exception -** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. -** -** $QT_END_LICENSE$ -** -*********************************************************************</comment> - <class>qdesigner_internal::PreviewWidget</class> - <widget class="QWidget" name="qdesigner_internal::PreviewWidget" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>471</width> - <height>251</height> - </rect> - </property> - <property name="sizePolicy" > - <sizepolicy> - <hsizetype>1</hsizetype> - <vsizetype>1</vsizetype> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="windowTitle" > - <string>Preview Window</string> - </property> - <layout class="QGridLayout" > - <property name="margin" > - <number>9</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item rowspan="3" row="0" column="1" > - <layout class="QVBoxLayout" > - <property name="margin" > - <number>0</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="QLineEdit" name="LineEdit1" > - <property name="text" > - <string>LineEdit</string> - </property> - </widget> - </item> - <item> - <widget class="QComboBox" name="ComboBox1" > - <item> - <property name="text" > - <string>ComboBox</string> - </property> - </item> - </widget> - </item> - <item> - <layout class="QHBoxLayout" > - <property name="margin" > - <number>0</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="QSpinBox" name="SpinBox1" /> - </item> - <item> - <widget class="QPushButton" name="PushButton1" > - <property name="text" > - <string>PushButton</string> - </property> - </widget> - </item> - </layout> - </item> - <item> - <widget class="QScrollBar" name="ScrollBar1" > - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - </widget> - </item> - <item> - <widget class="QSlider" name="Slider1" > - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - </widget> - </item> - <item> - <widget class="QListWidget" name="listWidget" > - <property name="maximumSize" > - <size> - <width>32767</width> - <height>50</height> - </size> - </property> - </widget> - </item> - </layout> - </item> - <item row="3" column="0" colspan="2" > - <spacer> - <property name="orientation" > - <enum>Qt::Vertical</enum> - </property> - <property name="sizeType" > - <enum>QSizePolicy::Expanding</enum> - </property> - <property name="sizeHint" > - <size> - <width>20</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item row="2" column="0" > - <widget class="QProgressBar" name="ProgressBar1" > - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - </widget> - </item> - <item row="1" column="0" > - <widget class="QGroupBox" name="ButtonGroup2" > - <property name="title" > - <string>ButtonGroup2</string> - </property> - <layout class="QVBoxLayout" > - <property name="margin" > - <number>9</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="QCheckBox" name="CheckBox1" > - <property name="text" > - <string>CheckBox1</string> - </property> - <property name="checked" > - <bool>true</bool> - </property> - </widget> - </item> - <item> - <widget class="QCheckBox" name="CheckBox2" > - <property name="text" > - <string>CheckBox2</string> - </property> - </widget> - </item> - </layout> - </widget> - </item> - <item row="0" column="0" > - <widget class="QGroupBox" name="ButtonGroup1" > - <property name="title" > - <string>ButtonGroup</string> - </property> - <layout class="QVBoxLayout" > - <property name="margin" > - <number>9</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="QRadioButton" name="RadioButton1" > - <property name="text" > - <string>RadioButton1</string> - </property> - <property name="checked" > - <bool>true</bool> - </property> - </widget> - </item> - <item> - <widget class="QRadioButton" name="RadioButton2" > - <property name="text" > - <string>RadioButton2</string> - </property> - </widget> - </item> - <item> - <widget class="QRadioButton" name="RadioButton3" > - <property name="text" > - <string>RadioButton3</string> - </property> - </widget> - </item> - </layout> - </widget> - </item> - </layout> - </widget> - <resources/> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/previewwidgetbase.ui b/tests/manual/uiloader/baseline/previewwidgetbase.ui deleted file mode 100644 index a4422f1b6..000000000 --- a/tests/manual/uiloader/baseline/previewwidgetbase.ui +++ /dev/null @@ -1,332 +0,0 @@ -<ui version="4.0" stdsetdef="1" > - <author></author> - <comment>********************************************************************* -** -** Copyright (C) 2015 The Qt Company Ltd. -** Contact: http://www.qt.io/licensing/ -** -** This file is part of the autotests of the Qt Toolkit. -** -** $QT_BEGIN_LICENSE:LGPL21$ -** Commercial License Usage -** Licensees holding valid commercial Qt licenses may use this file in -** accordance with the commercial license agreement provided with the -** Software or, alternatively, in accordance with the terms contained in -** a written agreement between you and The Qt Company. For licensing terms -** and conditions see http://www.qt.io/terms-conditions. For further -** information use the contact form at http://www.qt.io/contact-us. -** -** GNU Lesser General Public License Usage -** Alternatively, this file may be used under the terms of the GNU Lesser -** General Public License version 2.1 or version 3 as published by the Free -** Software Foundation and appearing in the file LICENSE.LGPLv21 and -** LICENSE.LGPLv3 included in the packaging of this file. Please review the -** following information to ensure the GNU Lesser General Public License -** requirements will be met: https://www.gnu.org/licenses/lgpl.html and -** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. -** -** As a special exception, The Qt Company gives you certain additional -** rights. These rights are described in The Qt Company LGPL Exception -** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. -** -** $QT_END_LICENSE$ -** -*********************************************************************</comment> - <exportmacro></exportmacro> - <class>PreviewWidgetBase</class> - <widget class="QWidget" name="PreviewWidgetBase" > - <property name="objectName" > - <string notr="true" >PreviewWidgetBase</string> - </property> - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>378</width> - <height>236</height> - </rect> - </property> - <property name="sizePolicy" > - <sizepolicy> - <hsizetype>1</hsizetype> - <vsizetype>1</vsizetype> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="windowTitle" > - <string>Preview Window</string> - </property> - <layout class="QVBoxLayout" > - <property name="objectName" > - <string notr="true" >unnamed</string> - </property> - <property name="margin" > - <number>11</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <layout class="QHBoxLayout" > - <property name="objectName" > - <string notr="true" >unnamed</string> - </property> - <property name="margin" > - <number>0</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <layout class="QVBoxLayout" > - <property name="objectName" > - <string notr="true" >unnamed</string> - </property> - <property name="margin" > - <number>0</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="Q3ButtonGroup" name="ButtonGroup1" > - <property name="objectName" > - <string notr="true" >ButtonGroup1</string> - </property> - <property name="title" > - <string>ButtonGroup</string> - </property> - <layout class="QVBoxLayout" > - <property name="objectName" > - <string notr="true" >unnamed</string> - </property> - <property name="margin" > - <number>11</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="QRadioButton" name="RadioButton1" > - <property name="objectName" > - <string notr="true" >RadioButton1</string> - </property> - <property name="text" > - <string>RadioButton1</string> - </property> - <property name="checked" > - <bool>true</bool> - </property> - </widget> - </item> - <item> - <widget class="QRadioButton" name="RadioButton2" > - <property name="objectName" > - <string notr="true" >RadioButton2</string> - </property> - <property name="text" > - <string>RadioButton2</string> - </property> - </widget> - </item> - <item> - <widget class="QRadioButton" name="RadioButton3" > - <property name="objectName" > - <string notr="true" >RadioButton3</string> - </property> - <property name="text" > - <string>RadioButton3</string> - </property> - </widget> - </item> - </layout> - </widget> - </item> - <item> - <widget class="Q3ButtonGroup" name="ButtonGroup2" > - <property name="objectName" > - <string notr="true" >ButtonGroup2</string> - </property> - <property name="title" > - <string>ButtonGroup2</string> - </property> - <layout class="QVBoxLayout" > - <property name="objectName" > - <string notr="true" >unnamed</string> - </property> - <property name="margin" > - <number>11</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="QCheckBox" name="CheckBox1" > - <property name="objectName" > - <string notr="true" >CheckBox1</string> - </property> - <property name="text" > - <string>CheckBox1</string> - </property> - <property name="checked" > - <bool>true</bool> - </property> - </widget> - </item> - <item> - <widget class="QCheckBox" name="CheckBox2" > - <property name="objectName" > - <string notr="true" >CheckBox2</string> - </property> - <property name="text" > - <string>CheckBox2</string> - </property> - </widget> - </item> - </layout> - </widget> - </item> - <item> - <widget class="QProgressBar" name="ProgressBar1" > - <property name="objectName" > - <string notr="true" >ProgressBar1</string> - </property> - <property name="value" > - <number>50</number> - </property> - </widget> - </item> - </layout> - </item> - <item> - <layout class="QVBoxLayout" > - <property name="objectName" > - <string notr="true" >unnamed</string> - </property> - <property name="margin" > - <number>0</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="QLineEdit" name="LineEdit1" > - <property name="objectName" > - <string notr="true" >LineEdit1</string> - </property> - <property name="text" > - <string>LineEdit</string> - </property> - </widget> - </item> - <item> - <widget class="QComboBox" name="ComboBox1" > - <property name="objectName" > - <string notr="true" >ComboBox1</string> - </property> - <item> - <property name="text" > - <string>ComboBox</string> - </property> - </item> - </widget> - </item> - <item> - <layout class="QHBoxLayout" > - <property name="objectName" > - <string notr="true" >unnamed</string> - </property> - <property name="margin" > - <number>0</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="QSpinBox" name="SpinBox1" > - <property name="objectName" > - <string notr="true" >SpinBox1</string> - </property> - </widget> - </item> - <item> - <widget class="QPushButton" name="PushButton1" > - <property name="objectName" > - <string notr="true" >PushButton1</string> - </property> - <property name="text" > - <string>PushButton</string> - </property> - </widget> - </item> - </layout> - </item> - <item> - <widget class="QScrollBar" name="ScrollBar1" > - <property name="objectName" > - <string notr="true" >ScrollBar1</string> - </property> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - </widget> - </item> - <item> - <widget class="QSlider" name="Slider1" > - <property name="objectName" > - <string notr="true" >Slider1</string> - </property> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - </widget> - </item> - <item> - <widget class="QTextEdit" name="textView" > - <property name="objectName" > - <string notr="true" >textView</string> - </property> - <property name="maximumSize" > - <size> - <width>32767</width> - <height>50</height> - </size> - </property> - <property name="readOnly" > - <bool>true</bool> - </property> - <property name="text" > - <string><p> -<a href="http://qt.nokia.com">http://qt.nokia.com</a> -</p> -<p> -<a href="http://www.kde.org">http://www.kde.org</a> -</p></string> - </property> - </widget> - </item> - </layout> - </item> - </layout> - </item> - <item> - <spacer name="Spacer2" > - <property name="sizeHint" > - <size> - <width>20</width> - <height>20</height> - </size> - </property> - <property name="sizeType" > - <enum>Expanding</enum> - </property> - <property name="orientation" > - <enum>Vertical</enum> - </property> - </spacer> - </item> - </layout> - </widget> - <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> -</ui> diff --git a/tests/manual/uiloader/baseline/proxy.ui b/tests/manual/uiloader/baseline/proxy.ui deleted file mode 100644 index 62a8be627..000000000 --- a/tests/manual/uiloader/baseline/proxy.ui +++ /dev/null @@ -1,104 +0,0 @@ -<ui version="4.0" > - <class>ProxyDialog</class> - <widget class="QDialog" name="ProxyDialog" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>369</width> - <height>144</height> - </rect> - </property> - <property name="windowTitle" > - <string>Proxy Authentication</string> - </property> - <layout class="QGridLayout" name="gridLayout" > - <item row="0" column="0" > - <widget class="QLabel" name="iconLabel" > - <property name="text" > - <string>ICON</string> - </property> - </widget> - </item> - <item row="0" column="1" colspan="2" > - <widget class="QLabel" name="introLabel" > - <property name="text" > - <string>Connect to proxy</string> - </property> - <property name="wordWrap" > - <bool>true</bool> - </property> - </widget> - </item> - <item row="1" column="0" colspan="2" > - <widget class="QLabel" name="usernameLabel" > - <property name="text" > - <string>Username:</string> - </property> - </widget> - </item> - <item row="1" column="2" > - <widget class="QLineEdit" name="userNameLineEdit" /> - </item> - <item row="2" column="0" colspan="2" > - <widget class="QLabel" name="passwordLabel" > - <property name="text" > - <string>Password:</string> - </property> - </widget> - </item> - <item row="2" column="2" > - <widget class="QLineEdit" name="passwordLineEdit" > - <property name="echoMode" > - <enum>QLineEdit::Password</enum> - </property> - </widget> - </item> - <item row="3" column="0" colspan="3" > - <widget class="QDialogButtonBox" name="buttonBox" > - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="standardButtons" > - <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> - </property> - </widget> - </item> - </layout> - </widget> - <resources/> - <connections> - <connection> - <sender>buttonBox</sender> - <signal>accepted()</signal> - <receiver>ProxyDialog</receiver> - <slot>accept()</slot> - <hints> - <hint type="sourcelabel" > - <x>248</x> - <y>254</y> - </hint> - <hint type="destinationlabel" > - <x>157</x> - <y>274</y> - </hint> - </hints> - </connection> - <connection> - <sender>buttonBox</sender> - <signal>rejected()</signal> - <receiver>ProxyDialog</receiver> - <slot>reject()</slot> - <hints> - <hint type="sourcelabel" > - <x>316</x> - <y>260</y> - </hint> - <hint type="destinationlabel" > - <x>286</x> - <y>274</y> - </hint> - </hints> - </connection> - </connections> -</ui> diff --git a/tests/manual/uiloader/baseline/qfiledialog.ui b/tests/manual/uiloader/baseline/qfiledialog.ui deleted file mode 100644 index a62544713..000000000 --- a/tests/manual/uiloader/baseline/qfiledialog.ui +++ /dev/null @@ -1,312 +0,0 @@ -<ui version="4.0" > - <comment>********************************************************************* -** -** Copyright (C) 2015 The Qt Company Ltd. -** Contact: http://www.qt.io/licensing/ -** -** This file is part of the autotests of the Qt Toolkit. -** -** $QT_BEGIN_LICENSE:LGPL21$ -** Commercial License Usage -** Licensees holding valid commercial Qt licenses may use this file in -** accordance with the commercial license agreement provided with the -** Software or, alternatively, in accordance with the terms contained in -** a written agreement between you and The Qt Company. For licensing terms -** and conditions see http://www.qt.io/terms-conditions. For further -** information use the contact form at http://www.qt.io/contact-us. -** -** GNU Lesser General Public License Usage -** Alternatively, this file may be used under the terms of the GNU Lesser -** General Public License version 2.1 or version 3 as published by the Free -** Software Foundation and appearing in the file LICENSE.LGPLv21 and -** LICENSE.LGPLv3 included in the packaging of this file. Please review the -** following information to ensure the GNU Lesser General Public License -** requirements will be met: https://www.gnu.org/licenses/lgpl.html and -** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. -** -** As a special exception, The Qt Company gives you certain additional -** rights. These rights are described in The Qt Company LGPL Exception -** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. -** -** $QT_END_LICENSE$ -** -*********************************************************************</comment> - <class>QFileDialog</class> - <widget class="QDialog" name="QFileDialog" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>521</width> - <height>316</height> - </rect> - </property> - <property name="sizeGripEnabled" > - <bool>true</bool> - </property> - <layout class="QGridLayout" > - <item row="0" column="0" > - <widget class="QLabel" name="lookInLabel" > - <property name="text" > - <string>Look in:</string> - </property> - </widget> - </item> - <item row="0" column="1" colspan="2" > - <layout class="QHBoxLayout" > - <item> - <widget class="QFileDialogComboBox" name="lookInCombo" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Fixed" hsizetype="Ignored" > - <horstretch>1</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="minimumSize" > - <size> - <width>50</width> - <height>0</height> - </size> - </property> - </widget> - </item> - <item> - <widget class="QToolButton" name="backButton" > - <property name="toolTip" > - <string>Back</string> - </property> - </widget> - </item> - <item> - <widget class="QToolButton" name="forwardButton" > - <property name="toolTip" > - <string>Forward</string> - </property> - </widget> - </item> - <item> - <widget class="QToolButton" name="toParentButton" > - <property name="toolTip" > - <string>Parent Directory</string> - </property> - </widget> - </item> - <item> - <widget class="QToolButton" name="newFolderButton" > - <property name="toolTip" > - <string>Create New Folder</string> - </property> - </widget> - </item> - <item> - <widget class="QToolButton" name="listModeButton" > - <property name="toolTip" > - <string>List View</string> - </property> - </widget> - </item> - <item> - <widget class="QToolButton" name="detailModeButton" > - <property name="toolTip" > - <string>Detail View</string> - </property> - </widget> - </item> - </layout> - </item> - <item row="1" column="0" colspan="3" > - <widget class="QSplitter" name="splitter" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Expanding" hsizetype="Expanding" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <widget class="QSidebar" name="sidebar" /> - <widget class="QFrame" name="frame" > - <property name="frameShape" > - <enum>QFrame::NoFrame</enum> - </property> - <property name="frameShadow" > - <enum>QFrame::Raised</enum> - </property> - <layout class="QVBoxLayout" > - <property name="spacing" > - <number>0</number> - </property> - <property name="leftMargin" > - <number>0</number> - </property> - <property name="topMargin" > - <number>0</number> - </property> - <property name="rightMargin" > - <number>0</number> - </property> - <property name="bottomMargin" > - <number>0</number> - </property> - <item> - <widget class="QStackedWidget" name="stackedWidget" > - <property name="currentIndex" > - <number>0</number> - </property> - <widget class="QWidget" name="page" > - <layout class="QVBoxLayout" > - <property name="spacing" > - <number>0</number> - </property> - <property name="leftMargin" > - <number>0</number> - </property> - <property name="topMargin" > - <number>0</number> - </property> - <property name="rightMargin" > - <number>0</number> - </property> - <property name="bottomMargin" > - <number>0</number> - </property> - <item> - <widget class="QFileDialogListView" name="listView" /> - </item> - </layout> - </widget> - <widget class="QWidget" name="page_2" > - <layout class="QVBoxLayout" > - <property name="spacing" > - <number>0</number> - </property> - <property name="leftMargin" > - <number>0</number> - </property> - <property name="topMargin" > - <number>0</number> - </property> - <property name="rightMargin" > - <number>0</number> - </property> - <property name="bottomMargin" > - <number>0</number> - </property> - <item> - <widget class="QFileDialogTreeView" name="treeView" /> - </item> - </layout> - </widget> - </widget> - </item> - </layout> - </widget> - </widget> - </item> - <item row="2" column="0" > - <widget class="QLabel" name="fileNameLabel" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Preferred" hsizetype="Minimum" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="minimumSize" > - <size> - <width>0</width> - <height>0</height> - </size> - </property> - </widget> - </item> - <item row="2" column="1" > - <widget class="QFileDialogLineEdit" name="fileNameEdit" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Fixed" hsizetype="Expanding" > - <horstretch>1</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - </widget> - </item> - <item rowspan="2" row="2" column="2" > - <widget class="QDialogButtonBox" name="buttonBox" > - <property name="orientation" > - <enum>Qt::Vertical</enum> - </property> - <property name="standardButtons" > - <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set> - </property> - </widget> - </item> - <item row="3" column="0" > - <widget class="QLabel" name="fileTypeLabel" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Fixed" hsizetype="Preferred" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="text" > - <string>Files of type:</string> - </property> - </widget> - </item> - <item row="3" column="1" > - <widget class="QComboBox" name="fileTypeCombo" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Fixed" hsizetype="Expanding" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - </widget> - </item> - </layout> - </widget> - <customwidgets> - <customwidget> - <class>QFileDialogTreeView</class> - <extends>QTreeView</extends> - <header>qfiledialog_p.h</header> - </customwidget> - <customwidget> - <class>QFileDialogListView</class> - <extends>QListView</extends> - <header>qfiledialog_p.h</header> - </customwidget> - <customwidget> - <class>QSidebar</class> - <extends>QListWidget</extends> - <header>qsidebar_p.h</header> - </customwidget> - <customwidget> - <class>QFileDialogLineEdit</class> - <extends>QLineEdit</extends> - <header>qfiledialog_p.h</header> - </customwidget> - <customwidget> - <class>QFileDialogComboBox</class> - <extends>QComboBox</extends> - <header>qfiledialog_p.h</header> - </customwidget> - </customwidgets> - <tabstops> - <tabstop>lookInCombo</tabstop> - <tabstop>backButton</tabstop> - <tabstop>forwardButton</tabstop> - <tabstop>toParentButton</tabstop> - <tabstop>newFolderButton</tabstop> - <tabstop>listModeButton</tabstop> - <tabstop>detailModeButton</tabstop> - <tabstop>sidebar</tabstop> - <tabstop>listView</tabstop> - <tabstop>fileNameEdit</tabstop> - <tabstop>fileTypeCombo</tabstop> - <tabstop>buttonBox</tabstop> - <tabstop>treeView</tabstop> - </tabstops> - <resources/> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/qpagesetupwidget.ui b/tests/manual/uiloader/baseline/qpagesetupwidget.ui deleted file mode 100644 index ace2ab8f4..000000000 --- a/tests/manual/uiloader/baseline/qpagesetupwidget.ui +++ /dev/null @@ -1,353 +0,0 @@ -<ui version="4.0" > - <class>QPageSetupWidget</class> - <widget class="QWidget" name="QPageSetupWidget" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>416</width> - <height>488</height> - </rect> - </property> - <property name="windowTitle" > - <string>Form</string> - </property> - <layout class="QGridLayout" name="gridLayout_3" > - <property name="margin" > - <number>0</number> - </property> - <item row="0" column="0" colspan="2" > - <layout class="QHBoxLayout" name="horizontalLayout_4" > - <item> - <widget class="QComboBox" name="unit" /> - </item> - <item> - <spacer name="horizontalSpacer_3" > - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" stdset="0" > - <size> - <width>40</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - </layout> - </item> - <item row="1" column="0" colspan="2" > - <widget class="QGroupBox" name="groupBox_2" > - <property name="title" > - <string>Paper</string> - </property> - <layout class="QGridLayout" name="gridLayout_2" > - <item row="0" column="0" > - <widget class="QLabel" name="pageSizeLabel" > - <property name="text" > - <string>Page size:</string> - </property> - <property name="buddy" > - <cstring>paperSize</cstring> - </property> - </widget> - </item> - <item row="0" column="1" > - <widget class="QComboBox" name="paperSize" /> - </item> - <item row="1" column="0" > - <widget class="QLabel" name="widthLabel" > - <property name="text" > - <string>Width:</string> - </property> - <property name="buddy" > - <cstring>paperWidth</cstring> - </property> - </widget> - </item> - <item row="1" column="1" > - <layout class="QHBoxLayout" name="horizontalLayout_3" > - <item> - <widget class="QDoubleSpinBox" name="paperWidth" > - <property name="maximum" > - <double>9999.989999999999782</double> - </property> - </widget> - </item> - <item> - <widget class="QLabel" name="heightLabel" > - <property name="text" > - <string>Height:</string> - </property> - <property name="buddy" > - <cstring>paperHeight</cstring> - </property> - </widget> - </item> - <item> - <widget class="QDoubleSpinBox" name="paperHeight" > - <property name="maximum" > - <double>9999.989999999999782</double> - </property> - </widget> - </item> - </layout> - </item> - <item row="2" column="0" > - <widget class="QLabel" name="paperSourceLabel" > - <property name="text" > - <string>Paper source:</string> - </property> - <property name="buddy" > - <cstring>paperSource</cstring> - </property> - </widget> - </item> - <item row="2" column="1" > - <widget class="QComboBox" name="paperSource" /> - </item> - <item row="1" column="2" > - <spacer name="horizontalSpacer_4" > - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" stdset="0" > - <size> - <width>40</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - </layout> - </widget> - </item> - <item row="2" column="0" > - <widget class="QGroupBox" name="groupBox_3" > - <property name="title" > - <string>Orientation</string> - </property> - <layout class="QVBoxLayout" name="verticalLayout" > - <item> - <widget class="QRadioButton" name="portrait" > - <property name="text" > - <string>Portrait</string> - </property> - <property name="checked" > - <bool>true</bool> - </property> - </widget> - </item> - <item> - <widget class="QRadioButton" name="landscape" > - <property name="text" > - <string>Landscape</string> - </property> - </widget> - </item> - <item> - <widget class="QRadioButton" name="reverseLandscape" > - <property name="text" > - <string>Reverse landscape</string> - </property> - </widget> - </item> - <item> - <widget class="QRadioButton" name="reversePortrait" > - <property name="text" > - <string>Reverse portrait</string> - </property> - </widget> - </item> - <item> - <spacer name="verticalSpacer_5" > - <property name="orientation" > - <enum>Qt::Vertical</enum> - </property> - <property name="sizeHint" stdset="0" > - <size> - <width>0</width> - <height>0</height> - </size> - </property> - </spacer> - </item> - </layout> - </widget> - </item> - <item rowspan="2" row="2" column="1" > - <widget class="QWidget" native="1" name="preview" /> - </item> - <item row="3" column="0" > - <widget class="QGroupBox" name="groupBox" > - <property name="title" > - <string>Margins</string> - </property> - <layout class="QHBoxLayout" name="horizontalLayout_2" > - <item> - <layout class="QGridLayout" name="gridLayout" > - <item row="0" column="1" > - <widget class="QDoubleSpinBox" name="topMargin" > - <property name="toolTip" > - <string>top margin</string> - </property> - <property name="accessibleName" > - <string>top margin</string> - </property> - <property name="alignment" > - <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> - </property> - <property name="maximum" > - <double>999.990000000000009</double> - </property> - </widget> - </item> - <item row="1" column="0" colspan="3" > - <layout class="QHBoxLayout" name="horizontalLayout" > - <item> - <spacer name="horizontalSpacer_7" > - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" stdset="0" > - <size> - <width>0</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item> - <widget class="QDoubleSpinBox" name="leftMargin" > - <property name="toolTip" > - <string>left margin</string> - </property> - <property name="accessibleName" > - <string>left margin</string> - </property> - <property name="alignment" > - <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> - </property> - <property name="maximum" > - <double>999.990000000000009</double> - </property> - </widget> - </item> - <item> - <spacer name="horizontalSpacer" > - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeType" > - <enum>QSizePolicy::MinimumExpanding</enum> - </property> - <property name="sizeHint" stdset="0" > - <size> - <width>0</width> - <height>0</height> - </size> - </property> - </spacer> - </item> - <item> - <widget class="QDoubleSpinBox" name="rightMargin" > - <property name="toolTip" > - <string>right margin</string> - </property> - <property name="accessibleName" > - <string>right margin</string> - </property> - <property name="alignment" > - <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> - </property> - <property name="maximum" > - <double>999.990000000000009</double> - </property> - </widget> - </item> - <item> - <spacer name="horizontalSpacer_8" > - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" stdset="0" > - <size> - <width>0</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - </layout> - </item> - <item row="2" column="1" > - <widget class="QDoubleSpinBox" name="bottomMargin" > - <property name="toolTip" > - <string>bottom margin</string> - </property> - <property name="accessibleName" > - <string>bottom margin</string> - </property> - <property name="alignment" > - <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> - </property> - <property name="maximum" > - <double>999.990000000000009</double> - </property> - </widget> - </item> - <item row="0" column="2" > - <spacer name="horizontalSpacer_2" > - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeType" > - <enum>QSizePolicy::MinimumExpanding</enum> - </property> - <property name="sizeHint" stdset="0" > - <size> - <width>0</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item row="0" column="0" > - <spacer name="horizontalSpacer_5" > - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeType" > - <enum>QSizePolicy::MinimumExpanding</enum> - </property> - <property name="sizeHint" stdset="0" > - <size> - <width>0</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - </layout> - </item> - </layout> - </widget> - </item> - <item row="4" column="0" > - <spacer name="verticalSpacer" > - <property name="orientation" > - <enum>Qt::Vertical</enum> - </property> - <property name="sizeHint" stdset="0" > - <size> - <width>20</width> - <height>0</height> - </size> - </property> - </spacer> - </item> - </layout> - </widget> - <resources/> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/qprintpropertieswidget.ui b/tests/manual/uiloader/baseline/qprintpropertieswidget.ui deleted file mode 100644 index 26fa09599..000000000 --- a/tests/manual/uiloader/baseline/qprintpropertieswidget.ui +++ /dev/null @@ -1,70 +0,0 @@ -<ui version="4.0" > - <class>QPrintPropertiesWidget</class> - <widget class="QWidget" name="QPrintPropertiesWidget" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>396</width> - <height>288</height> - </rect> - </property> - <property name="windowTitle" > - <string>Form</string> - </property> - <layout class="QVBoxLayout" name="verticalLayout_4" > - <property name="margin" > - <number>0</number> - </property> - <item> - <widget class="QTabWidget" name="tabs" > - <property name="currentIndex" > - <number>0</number> - </property> - <widget class="QWidget" name="tabPage" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>392</width> - <height>261</height> - </rect> - </property> - <attribute name="title" > - <string>Page</string> - </attribute> - <layout class="QHBoxLayout" name="horizontalLayout" > - <item> - <widget class="QPageSetupWidget" native="1" name="pageSetup" /> - </item> - </layout> - </widget> - <widget class="QWidget" name="cupsPropertiesPage" > - <attribute name="title" > - <string>Advanced</string> - </attribute> - <layout class="QHBoxLayout" name="horizontalLayout_2" > - <item> - <widget class="QTreeView" name="treeView" > - <property name="alternatingRowColors" > - <bool>true</bool> - </property> - </widget> - </item> - </layout> - </widget> - </widget> - </item> - </layout> - </widget> - <customwidgets> - <customwidget> - <class>QPageSetupWidget</class> - <extends>QWidget</extends> - <header>qpagesetupdialog_unix_p.h</header> - <container>1</container> - </customwidget> - </customwidgets> - <resources/> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/qprintsettingsoutput.ui b/tests/manual/uiloader/baseline/qprintsettingsoutput.ui deleted file mode 100644 index de8f4faee..000000000 --- a/tests/manual/uiloader/baseline/qprintsettingsoutput.ui +++ /dev/null @@ -1,371 +0,0 @@ -<ui version="4.0" > - <class>QPrintSettingsOutput</class> - <widget class="QWidget" name="QPrintSettingsOutput" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>416</width> - <height>166</height> - </rect> - </property> - <property name="windowTitle" > - <string>Form</string> - </property> - <layout class="QHBoxLayout" name="horizontalLayout_2" > - <property name="margin" > - <number>0</number> - </property> - <item> - <widget class="QTabWidget" name="tabs" > - <property name="currentIndex" > - <number>0</number> - </property> - <widget class="QWidget" name="copiesTab" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>412</width> - <height>139</height> - </rect> - </property> - <attribute name="title" > - <string>Copies</string> - </attribute> - <layout class="QHBoxLayout" name="horizontalLayout" > - <item> - <widget class="QGroupBox" name="gbPrintRange" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Minimum" hsizetype="Preferred" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="title" > - <string>Print range</string> - </property> - <layout class="QVBoxLayout" name="_3" > - <property name="spacing" > - <number>4</number> - </property> - <property name="margin" > - <number>6</number> - </property> - <item> - <widget class="QRadioButton" name="printAll" > - <property name="text" > - <string>Print all</string> - </property> - <property name="checked" > - <bool>true</bool> - </property> - </widget> - </item> - <item> - <layout class="QHBoxLayout" name="_4" > - <property name="spacing" > - <number>6</number> - </property> - <property name="margin" > - <number>0</number> - </property> - <item> - <widget class="QRadioButton" name="printRange" > - <property name="text" > - <string>Pages from</string> - </property> - </widget> - </item> - <item> - <widget class="QSpinBox" name="from" > - <property name="enabled" > - <bool>false</bool> - </property> - <property name="minimum" > - <number>1</number> - </property> - <property name="maximum" > - <number>999</number> - </property> - </widget> - </item> - <item> - <widget class="QLabel" name="label_3" > - <property name="text" > - <string>to</string> - </property> - </widget> - </item> - <item> - <widget class="QSpinBox" name="to" > - <property name="enabled" > - <bool>false</bool> - </property> - <property name="minimum" > - <number>1</number> - </property> - <property name="maximum" > - <number>999</number> - </property> - </widget> - </item> - <item> - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" stdset="0" > - <size> - <width>0</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - </layout> - </item> - <item> - <widget class="QRadioButton" name="printSelection" > - <property name="text" > - <string>Selection</string> - </property> - </widget> - </item> - <item> - <spacer name="verticalSpacer" > - <property name="orientation" > - <enum>Qt::Vertical</enum> - </property> - <property name="sizeHint" stdset="0" > - <size> - <width>1</width> - <height>1</height> - </size> - </property> - </spacer> - </item> - </layout> - </widget> - </item> - <item> - <widget class="QGroupBox" name="groupBox" > - <property name="title" > - <string>Output Settings</string> - </property> - <layout class="QGridLayout" name="gridLayout" > - <item row="0" column="0" > - <widget class="QLabel" name="label" > - <property name="text" > - <string>Copies:</string> - </property> - <property name="buddy" > - <cstring>copies</cstring> - </property> - </widget> - </item> - <item row="0" column="1" colspan="2" > - <widget class="QSpinBox" name="copies" > - <property name="minimum" > - <number>1</number> - </property> - <property name="maximum" > - <number>999</number> - </property> - </widget> - </item> - <item row="0" column="3" > - <spacer name="horizontalSpacer" > - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" stdset="0" > - <size> - <width>91</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item row="1" column="0" colspan="2" > - <widget class="QCheckBox" name="collate" > - <property name="text" > - <string>Collate</string> - </property> - </widget> - </item> - <item rowspan="2" row="1" column="2" colspan="2" > - <widget class="QLabel" name="outputIcon" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Ignored" hsizetype="Ignored" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - </widget> - </item> - <item row="2" column="0" colspan="2" > - <widget class="QCheckBox" name="reverse" > - <property name="text" > - <string>Reverse</string> - </property> - </widget> - </item> - <item row="3" column="0" colspan="4" > - <spacer name="verticalSpacer_2" > - <property name="orientation" > - <enum>Qt::Vertical</enum> - </property> - <property name="sizeHint" stdset="0" > - <size> - <width>0</width> - <height>1</height> - </size> - </property> - </spacer> - </item> - </layout> - </widget> - </item> - </layout> - </widget> - <widget class="QWidget" name="optionsTab" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>412</width> - <height>139</height> - </rect> - </property> - <attribute name="title" > - <string>Options</string> - </attribute> - <layout class="QGridLayout" name="gridLayout_2" > - <item row="0" column="1" > - <widget class="QGroupBox" name="colorMode" > - <property name="title" > - <string>Color Mode</string> - </property> - <layout class="QGridLayout" name="gridLayout_4" > - <item row="2" column="0" > - <spacer name="verticalSpacer_6" > - <property name="orientation" > - <enum>Qt::Vertical</enum> - </property> - <property name="sizeHint" stdset="0" > - <size> - <width>1</width> - <height>0</height> - </size> - </property> - </spacer> - </item> - <item row="0" column="0" > - <widget class="QRadioButton" name="color" > - <property name="text" > - <string>Color</string> - </property> - </widget> - </item> - <item rowspan="3" row="0" column="1" > - <widget class="QLabel" name="colorIcon" /> - </item> - <item row="1" column="0" > - <widget class="QRadioButton" name="grayscale" > - <property name="text" > - <string>Grayscale</string> - </property> - </widget> - </item> - </layout> - </widget> - </item> - <item row="0" column="0" > - <widget class="QGroupBox" name="duplex" > - <property name="title" > - <string>Duplex Printing</string> - </property> - <layout class="QVBoxLayout" name="verticalLayout" > - <item> - <widget class="QRadioButton" name="noDuplex" > - <property name="text" > - <string>None</string> - </property> - <property name="checked" > - <bool>true</bool> - </property> - </widget> - </item> - <item> - <widget class="QRadioButton" name="duplexLong" > - <property name="text" > - <string>Long side</string> - </property> - </widget> - </item> - <item> - <widget class="QRadioButton" name="duplexShort" > - <property name="text" > - <string>Short side</string> - </property> - </widget> - </item> - <item> - <spacer name="verticalSpacer" > - <property name="orientation" > - <enum>Qt::Vertical</enum> - </property> - <property name="sizeHint" stdset="0" > - <size> - <width>1</width> - <height>0</height> - </size> - </property> - </spacer> - </item> - </layout> - </widget> - </item> - </layout> - </widget> - </widget> - </item> - </layout> - </widget> - <resources/> - <connections> - <connection> - <sender>printRange</sender> - <signal>toggled(bool)</signal> - <receiver>from</receiver> - <slot>setEnabled(bool)</slot> - <hints> - <hint type="sourcelabel" > - <x>76</x> - <y>59</y> - </hint> - <hint type="destinationlabel" > - <x>122</x> - <y>57</y> - </hint> - </hints> - </connection> - <connection> - <sender>printRange</sender> - <signal>toggled(bool)</signal> - <receiver>to</receiver> - <slot>setEnabled(bool)</slot> - <hints> - <hint type="sourcelabel" > - <x>69</x> - <y>67</y> - </hint> - <hint type="destinationlabel" > - <x>215</x> - <y>67</y> - </hint> - </hints> - </connection> - </connections> -</ui> diff --git a/tests/manual/uiloader/baseline/qprintwidget.ui b/tests/manual/uiloader/baseline/qprintwidget.ui deleted file mode 100644 index 8a4f3bde0..000000000 --- a/tests/manual/uiloader/baseline/qprintwidget.ui +++ /dev/null @@ -1,116 +0,0 @@ -<ui version="4.0" > - <class>QPrintWidget</class> - <widget class="QWidget" name="QPrintWidget" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>443</width> - <height>175</height> - </rect> - </property> - <property name="windowTitle" > - <string>Form</string> - </property> - <layout class="QHBoxLayout" name="horizontalLayout_2" > - <property name="margin" > - <number>0</number> - </property> - <item> - <widget class="QGroupBox" name="printerGroup" > - <property name="title" > - <string>Printer</string> - </property> - <layout class="QGridLayout" name="gridLayout" > - <item row="0" column="0" > - <widget class="QLabel" name="label" > - <property name="text" > - <string>&Name:</string> - </property> - <property name="buddy" > - <cstring>printers</cstring> - </property> - </widget> - </item> - <item row="0" column="1" > - <widget class="QComboBox" name="printers" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Fixed" hsizetype="Preferred" > - <horstretch>3</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - </widget> - </item> - <item row="0" column="2" > - <widget class="QPushButton" name="properties" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Fixed" hsizetype="Minimum" > - <horstretch>1</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="text" > - <string>P&roperties</string> - </property> - </widget> - </item> - <item row="1" column="0" > - <widget class="QLabel" name="label_2" > - <property name="text" > - <string>Location:</string> - </property> - </widget> - </item> - <item row="1" column="1" > - <widget class="QLabel" name="location" /> - </item> - <item row="1" column="2" > - <widget class="QCheckBox" name="preview" > - <property name="text" > - <string>Preview</string> - </property> - </widget> - </item> - <item row="2" column="0" > - <widget class="QLabel" name="label_3" > - <property name="text" > - <string>Type:</string> - </property> - </widget> - </item> - <item row="2" column="1" > - <widget class="QLabel" name="type" /> - </item> - <item row="3" column="0" > - <widget class="QLabel" name="lOutput" > - <property name="text" > - <string>Output &file:</string> - </property> - <property name="buddy" > - <cstring>filename</cstring> - </property> - </widget> - </item> - <item row="3" column="1" colspan="2" > - <layout class="QHBoxLayout" name="horizontalLayout" > - <item> - <widget class="QLineEdit" name="filename" /> - </item> - <item> - <widget class="QToolButton" name="fileBrowser" > - <property name="text" > - <string>...</string> - </property> - </widget> - </item> - </layout> - </item> - </layout> - </widget> - </item> - </layout> - </widget> - <resources/> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/qsqlconnectiondialog.ui b/tests/manual/uiloader/baseline/qsqlconnectiondialog.ui deleted file mode 100644 index 91a870057..000000000 --- a/tests/manual/uiloader/baseline/qsqlconnectiondialog.ui +++ /dev/null @@ -1,224 +0,0 @@ -<ui version="4.0" > - <author></author> - <comment></comment> - <exportmacro></exportmacro> - <class>QSqlConnectionDialogUi</class> - <widget class="QDialog" name="QSqlConnectionDialogUi" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>315</width> - <height>302</height> - </rect> - </property> - <property name="windowTitle" > - <string>Connect...</string> - </property> - <layout class="QVBoxLayout" > - <property name="margin" > - <number>8</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="QGroupBox" name="connGroupBox" > - <property name="title" > - <string>Connection settings</string> - </property> - <layout class="QGridLayout" > - <property name="margin" > - <number>8</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item row="0" column="1" > - <widget class="QComboBox" name="comboDriver" /> - </item> - <item row="2" column="0" > - <widget class="QLabel" name="textLabel4" > - <property name="text" > - <string>&Username:</string> - </property> - <property name="buddy" > - <cstring>editUsername</cstring> - </property> - </widget> - </item> - <item row="0" column="0" > - <widget class="QLabel" name="textLabel2" > - <property name="text" > - <string>D&river</string> - </property> - <property name="buddy" > - <cstring>comboDriver</cstring> - </property> - </widget> - </item> - <item row="1" column="1" > - <widget class="QLineEdit" name="editDatabase" /> - </item> - <item row="5" column="1" > - <widget class="QSpinBox" name="portSpinBox" > - <property name="specialValueText" > - <string>Default</string> - </property> - <property name="maximum" > - <number>65535</number> - </property> - <property name="minimum" > - <number>-1</number> - </property> - <property name="value" > - <number>-1</number> - </property> - </widget> - </item> - <item row="1" column="0" > - <widget class="QLabel" name="textLabel3" > - <property name="text" > - <string>Database Name:</string> - </property> - <property name="buddy" > - <cstring>editDatabase</cstring> - </property> - </widget> - </item> - <item row="3" column="1" > - <widget class="QLineEdit" name="editPassword" > - <property name="echoMode" > - <enum>QLineEdit::Password</enum> - </property> - </widget> - </item> - <item row="2" column="1" > - <widget class="QLineEdit" name="editUsername" /> - </item> - <item row="4" column="1" > - <widget class="QLineEdit" name="editHostname" /> - </item> - <item row="4" column="0" > - <widget class="QLabel" name="textLabel5" > - <property name="text" > - <string>&Hostname:</string> - </property> - <property name="buddy" > - <cstring>editHostname</cstring> - </property> - </widget> - </item> - <item row="5" column="0" > - <widget class="QLabel" name="textLabel5_2" > - <property name="text" > - <string>P&ort:</string> - </property> - <property name="buddy" > - <cstring>portSpinBox</cstring> - </property> - </widget> - </item> - <item row="3" column="0" > - <widget class="QLabel" name="textLabel4_2" > - <property name="text" > - <string>&Password:</string> - </property> - <property name="buddy" > - <cstring>editPassword</cstring> - </property> - </widget> - </item> - </layout> - </widget> - </item> - <item> - <layout class="QHBoxLayout" > - <property name="margin" > - <number>0</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" > - <size> - <width>40</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item> - <widget class="QCheckBox" name="dbCheckBox" > - <property name="text" > - <string>Us&e predefined in-memory database</string> - </property> - </widget> - </item> - </layout> - </item> - <item> - <layout class="QHBoxLayout" > - <property name="margin" > - <number>0</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeType" > - <enum>QSizePolicy::Expanding</enum> - </property> - <property name="sizeHint" > - <size> - <width>20</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item> - <widget class="QPushButton" name="okButton" > - <property name="text" > - <string>&OK</string> - </property> - <property name="default" > - <bool>true</bool> - </property> - </widget> - </item> - <item> - <widget class="QPushButton" name="cancelButton" > - <property name="text" > - <string>&Cancel</string> - </property> - </widget> - </item> - </layout> - </item> - </layout> - </widget> - <pixmapfunction></pixmapfunction> - <tabstops> - <tabstop>comboDriver</tabstop> - <tabstop>editDatabase</tabstop> - <tabstop>editUsername</tabstop> - <tabstop>editPassword</tabstop> - <tabstop>editHostname</tabstop> - <tabstop>portSpinBox</tabstop> - <tabstop>dbCheckBox</tabstop> - <tabstop>okButton</tabstop> - <tabstop>cancelButton</tabstop> - </tabstops> - <resources/> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/qtgradientdialog.ui b/tests/manual/uiloader/baseline/qtgradientdialog.ui deleted file mode 100644 index ff178baaf..000000000 --- a/tests/manual/uiloader/baseline/qtgradientdialog.ui +++ /dev/null @@ -1,113 +0,0 @@ -<ui version="4.0" > - <comment>********************************************************************* -** -** Copyright (C) 2015 The Qt Company Ltd. -** Contact: http://www.qt.io/licensing/ -** -** This file is part of the autotests of the Qt Toolkit. -** -** $QT_BEGIN_LICENSE:LGPL21$ -** Commercial License Usage -** Licensees holding valid commercial Qt licenses may use this file in -** accordance with the commercial license agreement provided with the -** Software or, alternatively, in accordance with the terms contained in -** a written agreement between you and The Qt Company. For licensing terms -** and conditions see http://www.qt.io/terms-conditions. For further -** information use the contact form at http://www.qt.io/contact-us. -** -** GNU Lesser General Public License Usage -** Alternatively, this file may be used under the terms of the GNU Lesser -** General Public License version 2.1 or version 3 as published by the Free -** Software Foundation and appearing in the file LICENSE.LGPLv21 and -** LICENSE.LGPLv3 included in the packaging of this file. Please review the -** following information to ensure the GNU Lesser General Public License -** requirements will be met: https://www.gnu.org/licenses/lgpl.html and -** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. -** -** As a special exception, The Qt Company gives you certain additional -** rights. These rights are described in The Qt Company LGPL Exception -** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. -** -** $QT_END_LICENSE$ -** -*********************************************************************</comment> - <class>QtGradientDialog</class> - <widget class="QDialog" name="QtGradientDialog" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>178</width> - <height>81</height> - </rect> - </property> - <property name="windowTitle" > - <string>Edit Gradient</string> - </property> - <layout class="QVBoxLayout" > - <item> - <widget class="QtGradientEditor" name="gradientEditor" > - <property name="sizePolicy" > - <sizepolicy vsizetype="MinimumExpanding" hsizetype="MinimumExpanding" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - </widget> - </item> - <item> - <widget class="QDialogButtonBox" name="buttonBox" > - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="standardButtons" > - <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set> - </property> - </widget> - </item> - </layout> - </widget> - <customwidgets> - <customwidget> - <class>QtGradientEditor</class> - <extends>QFrame</extends> - <header>qtgradienteditor.h</header> - <container>1</container> - </customwidget> - </customwidgets> - <resources/> - <connections> - <connection> - <sender>buttonBox</sender> - <signal>accepted()</signal> - <receiver>QtGradientDialog</receiver> - <slot>accept()</slot> - <hints> - <hint type="sourcelabel" > - <x>72</x> - <y>224</y> - </hint> - <hint type="destinationlabel" > - <x>21</x> - <y>243</y> - </hint> - </hints> - </connection> - <connection> - <sender>buttonBox</sender> - <signal>rejected()</signal> - <receiver>QtGradientDialog</receiver> - <slot>reject()</slot> - <hints> - <hint type="sourcelabel" > - <x>168</x> - <y>233</y> - </hint> - <hint type="destinationlabel" > - <x>152</x> - <y>251</y> - </hint> - </hints> - </connection> - </connections> -</ui> diff --git a/tests/manual/uiloader/baseline/qtgradienteditor.ui b/tests/manual/uiloader/baseline/qtgradienteditor.ui deleted file mode 100644 index 87cf5bbf6..000000000 --- a/tests/manual/uiloader/baseline/qtgradienteditor.ui +++ /dev/null @@ -1,1369 +0,0 @@ -<ui version="4.0" > - <comment>********************************************************************* -** -** Copyright (C) 2015 The Qt Company Ltd. -** Contact: http://www.qt.io/licensing/ -** -** This file is part of the autotests of the Qt Toolkit. -** -** $QT_BEGIN_LICENSE:LGPL21$ -** Commercial License Usage -** Licensees holding valid commercial Qt licenses may use this file in -** accordance with the commercial license agreement provided with the -** Software or, alternatively, in accordance with the terms contained in -** a written agreement between you and The Qt Company. For licensing terms -** and conditions see http://www.qt.io/terms-conditions. For further -** information use the contact form at http://www.qt.io/contact-us. -** -** GNU Lesser General Public License Usage -** Alternatively, this file may be used under the terms of the GNU Lesser -** General Public License version 2.1 or version 3 as published by the Free -** Software Foundation and appearing in the file LICENSE.LGPLv21 and -** LICENSE.LGPLv3 included in the packaging of this file. Please review the -** following information to ensure the GNU Lesser General Public License -** requirements will be met: https://www.gnu.org/licenses/lgpl.html and -** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. -** -** As a special exception, The Qt Company gives you certain additional -** rights. These rights are described in The Qt Company LGPL Exception -** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. -** -** $QT_END_LICENSE$ -** -*********************************************************************</comment> - <class>QtGradientEditor</class> - <widget class="QWidget" name="QtGradientEditor" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>364</width> - <height>518</height> - </rect> - </property> - <property name="windowTitle" > - <string>Form</string> - </property> - <widget class="QFrame" name="frame" > - <property name="geometry" > - <rect> - <x>10</x> - <y>69</y> - <width>193</width> - <height>150</height> - </rect> - </property> - <property name="sizePolicy" > - <sizepolicy vsizetype="Expanding" hsizetype="Expanding" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="frameShape" > - <enum>QFrame::StyledPanel</enum> - </property> - <property name="frameShadow" > - <enum>QFrame::Raised</enum> - </property> - <layout class="QVBoxLayout" > - <property name="spacing" > - <number>6</number> - </property> - <property name="leftMargin" > - <number>0</number> - </property> - <property name="topMargin" > - <number>0</number> - </property> - <property name="rightMargin" > - <number>0</number> - </property> - <property name="bottomMargin" > - <number>0</number> - </property> - <item> - <widget class="QtGradientWidget" native="1" name="gradientWidget" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Expanding" hsizetype="Expanding" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="toolTip" > - <string>Gradient Editor</string> - </property> - <property name="whatsThis" > - <string>This area shows a preview of the gradient being edited. It also allows you to edit parameters specific to the gradient's type such as start and final point, radius, etc. by drag & drop.</string> - </property> - </widget> - </item> - </layout> - </widget> - <widget class="QLabel" name="label1" > - <property name="geometry" > - <rect> - <x>209</x> - <y>69</y> - <width>64</width> - <height>23</height> - </rect> - </property> - <property name="text" > - <string>1</string> - </property> - </widget> - <widget class="QDoubleSpinBox" name="spinBox1" > - <property name="geometry" > - <rect> - <x>279</x> - <y>69</y> - <width>73</width> - <height>23</height> - </rect> - </property> - <property name="keyboardTracking" > - <bool>false</bool> - </property> - <property name="decimals" > - <number>3</number> - </property> - <property name="maximum" > - <double>1.000000000000000</double> - </property> - <property name="singleStep" > - <double>0.010000000000000</double> - </property> - </widget> - <widget class="QLabel" name="label2" > - <property name="geometry" > - <rect> - <x>209</x> - <y>99</y> - <width>64</width> - <height>23</height> - </rect> - </property> - <property name="text" > - <string>2</string> - </property> - </widget> - <widget class="QDoubleSpinBox" name="spinBox2" > - <property name="geometry" > - <rect> - <x>279</x> - <y>99</y> - <width>73</width> - <height>23</height> - </rect> - </property> - <property name="keyboardTracking" > - <bool>false</bool> - </property> - <property name="decimals" > - <number>3</number> - </property> - <property name="maximum" > - <double>1.000000000000000</double> - </property> - <property name="singleStep" > - <double>0.010000000000000</double> - </property> - </widget> - <widget class="QLabel" name="label3" > - <property name="geometry" > - <rect> - <x>209</x> - <y>129</y> - <width>64</width> - <height>23</height> - </rect> - </property> - <property name="text" > - <string>3</string> - </property> - </widget> - <widget class="QDoubleSpinBox" name="spinBox3" > - <property name="geometry" > - <rect> - <x>279</x> - <y>129</y> - <width>73</width> - <height>23</height> - </rect> - </property> - <property name="keyboardTracking" > - <bool>false</bool> - </property> - <property name="decimals" > - <number>3</number> - </property> - <property name="maximum" > - <double>1.000000000000000</double> - </property> - <property name="singleStep" > - <double>0.010000000000000</double> - </property> - </widget> - <widget class="QLabel" name="label4" > - <property name="geometry" > - <rect> - <x>209</x> - <y>159</y> - <width>64</width> - <height>23</height> - </rect> - </property> - <property name="text" > - <string>4</string> - </property> - </widget> - <widget class="QDoubleSpinBox" name="spinBox4" > - <property name="geometry" > - <rect> - <x>279</x> - <y>159</y> - <width>73</width> - <height>23</height> - </rect> - </property> - <property name="keyboardTracking" > - <bool>false</bool> - </property> - <property name="decimals" > - <number>3</number> - </property> - <property name="maximum" > - <double>1.000000000000000</double> - </property> - <property name="singleStep" > - <double>0.010000000000000</double> - </property> - </widget> - <widget class="QLabel" name="label5" > - <property name="geometry" > - <rect> - <x>209</x> - <y>189</y> - <width>64</width> - <height>23</height> - </rect> - </property> - <property name="text" > - <string>5</string> - </property> - </widget> - <widget class="QDoubleSpinBox" name="spinBox5" > - <property name="geometry" > - <rect> - <x>279</x> - <y>189</y> - <width>73</width> - <height>23</height> - </rect> - </property> - <property name="keyboardTracking" > - <bool>false</bool> - </property> - <property name="decimals" > - <number>3</number> - </property> - <property name="maximum" > - <double>1.000000000000000</double> - </property> - <property name="singleStep" > - <double>0.010000000000000</double> - </property> - </widget> - <widget class="QtGradientStopsWidget" native="1" name="gradientStopsWidget" > - <property name="geometry" > - <rect> - <x>10</x> - <y>225</y> - <width>193</width> - <height>67</height> - </rect> - </property> - <property name="toolTip" > - <string>Gradient Stops Editor</string> - </property> - <property name="whatsThis" > - <string>This area allows you to edit gradient stops. Double click on the existing stop handle to duplicate it. Double click outside of the existing stop handles to create a new stop. Drag & drop the handle to reposition it. Use right mouse button to popup context menu with extra actions.</string> - </property> - </widget> - <widget class="QLabel" name="zoomLabel" > - <property name="geometry" > - <rect> - <x>209</x> - <y>231</y> - <width>64</width> - <height>23</height> - </rect> - </property> - <property name="text" > - <string>Zoom</string> - </property> - </widget> - <widget class="QToolButton" name="zoomAllButton" > - <property name="geometry" > - <rect> - <x>279</x> - <y>260</y> - <width>72</width> - <height>26</height> - </rect> - </property> - <property name="sizePolicy" > - <sizepolicy vsizetype="Fixed" hsizetype="Preferred" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="toolTip" > - <string>Reset Zoom</string> - </property> - <property name="text" > - <string>Reset Zoom</string> - </property> - </widget> - <widget class="QLabel" name="positionLabel" > - <property name="geometry" > - <rect> - <x>209</x> - <y>304</y> - <width>64</width> - <height>23</height> - </rect> - </property> - <property name="text" > - <string>Position</string> - </property> - </widget> - <widget class="QLabel" name="hLabel" > - <property name="geometry" > - <rect> - <x>10</x> - <y>335</y> - <width>32</width> - <height>18</height> - </rect> - </property> - <property name="sizePolicy" > - <sizepolicy vsizetype="Fixed" hsizetype="Preferred" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="toolTip" > - <string>Hue</string> - </property> - <property name="text" > - <string>H</string> - </property> - </widget> - <widget class="QFrame" name="frame_2" > - <property name="geometry" > - <rect> - <x>48</x> - <y>333</y> - <width>155</width> - <height>23</height> - </rect> - </property> - <property name="sizePolicy" > - <sizepolicy vsizetype="Preferred" hsizetype="Ignored" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="frameShape" > - <enum>QFrame::StyledPanel</enum> - </property> - <property name="frameShadow" > - <enum>QFrame::Raised</enum> - </property> - <layout class="QHBoxLayout" > - <property name="leftMargin" > - <number>0</number> - </property> - <property name="topMargin" > - <number>0</number> - </property> - <property name="rightMargin" > - <number>0</number> - </property> - <property name="bottomMargin" > - <number>0</number> - </property> - <item> - <widget class="QtColorLine" native="1" name="hueColorLine" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Preferred" hsizetype="Expanding" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="toolTip" > - <string>Hue</string> - </property> - </widget> - </item> - </layout> - </widget> - <widget class="QLabel" name="hueLabel" > - <property name="geometry" > - <rect> - <x>209</x> - <y>335</y> - <width>64</width> - <height>18</height> - </rect> - </property> - <property name="sizePolicy" > - <sizepolicy vsizetype="Fixed" hsizetype="Preferred" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="text" > - <string>Hue</string> - </property> - </widget> - <widget class="QLabel" name="sLabel" > - <property name="geometry" > - <rect> - <x>10</x> - <y>364</y> - <width>32</width> - <height>18</height> - </rect> - </property> - <property name="sizePolicy" > - <sizepolicy vsizetype="Fixed" hsizetype="Preferred" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="toolTip" > - <string>Saturation</string> - </property> - <property name="text" > - <string>S</string> - </property> - </widget> - <widget class="QFrame" name="frame_5" > - <property name="geometry" > - <rect> - <x>48</x> - <y>362</y> - <width>155</width> - <height>23</height> - </rect> - </property> - <property name="sizePolicy" > - <sizepolicy vsizetype="Preferred" hsizetype="Ignored" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="frameShape" > - <enum>QFrame::StyledPanel</enum> - </property> - <property name="frameShadow" > - <enum>QFrame::Raised</enum> - </property> - <layout class="QHBoxLayout" > - <property name="leftMargin" > - <number>0</number> - </property> - <property name="topMargin" > - <number>0</number> - </property> - <property name="rightMargin" > - <number>0</number> - </property> - <property name="bottomMargin" > - <number>0</number> - </property> - <item> - <widget class="QtColorLine" native="1" name="saturationColorLine" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Preferred" hsizetype="Expanding" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="toolTip" > - <string>Saturation</string> - </property> - </widget> - </item> - </layout> - </widget> - <widget class="QLabel" name="saturationLabel" > - <property name="geometry" > - <rect> - <x>209</x> - <y>364</y> - <width>64</width> - <height>18</height> - </rect> - </property> - <property name="sizePolicy" > - <sizepolicy vsizetype="Fixed" hsizetype="Preferred" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="text" > - <string>Sat</string> - </property> - </widget> - <widget class="QLabel" name="vLabel" > - <property name="geometry" > - <rect> - <x>10</x> - <y>393</y> - <width>32</width> - <height>18</height> - </rect> - </property> - <property name="sizePolicy" > - <sizepolicy vsizetype="Fixed" hsizetype="Preferred" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="toolTip" > - <string>Value</string> - </property> - <property name="text" > - <string>V</string> - </property> - </widget> - <widget class="QFrame" name="frame_3" > - <property name="geometry" > - <rect> - <x>48</x> - <y>391</y> - <width>155</width> - <height>23</height> - </rect> - </property> - <property name="sizePolicy" > - <sizepolicy vsizetype="Preferred" hsizetype="Ignored" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="frameShape" > - <enum>QFrame::StyledPanel</enum> - </property> - <property name="frameShadow" > - <enum>QFrame::Raised</enum> - </property> - <layout class="QHBoxLayout" > - <property name="leftMargin" > - <number>0</number> - </property> - <property name="topMargin" > - <number>0</number> - </property> - <property name="rightMargin" > - <number>0</number> - </property> - <property name="bottomMargin" > - <number>0</number> - </property> - <item> - <widget class="QtColorLine" native="1" name="valueColorLine" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Preferred" hsizetype="Expanding" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="toolTip" > - <string>Value</string> - </property> - </widget> - </item> - </layout> - </widget> - <widget class="QLabel" name="valueLabel" > - <property name="geometry" > - <rect> - <x>209</x> - <y>393</y> - <width>64</width> - <height>18</height> - </rect> - </property> - <property name="sizePolicy" > - <sizepolicy vsizetype="Fixed" hsizetype="Preferred" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="text" > - <string>Val</string> - </property> - </widget> - <widget class="QLabel" name="aLabel" > - <property name="geometry" > - <rect> - <x>10</x> - <y>422</y> - <width>32</width> - <height>18</height> - </rect> - </property> - <property name="sizePolicy" > - <sizepolicy vsizetype="Fixed" hsizetype="Preferred" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="toolTip" > - <string>Alpha</string> - </property> - <property name="text" > - <string>A</string> - </property> - </widget> - <widget class="QFrame" name="frame_4" > - <property name="geometry" > - <rect> - <x>48</x> - <y>420</y> - <width>155</width> - <height>23</height> - </rect> - </property> - <property name="sizePolicy" > - <sizepolicy vsizetype="Preferred" hsizetype="Ignored" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="frameShape" > - <enum>QFrame::StyledPanel</enum> - </property> - <property name="frameShadow" > - <enum>QFrame::Raised</enum> - </property> - <layout class="QHBoxLayout" > - <property name="leftMargin" > - <number>0</number> - </property> - <property name="topMargin" > - <number>0</number> - </property> - <property name="rightMargin" > - <number>0</number> - </property> - <property name="bottomMargin" > - <number>0</number> - </property> - <item> - <widget class="QtColorLine" native="1" name="alphaColorLine" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Preferred" hsizetype="Expanding" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="toolTip" > - <string>Alpha</string> - </property> - </widget> - </item> - </layout> - </widget> - <widget class="QLabel" name="alphaLabel" > - <property name="geometry" > - <rect> - <x>209</x> - <y>422</y> - <width>64</width> - <height>18</height> - </rect> - </property> - <property name="sizePolicy" > - <sizepolicy vsizetype="Fixed" hsizetype="Preferred" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="text" > - <string>Alpha</string> - </property> - </widget> - <widget class="QComboBox" name="typeComboBox" > - <property name="geometry" > - <rect> - <x>10</x> - <y>40</y> - <width>79</width> - <height>22</height> - </rect> - </property> - <property name="toolTip" > - <string>Type</string> - </property> - </widget> - <widget class="QComboBox" name="spreadComboBox" > - <property name="geometry" > - <rect> - <x>96</x> - <y>40</y> - <width>72</width> - <height>22</height> - </rect> - </property> - <property name="toolTip" > - <string>Spread</string> - </property> - </widget> - <widget class="QLabel" name="colorLabel" > - <property name="geometry" > - <rect> - <x>10</x> - <y>298</y> - <width>32</width> - <height>29</height> - </rect> - </property> - <property name="sizePolicy" > - <sizepolicy vsizetype="Preferred" hsizetype="Fixed" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="text" > - <string>Color</string> - </property> - </widget> - <widget class="QtColorButton" name="colorButton" > - <property name="geometry" > - <rect> - <x>48</x> - <y>300</y> - <width>26</width> - <height>25</height> - </rect> - </property> - <property name="toolTip" > - <string>Current stop's color</string> - </property> - <property name="text" > - <string/> - </property> - </widget> - <widget class="QRadioButton" name="hsvRadioButton" > - <property name="geometry" > - <rect> - <x>80</x> - <y>301</y> - <width>49</width> - <height>23</height> - </rect> - </property> - <property name="sizePolicy" > - <sizepolicy vsizetype="Fixed" hsizetype="Fixed" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="toolTip" > - <string>Show HSV specification</string> - </property> - <property name="text" > - <string>HSV</string> - </property> - <property name="checked" > - <bool>true</bool> - </property> - </widget> - <widget class="QRadioButton" name="rgbRadioButton" > - <property name="geometry" > - <rect> - <x>135</x> - <y>301</y> - <width>49</width> - <height>23</height> - </rect> - </property> - <property name="sizePolicy" > - <sizepolicy vsizetype="Fixed" hsizetype="Fixed" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="toolTip" > - <string>Show RGB specification</string> - </property> - <property name="text" > - <string>RGB</string> - </property> - </widget> - <widget class="QWidget" native="1" name="positionWidget" > - <property name="geometry" > - <rect> - <x>279</x> - <y>304</y> - <width>73</width> - <height>23</height> - </rect> - </property> - <layout class="QVBoxLayout" > - <property name="leftMargin" > - <number>0</number> - </property> - <property name="topMargin" > - <number>0</number> - </property> - <property name="rightMargin" > - <number>0</number> - </property> - <property name="bottomMargin" > - <number>0</number> - </property> - <item> - <widget class="QDoubleSpinBox" name="positionSpinBox" > - <property name="toolTip" > - <string>Current stop's position</string> - </property> - <property name="keyboardTracking" > - <bool>false</bool> - </property> - <property name="decimals" > - <number>3</number> - </property> - <property name="minimum" > - <double>0.000000000000000</double> - </property> - <property name="maximum" > - <double>1.000000000000000</double> - </property> - <property name="singleStep" > - <double>0.010000000000000</double> - </property> - <property name="value" > - <double>0.000000000000000</double> - </property> - </widget> - </item> - </layout> - </widget> - <widget class="QWidget" native="1" name="hueWidget" > - <property name="geometry" > - <rect> - <x>279</x> - <y>333</y> - <width>73</width> - <height>23</height> - </rect> - </property> - <layout class="QVBoxLayout" > - <property name="leftMargin" > - <number>0</number> - </property> - <property name="topMargin" > - <number>0</number> - </property> - <property name="rightMargin" > - <number>0</number> - </property> - <property name="bottomMargin" > - <number>0</number> - </property> - <item> - <widget class="QSpinBox" name="hueSpinBox" > - <property name="keyboardTracking" > - <bool>false</bool> - </property> - <property name="maximum" > - <number>359</number> - </property> - </widget> - </item> - </layout> - </widget> - <widget class="QWidget" native="1" name="saturationWidget" > - <property name="geometry" > - <rect> - <x>279</x> - <y>362</y> - <width>73</width> - <height>23</height> - </rect> - </property> - <layout class="QVBoxLayout" > - <property name="leftMargin" > - <number>0</number> - </property> - <property name="topMargin" > - <number>0</number> - </property> - <property name="rightMargin" > - <number>0</number> - </property> - <property name="bottomMargin" > - <number>0</number> - </property> - <item> - <widget class="QSpinBox" name="saturationSpinBox" > - <property name="keyboardTracking" > - <bool>false</bool> - </property> - <property name="maximum" > - <number>255</number> - </property> - </widget> - </item> - </layout> - </widget> - <widget class="QWidget" native="1" name="valueWidget" > - <property name="geometry" > - <rect> - <x>279</x> - <y>391</y> - <width>73</width> - <height>23</height> - </rect> - </property> - <layout class="QVBoxLayout" > - <property name="leftMargin" > - <number>0</number> - </property> - <property name="topMargin" > - <number>0</number> - </property> - <property name="rightMargin" > - <number>0</number> - </property> - <property name="bottomMargin" > - <number>0</number> - </property> - <item> - <widget class="QSpinBox" name="valueSpinBox" > - <property name="keyboardTracking" > - <bool>false</bool> - </property> - <property name="maximum" > - <number>255</number> - </property> - </widget> - </item> - </layout> - </widget> - <widget class="QWidget" native="1" name="alphaWidget" > - <property name="geometry" > - <rect> - <x>279</x> - <y>420</y> - <width>73</width> - <height>23</height> - </rect> - </property> - <layout class="QVBoxLayout" > - <property name="leftMargin" > - <number>0</number> - </property> - <property name="topMargin" > - <number>0</number> - </property> - <property name="rightMargin" > - <number>0</number> - </property> - <property name="bottomMargin" > - <number>0</number> - </property> - <item> - <widget class="QSpinBox" name="alphaSpinBox" > - <property name="keyboardTracking" > - <bool>false</bool> - </property> - <property name="maximum" > - <number>255</number> - </property> - </widget> - </item> - </layout> - </widget> - <widget class="QWidget" native="1" name="zoomWidget" > - <property name="geometry" > - <rect> - <x>279</x> - <y>231</y> - <width>73</width> - <height>23</height> - </rect> - </property> - <layout class="QVBoxLayout" > - <property name="leftMargin" > - <number>0</number> - </property> - <property name="topMargin" > - <number>0</number> - </property> - <property name="rightMargin" > - <number>0</number> - </property> - <property name="bottomMargin" > - <number>0</number> - </property> - <item> - <widget class="QSpinBox" name="zoomSpinBox" > - <property name="keyboardTracking" > - <bool>false</bool> - </property> - <property name="suffix" > - <string>%</string> - </property> - <property name="minimum" > - <number>100</number> - </property> - <property name="maximum" > - <number>10000</number> - </property> - <property name="singleStep" > - <number>100</number> - </property> - <property name="value" > - <number>100</number> - </property> - </widget> - </item> - </layout> - </widget> - <widget class="QWidget" native="1" name="line1Widget" > - <property name="geometry" > - <rect> - <x>209</x> - <y>219</y> - <width>143</width> - <height>16</height> - </rect> - </property> - <layout class="QVBoxLayout" > - <property name="leftMargin" > - <number>0</number> - </property> - <property name="topMargin" > - <number>0</number> - </property> - <property name="rightMargin" > - <number>0</number> - </property> - <property name="bottomMargin" > - <number>0</number> - </property> - <item> - <widget class="Line" name="line1" > - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - </widget> - </item> - </layout> - </widget> - <widget class="QWidget" native="1" name="line2Widget" > - <property name="geometry" > - <rect> - <x>209</x> - <y>292</y> - <width>143</width> - <height>16</height> - </rect> - </property> - <layout class="QVBoxLayout" > - <property name="leftMargin" > - <number>0</number> - </property> - <property name="topMargin" > - <number>0</number> - </property> - <property name="rightMargin" > - <number>0</number> - </property> - <property name="bottomMargin" > - <number>0</number> - </property> - <item> - <widget class="Line" name="line2" > - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - </widget> - </item> - </layout> - </widget> - <widget class="QWidget" native="1" name="zoomButtonsWidget" > - <property name="geometry" > - <rect> - <x>209</x> - <y>260</y> - <width>64</width> - <height>26</height> - </rect> - </property> - <property name="sizePolicy" > - <sizepolicy vsizetype="Preferred" hsizetype="Maximum" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <layout class="QHBoxLayout" > - <property name="leftMargin" > - <number>0</number> - </property> - <property name="topMargin" > - <number>0</number> - </property> - <property name="rightMargin" > - <number>0</number> - </property> - <property name="bottomMargin" > - <number>0</number> - </property> - <item> - <widget class="QToolButton" name="zoomInButton" > - <property name="toolTip" > - <string>Zoom In</string> - </property> - </widget> - </item> - <item> - <widget class="QToolButton" name="zoomOutButton" > - <property name="toolTip" > - <string>Zoom Out</string> - </property> - </widget> - </item> - <item> - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" > - <size> - <width>0</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - </layout> - </widget> - <widget class="QToolButton" name="detailsButton" > - <property name="geometry" > - <rect> - <x>176</x> - <y>40</y> - <width>25</width> - <height>22</height> - </rect> - </property> - <property name="sizePolicy" > - <sizepolicy vsizetype="Ignored" hsizetype="Fixed" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="toolTip" > - <string>Toggle details extension</string> - </property> - <property name="text" > - <string>></string> - </property> - <property name="checkable" > - <bool>true</bool> - </property> - <property name="autoRaise" > - <bool>true</bool> - </property> - </widget> - <widget class="QToolButton" name="linearButton" > - <property name="geometry" > - <rect> - <x>10</x> - <y>10</y> - <width>30</width> - <height>26</height> - </rect> - </property> - <property name="toolTip" > - <string>Linear Type</string> - </property> - <property name="text" > - <string>...</string> - </property> - <property name="checkable" > - <bool>true</bool> - </property> - <property name="autoRaise" > - <bool>true</bool> - </property> - </widget> - <widget class="QToolButton" name="radialButton" > - <property name="geometry" > - <rect> - <x>40</x> - <y>10</y> - <width>30</width> - <height>26</height> - </rect> - </property> - <property name="toolTip" > - <string>Radial Type</string> - </property> - <property name="text" > - <string>...</string> - </property> - <property name="checkable" > - <bool>true</bool> - </property> - <property name="autoRaise" > - <bool>true</bool> - </property> - </widget> - <widget class="QToolButton" name="conicalButton" > - <property name="geometry" > - <rect> - <x>70</x> - <y>10</y> - <width>30</width> - <height>26</height> - </rect> - </property> - <property name="toolTip" > - <string>Conical Type</string> - </property> - <property name="text" > - <string>...</string> - </property> - <property name="checkable" > - <bool>true</bool> - </property> - <property name="autoRaise" > - <bool>true</bool> - </property> - </widget> - <widget class="QToolButton" name="padButton" > - <property name="geometry" > - <rect> - <x>110</x> - <y>10</y> - <width>30</width> - <height>26</height> - </rect> - </property> - <property name="toolTip" > - <string>Pad Spread</string> - </property> - <property name="text" > - <string>...</string> - </property> - <property name="checkable" > - <bool>true</bool> - </property> - <property name="autoRaise" > - <bool>true</bool> - </property> - </widget> - <widget class="QToolButton" name="repeatButton" > - <property name="geometry" > - <rect> - <x>140</x> - <y>10</y> - <width>30</width> - <height>26</height> - </rect> - </property> - <property name="toolTip" > - <string>Repeat Spread</string> - </property> - <property name="text" > - <string>...</string> - </property> - <property name="checkable" > - <bool>true</bool> - </property> - <property name="autoRaise" > - <bool>true</bool> - </property> - </widget> - <widget class="QToolButton" name="reflectButton" > - <property name="geometry" > - <rect> - <x>170</x> - <y>10</y> - <width>30</width> - <height>26</height> - </rect> - </property> - <property name="toolTip" > - <string>Reflect Spread</string> - </property> - <property name="text" > - <string>...</string> - </property> - <property name="checkable" > - <bool>true</bool> - </property> - <property name="autoRaise" > - <bool>true</bool> - </property> - </widget> - </widget> - <customwidgets> - <customwidget> - <class>QtColorButton</class> - <extends>QToolButton</extends> - <header>qtcolorbutton.h</header> - </customwidget> - <customwidget> - <class>QtColorLine</class> - <extends>QWidget</extends> - <header>qtcolorline.h</header> - <container>1</container> - </customwidget> - <customwidget> - <class>QtGradientStopsWidget</class> - <extends>QWidget</extends> - <header>qtgradientstopswidget.h</header> - <container>1</container> - </customwidget> - <customwidget> - <class>QtGradientWidget</class> - <extends>QWidget</extends> - <header>qtgradientwidget.h</header> - <container>1</container> - </customwidget> - </customwidgets> - <tabstops> - <tabstop>typeComboBox</tabstop> - <tabstop>spreadComboBox</tabstop> - <tabstop>detailsButton</tabstop> - <tabstop>spinBox1</tabstop> - <tabstop>spinBox2</tabstop> - <tabstop>spinBox3</tabstop> - <tabstop>spinBox4</tabstop> - <tabstop>spinBox5</tabstop> - <tabstop>zoomSpinBox</tabstop> - <tabstop>zoomInButton</tabstop> - <tabstop>zoomOutButton</tabstop> - <tabstop>zoomAllButton</tabstop> - <tabstop>colorButton</tabstop> - <tabstop>hsvRadioButton</tabstop> - <tabstop>rgbRadioButton</tabstop> - <tabstop>positionSpinBox</tabstop> - <tabstop>hueSpinBox</tabstop> - <tabstop>saturationSpinBox</tabstop> - <tabstop>valueSpinBox</tabstop> - <tabstop>alphaSpinBox</tabstop> - </tabstops> - <resources/> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/qtgradientview.ui b/tests/manual/uiloader/baseline/qtgradientview.ui deleted file mode 100644 index af7267ea2..000000000 --- a/tests/manual/uiloader/baseline/qtgradientview.ui +++ /dev/null @@ -1,135 +0,0 @@ -<ui version="4.0" > - <class>QtGradientView</class> - <widget class="QWidget" name="QtGradientView" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>484</width> - <height>228</height> - </rect> - </property> - <property name="windowTitle" > - <string>Gradient View</string> - </property> - <layout class="QVBoxLayout" > - <property name="leftMargin" > - <number>0</number> - </property> - <property name="topMargin" > - <number>0</number> - </property> - <property name="rightMargin" > - <number>0</number> - </property> - <property name="bottomMargin" > - <number>0</number> - </property> - <item> - <layout class="QHBoxLayout" > - <item> - <widget class="QToolButton" name="newButton" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Minimum" hsizetype="Minimum" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="text" > - <string>New...</string> - </property> - <property name="toolButtonStyle" > - <enum>Qt::ToolButtonTextBesideIcon</enum> - </property> - <property name="autoRaise" > - <bool>true</bool> - </property> - </widget> - </item> - <item> - <widget class="QToolButton" name="editButton" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Minimum" hsizetype="Minimum" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="text" > - <string>Edit...</string> - </property> - <property name="toolButtonStyle" > - <enum>Qt::ToolButtonTextBesideIcon</enum> - </property> - <property name="autoRaise" > - <bool>true</bool> - </property> - </widget> - </item> - <item> - <widget class="QToolButton" name="renameButton" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Minimum" hsizetype="Minimum" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="text" > - <string>Rename</string> - </property> - <property name="toolButtonStyle" > - <enum>Qt::ToolButtonTextBesideIcon</enum> - </property> - <property name="autoRaise" > - <bool>true</bool> - </property> - </widget> - </item> - <item> - <widget class="QToolButton" name="removeButton" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Minimum" hsizetype="Minimum" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="text" > - <string>Remove</string> - </property> - <property name="toolButtonStyle" > - <enum>Qt::ToolButtonTextBesideIcon</enum> - </property> - <property name="autoRaise" > - <bool>true</bool> - </property> - </widget> - </item> - <item> - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" stdset="0" > - <size> - <width>71</width> - <height>26</height> - </size> - </property> - </spacer> - </item> - </layout> - </item> - <item> - <widget class="QListWidget" name="listWidget" /> - </item> - </layout> - </widget> - <tabstops> - <tabstop>listWidget</tabstop> - <tabstop>newButton</tabstop> - <tabstop>editButton</tabstop> - <tabstop>renameButton</tabstop> - <tabstop>removeButton</tabstop> - </tabstops> - <resources/> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/qtgradientviewdialog.ui b/tests/manual/uiloader/baseline/qtgradientviewdialog.ui deleted file mode 100644 index 353489e28..000000000 --- a/tests/manual/uiloader/baseline/qtgradientviewdialog.ui +++ /dev/null @@ -1,113 +0,0 @@ -<ui version="4.0" > - <comment>********************************************************************* -** -** Copyright (C) 2015 The Qt Company Ltd. -** Contact: http://www.qt.io/licensing/ -** -** This file is part of the autotests of the Qt Toolkit. -** -** $QT_BEGIN_LICENSE:LGPL21$ -** Commercial License Usage -** Licensees holding valid commercial Qt licenses may use this file in -** accordance with the commercial license agreement provided with the -** Software or, alternatively, in accordance with the terms contained in -** a written agreement between you and The Qt Company. For licensing terms -** and conditions see http://www.qt.io/terms-conditions. For further -** information use the contact form at http://www.qt.io/contact-us. -** -** GNU Lesser General Public License Usage -** Alternatively, this file may be used under the terms of the GNU Lesser -** General Public License version 2.1 or version 3 as published by the Free -** Software Foundation and appearing in the file LICENSE.LGPLv21 and -** LICENSE.LGPLv3 included in the packaging of this file. Please review the -** following information to ensure the GNU Lesser General Public License -** requirements will be met: https://www.gnu.org/licenses/lgpl.html and -** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. -** -** As a special exception, The Qt Company gives you certain additional -** rights. These rights are described in The Qt Company LGPL Exception -** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. -** -** $QT_END_LICENSE$ -** -*********************************************************************</comment> - <class>QtGradientViewDialog</class> - <widget class="QDialog" name="QtGradientViewDialog" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>178</width> - <height>72</height> - </rect> - </property> - <property name="windowTitle" > - <string>Select Gradient</string> - </property> - <layout class="QVBoxLayout" > - <item> - <widget class="QtGradientView" name="gradientView" > - <property name="sizePolicy" > - <sizepolicy vsizetype="MinimumExpanding" hsizetype="MinimumExpanding" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - </widget> - </item> - <item> - <widget class="QDialogButtonBox" name="buttonBox" > - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="standardButtons" > - <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> - </property> - </widget> - </item> - </layout> - </widget> - <customwidgets> - <customwidget> - <class>QtGradientView</class> - <extends>QFrame</extends> - <header>qtgradientview.h</header> - <container>1</container> - </customwidget> - </customwidgets> - <resources/> - <connections> - <connection> - <sender>buttonBox</sender> - <signal>accepted()</signal> - <receiver>QtGradientViewDialog</receiver> - <slot>accept()</slot> - <hints> - <hint type="sourcelabel" > - <x>72</x> - <y>224</y> - </hint> - <hint type="destinationlabel" > - <x>21</x> - <y>243</y> - </hint> - </hints> - </connection> - <connection> - <sender>buttonBox</sender> - <signal>rejected()</signal> - <receiver>QtGradientViewDialog</receiver> - <slot>reject()</slot> - <hints> - <hint type="sourcelabel" > - <x>168</x> - <y>233</y> - </hint> - <hint type="destinationlabel" > - <x>152</x> - <y>251</y> - </hint> - </hints> - </connection> - </connections> -</ui> diff --git a/tests/manual/uiloader/baseline/qtresourceeditordialog.ui b/tests/manual/uiloader/baseline/qtresourceeditordialog.ui deleted file mode 100644 index 2205da4d5..000000000 --- a/tests/manual/uiloader/baseline/qtresourceeditordialog.ui +++ /dev/null @@ -1,180 +0,0 @@ -<ui version="4.0" > - <class>QtResourceEditorDialog</class> - <widget class="QDialog" name="QtResourceEditorDialog" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>469</width> - <height>317</height> - </rect> - </property> - <property name="windowTitle" > - <string>Dialog</string> - </property> - <layout class="QVBoxLayout" name="verticalLayout" > - <item> - <widget class="QSplitter" name="splitter" > - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <widget class="QWidget" name="layoutWidget" > - <layout class="QGridLayout" > - <item row="0" column="0" colspan="4" > - <widget class="QListWidget" name="qrcFileList" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Expanding" hsizetype="Ignored" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - </widget> - </item> - <item row="1" column="0" > - <widget class="QToolButton" name="newQrcButton" > - <property name="toolTip" > - <string>New File</string> - </property> - <property name="text" > - <string>N</string> - </property> - </widget> - </item> - <item row="1" column="2" > - <widget class="QToolButton" name="removeQrcButton" > - <property name="toolTip" > - <string>Remove File</string> - </property> - <property name="text" > - <string>R</string> - </property> - </widget> - </item> - <item row="1" column="3" > - <spacer> - <property name="spacerName" stdset="0" > - <string/> - </property> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeType" > - <enum>QSizePolicy::Ignored</enum> - </property> - <property name="sizeHint" > - <size> - <width>21</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item row="1" column="1" > - <widget class="QToolButton" name="importQrcButton" > - <property name="text" > - <string>I</string> - </property> - </widget> - </item> - </layout> - </widget> - <widget class="QWidget" name="" > - <layout class="QGridLayout" > - <item row="0" column="0" colspan="4" > - <widget class="QTreeView" name="resourceTreeView" /> - </item> - <item row="1" column="0" > - <widget class="QToolButton" name="newResourceButton" > - <property name="toolTip" > - <string>New Resource</string> - </property> - <property name="text" > - <string>N</string> - </property> - </widget> - </item> - <item row="1" column="1" > - <widget class="QToolButton" name="addResourceButton" > - <property name="text" > - <string>A</string> - </property> - </widget> - </item> - <item row="1" column="2" > - <widget class="QToolButton" name="removeResourceButton" > - <property name="toolTip" > - <string>Remove Resource or File</string> - </property> - <property name="text" > - <string>R</string> - </property> - </widget> - </item> - <item row="1" column="3" > - <spacer name="horizontalSpacer" > - <property name="spacerName" stdset="0" > - <string>horizontalSpacer</string> - </property> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" > - <size> - <width>40</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - </layout> - </widget> - </widget> - </item> - <item> - <widget class="QDialogButtonBox" name="buttonBox" > - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="standardButtons" > - <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> - </property> - </widget> - </item> - </layout> - </widget> - <resources/> - <connections> - <connection> - <sender>buttonBox</sender> - <signal>accepted()</signal> - <receiver>QtResourceEditorDialog</receiver> - <slot>accept()</slot> - <hints> - <hint type="sourcelabel" > - <x>248</x> - <y>254</y> - </hint> - <hint type="destinationlabel" > - <x>157</x> - <y>274</y> - </hint> - </hints> - </connection> - <connection> - <sender>buttonBox</sender> - <signal>rejected()</signal> - <receiver>QtResourceEditorDialog</receiver> - <slot>reject()</slot> - <hints> - <hint type="sourcelabel" > - <x>316</x> - <y>260</y> - </hint> - <hint type="destinationlabel" > - <x>286</x> - <y>274</y> - </hint> - </hints> - </connection> - </connections> -</ui> diff --git a/tests/manual/uiloader/baseline/qttoolbardialog.ui b/tests/manual/uiloader/baseline/qttoolbardialog.ui deleted file mode 100644 index c4ad934f8..000000000 --- a/tests/manual/uiloader/baseline/qttoolbardialog.ui +++ /dev/null @@ -1,207 +0,0 @@ -<ui version="4.0" > - <class>QtToolBarDialog</class> - <widget class="QDialog" name="QtToolBarDialog" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>583</width> - <height>508</height> - </rect> - </property> - <property name="windowTitle" > - <string>Customize Toolbars</string> - </property> - <layout class="QGridLayout" > - <property name="margin" > - <number>8</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item rowspan="3" row="1" column="0" > - <widget class="QTreeWidget" name="actionTree" > - <column> - <property name="text" > - <string>1</string> - </property> - </column> - </widget> - </item> - <item row="0" column="0" > - <widget class="QLabel" name="label" > - <property name="text" > - <string>Actions</string> - </property> - </widget> - </item> - <item row="0" column="1" colspan="2" > - <layout class="QHBoxLayout" > - <property name="spacing" > - <number>6</number> - </property> - <property name="margin" > - <number>0</number> - </property> - <item> - <widget class="QLabel" name="label_2" > - <property name="text" > - <string>Toolbars</string> - </property> - </widget> - </item> - <item> - <widget class="QToolButton" name="newButton" > - <property name="toolTip" > - <string>Add new toolbar</string> - </property> - <property name="text" > - <string>New</string> - </property> - </widget> - </item> - <item> - <widget class="QToolButton" name="removeButton" > - <property name="toolTip" > - <string>Remove selected toolbar</string> - </property> - <property name="text" > - <string>Remove</string> - </property> - </widget> - </item> - <item> - <widget class="QToolButton" name="renameButton" > - <property name="toolTip" > - <string>Rename toolbar</string> - </property> - <property name="text" > - <string>Rename</string> - </property> - </widget> - </item> - </layout> - </item> - <item row="3" column="1" > - <layout class="QVBoxLayout" > - <property name="spacing" > - <number>6</number> - </property> - <property name="margin" > - <number>0</number> - </property> - <item> - <widget class="QToolButton" name="upButton" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Fixed" hsizetype="Minimum" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="toolTip" > - <string>Move action up</string> - </property> - <property name="text" > - <string>Up</string> - </property> - </widget> - </item> - <item> - <widget class="QToolButton" name="leftButton" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Fixed" hsizetype="Minimum" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="toolTip" > - <string>Remove action from toolbar</string> - </property> - <property name="text" > - <string><-</string> - </property> - </widget> - </item> - <item> - <widget class="QToolButton" name="rightButton" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Fixed" hsizetype="Minimum" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="toolTip" > - <string>Add action to toolbar</string> - </property> - <property name="text" > - <string>-></string> - </property> - </widget> - </item> - <item> - <widget class="QToolButton" name="downButton" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Fixed" hsizetype="Minimum" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="toolTip" > - <string>Move action down</string> - </property> - <property name="text" > - <string>Down</string> - </property> - </widget> - </item> - <item> - <spacer> - <property name="orientation" > - <enum>Qt::Vertical</enum> - </property> - <property name="sizeHint" stdset="0" > - <size> - <width>29</width> - <height>16</height> - </size> - </property> - </spacer> - </item> - </layout> - </item> - <item row="3" column="2" > - <widget class="QListWidget" name="currentToolBarList" /> - </item> - <item row="2" column="1" colspan="2" > - <widget class="QLabel" name="label_3" > - <property name="text" > - <string>Current Toolbar Actions</string> - </property> - </widget> - </item> - <item row="1" column="1" colspan="2" > - <widget class="QListWidget" name="toolBarList" /> - </item> - <item row="5" column="0" colspan="3" > - <widget class="QDialogButtonBox" name="buttonBox" > - <property name="standardButtons" > - <set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok|QDialogButtonBox::RestoreDefaults</set> - </property> - </widget> - </item> - </layout> - </widget> - <tabstops> - <tabstop>newButton</tabstop> - <tabstop>removeButton</tabstop> - <tabstop>renameButton</tabstop> - <tabstop>toolBarList</tabstop> - <tabstop>upButton</tabstop> - <tabstop>leftButton</tabstop> - <tabstop>rightButton</tabstop> - <tabstop>downButton</tabstop> - <tabstop>currentToolBarList</tabstop> - </tabstops> - <resources/> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/querywidget.ui b/tests/manual/uiloader/baseline/querywidget.ui deleted file mode 100644 index 53fa62227..000000000 --- a/tests/manual/uiloader/baseline/querywidget.ui +++ /dev/null @@ -1,163 +0,0 @@ -<ui version="4.0" > - <class>QueryWidget</class> - <widget class="QMainWindow" name="QueryWidget" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>545</width> - <height>531</height> - </rect> - </property> - <property name="windowTitle" > - <string>Recipes XQuery Example</string> - </property> - <widget class="QWidget" name="centralwidget" > - <property name="geometry" > - <rect> - <x>0</x> - <y>29</y> - <width>545</width> - <height>480</height> - </rect> - </property> - <layout class="QVBoxLayout" name="verticalLayout" > - <item> - <layout class="QVBoxLayout" > - <property name="spacing" > - <number>6</number> - </property> - <property name="margin" > - <number>0</number> - </property> - <item> - <widget class="QGroupBox" name="inputGroupBox" > - <property name="minimumSize" > - <size> - <width>550</width> - <height>120</height> - </size> - </property> - <property name="title" > - <string>Input Document</string> - </property> - <layout class="QVBoxLayout" name="verticalLayout_4" > - <item> - <layout class="QVBoxLayout" name="_2" > - <property name="spacing" > - <number>6</number> - </property> - <property name="margin" > - <number>0</number> - </property> - <item> - <widget class="QTextEdit" name="inputTextEdit" /> - </item> - </layout> - </item> - </layout> - </widget> - </item> - <item> - <widget class="QGroupBox" name="queryGroupBox" > - <property name="minimumSize" > - <size> - <width>550</width> - <height>120</height> - </size> - </property> - <property name="title" > - <string>Select your query:</string> - </property> - <layout class="QVBoxLayout" name="verticalLayout_5" > - <item> - <widget class="QComboBox" name="defaultQueries" /> - </item> - <item> - <widget class="QTextEdit" name="queryTextEdit" > - <property name="minimumSize" > - <size> - <width>400</width> - <height>60</height> - </size> - </property> - <property name="readOnly" > - <bool>true</bool> - </property> - <property name="acceptRichText" > - <bool>false</bool> - </property> - </widget> - </item> - </layout> - </widget> - </item> - <item> - <widget class="QGroupBox" name="outputGroupBox" > - <property name="minimumSize" > - <size> - <width>550</width> - <height>120</height> - </size> - </property> - <property name="title" > - <string>Output Document</string> - </property> - <layout class="QVBoxLayout" name="verticalLayout_6" > - <item> - <layout class="QVBoxLayout" name="_3" > - <property name="spacing" > - <number>6</number> - </property> - <property name="margin" > - <number>0</number> - </property> - <item> - <widget class="QTextEdit" name="outputTextEdit" > - <property name="minimumSize" > - <size> - <width>500</width> - <height>80</height> - </size> - </property> - <property name="readOnly" > - <bool>true</bool> - </property> - <property name="acceptRichText" > - <bool>false</bool> - </property> - </widget> - </item> - </layout> - </item> - </layout> - </widget> - </item> - </layout> - </item> - </layout> - </widget> - <widget class="QMenuBar" name="menubar" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>545</width> - <height>29</height> - </rect> - </property> - </widget> - <widget class="QStatusBar" name="statusbar" > - <property name="geometry" > - <rect> - <x>0</x> - <y>509</y> - <width>545</width> - <height>22</height> - </rect> - </property> - </widget> - </widget> - <resources/> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/remotecontrol.ui b/tests/manual/uiloader/baseline/remotecontrol.ui deleted file mode 100644 index 1cfc7f540..000000000 --- a/tests/manual/uiloader/baseline/remotecontrol.ui +++ /dev/null @@ -1,228 +0,0 @@ -<ui version="4.0" > - <class>RemoteControlClass</class> - <widget class="QMainWindow" name="RemoteControlClass" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>344</width> - <height>364</height> - </rect> - </property> - <property name="windowTitle" > - <string>RemoteControl</string> - </property> - <widget class="QWidget" name="centralWidget" > - <layout class="QGridLayout" > - <item row="0" column="0" > - <widget class="QLabel" name="label" > - <property name="text" > - <string>Start URL:</string> - </property> - </widget> - </item> - <item row="0" column="1" colspan="2" > - <widget class="QLineEdit" name="startUrlLineEdit" /> - </item> - <item row="1" column="1" > - <widget class="QPushButton" name="launchButton" > - <property name="text" > - <string>Launch Qt HelpViewer</string> - </property> - </widget> - </item> - <item row="1" column="2" > - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" > - <size> - <width>101</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item row="2" column="1" > - <spacer> - <property name="orientation" > - <enum>Qt::Vertical</enum> - </property> - <property name="sizeType" > - <enum>QSizePolicy::Fixed</enum> - </property> - <property name="sizeHint" > - <size> - <width>113</width> - <height>16</height> - </size> - </property> - </spacer> - </item> - <item row="3" column="0" colspan="3" > - <widget class="QGroupBox" name="actionGroupBox" > - <property name="enabled" > - <bool>false</bool> - </property> - <property name="title" > - <string>Actions</string> - </property> - <layout class="QGridLayout" > - <item row="0" column="0" > - <widget class="QLabel" name="label_2" > - <property name="text" > - <string>Search in Index:</string> - </property> - </widget> - </item> - <item row="0" column="1" colspan="2" > - <layout class="QHBoxLayout" > - <property name="spacing" > - <number>0</number> - </property> - <item> - <widget class="QLineEdit" name="indexLineEdit" /> - </item> - <item> - <widget class="QToolButton" name="indexButton" > - <property name="text" > - <string/> - </property> - <property name="icon" > - <iconset resource="remotecontrol.qrc" >:/remotecontrol/enter.png</iconset> - </property> - </widget> - </item> - </layout> - </item> - <item row="1" column="0" > - <widget class="QLabel" name="label_4" > - <property name="text" > - <string>Identifier:</string> - </property> - </widget> - </item> - <item row="1" column="1" colspan="2" > - <layout class="QHBoxLayout" > - <property name="spacing" > - <number>0</number> - </property> - <item> - <widget class="QLineEdit" name="identifierLineEdit" /> - </item> - <item> - <widget class="QToolButton" name="identifierButton" > - <property name="text" > - <string/> - </property> - <property name="icon" > - <iconset resource="remotecontrol.qrc" >:/remotecontrol/enter.png</iconset> - </property> - </widget> - </item> - </layout> - </item> - <item row="2" column="0" > - <widget class="QLabel" name="label_3" > - <property name="text" > - <string>Show URL:</string> - </property> - </widget> - </item> - <item row="2" column="1" colspan="2" > - <layout class="QHBoxLayout" > - <property name="spacing" > - <number>0</number> - </property> - <item> - <widget class="QLineEdit" name="urlLineEdit" /> - </item> - <item> - <widget class="QToolButton" name="urlButton" > - <property name="text" > - <string/> - </property> - <property name="icon" > - <iconset resource="remotecontrol.qrc" >:/remotecontrol/enter.png</iconset> - </property> - </widget> - </item> - </layout> - </item> - <item row="3" column="1" > - <widget class="QPushButton" name="syncContentsButton" > - <property name="text" > - <string>Sync Contents</string> - </property> - </widget> - </item> - <item row="3" column="2" > - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" > - <size> - <width>81</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item row="4" column="0" colspan="3" > - <widget class="QCheckBox" name="contentsCheckBox" > - <property name="text" > - <string>Show Contents</string> - </property> - </widget> - </item> - <item row="5" column="0" > - <widget class="QCheckBox" name="indexCheckBox" > - <property name="text" > - <string>Show Index</string> - </property> - </widget> - </item> - <item row="6" column="0" colspan="3" > - <widget class="QCheckBox" name="bookmarksCheckBox" > - <property name="text" > - <string>Show Bookmarks</string> - </property> - </widget> - </item> - </layout> - </widget> - </item> - </layout> - </widget> - <widget class="QMenuBar" name="menuBar" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>344</width> - <height>21</height> - </rect> - </property> - <widget class="QMenu" name="menuFile" > - <property name="title" > - <string>File</string> - </property> - <addaction name="actionQuit" /> - </widget> - <addaction name="menuFile" /> - </widget> - <widget class="QStatusBar" name="statusBar" /> - <action name="actionQuit" > - <property name="text" > - <string>Quit</string> - </property> - </action> - </widget> - <layoutdefault spacing="6" margin="11" /> - <resources> - <include location="remotecontrol.qrc" /> - </resources> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/saveformastemplate.ui b/tests/manual/uiloader/baseline/saveformastemplate.ui deleted file mode 100644 index 9e91f7ef3..000000000 --- a/tests/manual/uiloader/baseline/saveformastemplate.ui +++ /dev/null @@ -1,158 +0,0 @@ -<ui version="4.0" > - <comment>********************************************************************* -** -** Copyright (C) 2015 The Qt Company Ltd. -** Contact: http://www.qt.io/licensing/ -** -** This file is part of the autotests of the Qt Toolkit. -** -** $QT_BEGIN_LICENSE:LGPL21$ -** Commercial License Usage -** Licensees holding valid commercial Qt licenses may use this file in -** accordance with the commercial license agreement provided with the -** Software or, alternatively, in accordance with the terms contained in -** a written agreement between you and The Qt Company. For licensing terms -** and conditions see http://www.qt.io/terms-conditions. For further -** information use the contact form at http://www.qt.io/contact-us. -** -** GNU Lesser General Public License Usage -** Alternatively, this file may be used under the terms of the GNU Lesser -** General Public License version 2.1 or version 3 as published by the Free -** Software Foundation and appearing in the file LICENSE.LGPLv21 and -** LICENSE.LGPLv3 included in the packaging of this file. Please review the -** following information to ensure the GNU Lesser General Public License -** requirements will be met: https://www.gnu.org/licenses/lgpl.html and -** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. -** -** As a special exception, The Qt Company gives you certain additional -** rights. These rights are described in The Qt Company LGPL Exception -** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. -** -** $QT_END_LICENSE$ -** -*********************************************************************</comment> - <class>SaveFormAsTemplate</class> - <widget class="QDialog" name="SaveFormAsTemplate" > - <property name="windowTitle" > - <string>Save Form As Template</string> - </property> - <layout class="QVBoxLayout" > - <item> - <layout class="QFormLayout" > - <item row="0" column="0" > - <widget class="QLabel" name="label" > - <property name="frameShape" > - <enum>QFrame::NoFrame</enum> - </property> - <property name="frameShadow" > - <enum>QFrame::Plain</enum> - </property> - <property name="text" > - <string>&Name:</string> - </property> - <property name="textFormat" > - <enum>Qt::AutoText</enum> - </property> - <property name="buddy" > - <cstring>templateNameEdit</cstring> - </property> - </widget> - </item> - <item row="0" column="1" > - <widget class="QLineEdit" name="templateNameEdit" > - <property name="minimumSize" > - <size> - <width>222</width> - <height>0</height> - </size> - </property> - <property name="text" > - <string/> - </property> - <property name="echoMode" > - <enum>QLineEdit::Normal</enum> - </property> - </widget> - </item> - <item row="1" column="0" > - <widget class="QLabel" name="label_2" > - <property name="frameShape" > - <enum>QFrame::NoFrame</enum> - </property> - <property name="frameShadow" > - <enum>QFrame::Plain</enum> - </property> - <property name="text" > - <string>&Category:</string> - </property> - <property name="textFormat" > - <enum>Qt::AutoText</enum> - </property> - <property name="buddy" > - <cstring>categoryCombo</cstring> - </property> - </widget> - </item> - <item row="1" column="1" > - <widget class="QComboBox" name="categoryCombo" /> - </item> - </layout> - </item> - <item> - <widget class="QFrame" name="horizontalLine" > - <property name="frameShape" > - <enum>QFrame::HLine</enum> - </property> - <property name="frameShadow" > - <enum>QFrame::Sunken</enum> - </property> - </widget> - </item> - <item> - <widget class="QDialogButtonBox" name="buttonBox" > - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="standardButtons" > - <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> - </property> - </widget> - </item> - </layout> - </widget> - <resources/> - <connections> - <connection> - <sender>buttonBox</sender> - <signal>accepted()</signal> - <receiver>SaveFormAsTemplate</receiver> - <slot>accept()</slot> - <hints> - <hint type="sourcelabel" > - <x>256</x> - <y>124</y> - </hint> - <hint type="destinationlabel" > - <x>113</x> - <y>143</y> - </hint> - </hints> - </connection> - <connection> - <sender>buttonBox</sender> - <signal>rejected()</signal> - <receiver>SaveFormAsTemplate</receiver> - <slot>reject()</slot> - <hints> - <hint type="sourcelabel" > - <x>332</x> - <y>127</y> - </hint> - <hint type="destinationlabel" > - <x>372</x> - <y>147</y> - </hint> - </hints> - </connection> - </connections> -</ui> diff --git a/tests/manual/uiloader/baseline/settings.ui b/tests/manual/uiloader/baseline/settings.ui deleted file mode 100644 index fcf698ba8..000000000 --- a/tests/manual/uiloader/baseline/settings.ui +++ /dev/null @@ -1,262 +0,0 @@ -<ui version="4.0" > - <class>Dialog</class> - <widget class="QDialog" name="Dialog" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>392</width> - <height>176</height> - </rect> - </property> - <property name="windowTitle" > - <string>Dialog</string> - </property> - <layout class="QVBoxLayout" name="verticalLayout" > - <item> - <layout class="QHBoxLayout" > - <item> - <widget class="QLabel" name="label" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Preferred" hsizetype="Maximum" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="minimumSize" > - <size> - <width>90</width> - <height>0</height> - </size> - </property> - <property name="text" > - <string>Audio device:</string> - </property> - <property name="alignment" > - <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> - </property> - </widget> - </item> - <item> - <widget class="QComboBox" name="deviceCombo" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Fixed" hsizetype="Minimum" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - </widget> - </item> - </layout> - </item> - <item> - <layout class="QHBoxLayout" > - <item> - <widget class="QLabel" name="label_6" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Preferred" hsizetype="Maximum" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="minimumSize" > - <size> - <width>90</width> - <height>0</height> - </size> - </property> - <property name="text" > - <string>Audio effect:</string> - </property> - <property name="alignment" > - <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> - </property> - </widget> - </item> - <item> - <widget class="QComboBox" name="audioEffectsCombo" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Fixed" hsizetype="Minimum" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - </widget> - </item> - </layout> - </item> - <item> - <layout class="QHBoxLayout" > - <item> - <widget class="QLabel" name="crossFadeLabel" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Preferred" hsizetype="Maximum" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="minimumSize" > - <size> - <width>90</width> - <height>0</height> - </size> - </property> - <property name="text" > - <string>Cross fade:</string> - </property> - <property name="alignment" > - <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> - </property> - </widget> - </item> - <item> - <layout class="QVBoxLayout" > - <item> - <widget class="QSlider" name="crossFadeSlider" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Fixed" hsizetype="Minimum" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="minimum" > - <number>-20</number> - </property> - <property name="maximum" > - <number>20</number> - </property> - <property name="singleStep" > - <number>1</number> - </property> - <property name="pageStep" > - <number>2</number> - </property> - <property name="value" > - <number>0</number> - </property> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="tickPosition" > - <enum>QSlider::TicksBelow</enum> - </property> - </widget> - </item> - <item> - <layout class="QHBoxLayout" > - <item> - <widget class="QLabel" name="label_3" > - <property name="font" > - <font> - <pointsize>9</pointsize> - </font> - </property> - <property name="text" > - <string>-10 Sec</string> - </property> - </widget> - </item> - <item> - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" stdset="0" > - <size> - <width>40</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item> - <widget class="QLabel" name="label_5" > - <property name="font" > - <font> - <pointsize>9</pointsize> - </font> - </property> - <property name="text" > - <string>0</string> - </property> - </widget> - </item> - <item> - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" stdset="0" > - <size> - <width>40</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item> - <widget class="QLabel" name="label_4" > - <property name="font" > - <font> - <pointsize>9</pointsize> - </font> - </property> - <property name="text" > - <string>10 Sec</string> - </property> - </widget> - </item> - </layout> - </item> - </layout> - </item> - </layout> - </item> - <item> - <widget class="QDialogButtonBox" name="buttonBox" > - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="standardButtons" > - <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> - </property> - </widget> - </item> - </layout> - </widget> - <resources/> - <connections> - <connection> - <sender>buttonBox</sender> - <signal>accepted()</signal> - <receiver>Dialog</receiver> - <slot>accept()</slot> - <hints> - <hint type="sourcelabel" > - <x>248</x> - <y>254</y> - </hint> - <hint type="destinationlabel" > - <x>157</x> - <y>274</y> - </hint> - </hints> - </connection> - <connection> - <sender>buttonBox</sender> - <signal>rejected()</signal> - <receiver>Dialog</receiver> - <slot>reject()</slot> - <hints> - <hint type="sourcelabel" > - <x>316</x> - <y>260</y> - </hint> - <hint type="destinationlabel" > - <x>286</x> - <y>274</y> - </hint> - </hints> - </connection> - </connections> -</ui> diff --git a/tests/manual/uiloader/baseline/signalslotdialog.ui b/tests/manual/uiloader/baseline/signalslotdialog.ui deleted file mode 100644 index 1a8a8d921..000000000 --- a/tests/manual/uiloader/baseline/signalslotdialog.ui +++ /dev/null @@ -1,129 +0,0 @@ -<ui version="4.0" > - <class>SignalSlotDialogClass</class> - <widget class="QDialog" name="SignalSlotDialogClass" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>617</width> - <height>535</height> - </rect> - </property> - <property name="windowTitle" > - <string>Signals and slots</string> - </property> - <layout class="QVBoxLayout" > - <item> - <widget class="QGroupBox" name="slotGroupBox" > - <property name="title" > - <string>Slots</string> - </property> - <layout class="QVBoxLayout" > - <item> - <widget class="QListView" name="slotListView" /> - </item> - <item> - <layout class="QHBoxLayout" > - <item> - <widget class="QToolButton" name="addSlotButton" > - <property name="toolTip" > - <string>Add</string> - </property> - <property name="text" > - <string>...</string> - </property> - </widget> - </item> - <item> - <widget class="QToolButton" name="removeSlotButton" > - <property name="toolTip" > - <string>Delete</string> - </property> - <property name="text" > - <string>...</string> - </property> - </widget> - </item> - <item> - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" > - <size> - <width>40</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - </layout> - </item> - </layout> - </widget> - </item> - <item> - <widget class="QGroupBox" name="signalGroupBox" > - <property name="title" > - <string>Signals</string> - </property> - <layout class="QVBoxLayout" > - <item> - <widget class="QListView" name="signalListView" /> - </item> - <item> - <layout class="QHBoxLayout" > - <item> - <widget class="QToolButton" name="addSignalButton" > - <property name="toolTip" > - <string>Add</string> - </property> - <property name="text" > - <string>...</string> - </property> - </widget> - </item> - <item> - <widget class="QToolButton" name="removeSignalButton" > - <property name="toolTip" > - <string>Delete</string> - </property> - <property name="text" > - <string>...</string> - </property> - </widget> - </item> - <item> - <spacer> - <property name="spacerName" stdset="0" > - <string/> - </property> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" > - <size> - <width>40</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - </layout> - </item> - </layout> - </widget> - </item> - <item> - <widget class="QDialogButtonBox" name="buttonBox" > - <property name="standardButtons" > - <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> - </property> - </widget> - </item> - </layout> - </widget> - <layoutdefault spacing="6" margin="11" /> - <resources/> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/sslclient.ui b/tests/manual/uiloader/baseline/sslclient.ui deleted file mode 100644 index 5a2475116..000000000 --- a/tests/manual/uiloader/baseline/sslclient.ui +++ /dev/null @@ -1,190 +0,0 @@ -<ui version="4.0" > - <class>Form</class> - <widget class="QWidget" name="Form" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>343</width> - <height>320</height> - </rect> - </property> - <property name="windowTitle" > - <string>Secure Socket Client</string> - </property> - <layout class="QVBoxLayout" > - <item> - <layout class="QGridLayout" > - <item row="0" column="0" > - <widget class="QLabel" name="hostNameLabel" > - <property name="text" > - <string>Host name:</string> - </property> - </widget> - </item> - <item row="0" column="1" > - <widget class="QLineEdit" name="hostNameEdit" > - <property name="text" > - <string>imap.example.com</string> - </property> - </widget> - </item> - <item row="1" column="0" > - <widget class="QLabel" name="portLabel" > - <property name="text" > - <string>Port:</string> - </property> - </widget> - </item> - <item row="1" column="1" > - <widget class="QSpinBox" name="portBox" > - <property name="minimum" > - <number>1</number> - </property> - <property name="maximum" > - <number>65535</number> - </property> - <property name="value" > - <number>993</number> - </property> - </widget> - </item> - </layout> - </item> - <item> - <widget class="QPushButton" name="connectButton" > - <property name="enabled" > - <bool>true</bool> - </property> - <property name="text" > - <string>Connect to host</string> - </property> - <property name="default" > - <bool>true</bool> - </property> - </widget> - </item> - <item> - <widget class="QGroupBox" name="sessionBox" > - <property name="enabled" > - <bool>false</bool> - </property> - <property name="title" > - <string>Active session</string> - </property> - <layout class="QVBoxLayout" > - <item> - <layout class="QHBoxLayout" > - <item> - <widget class="QLabel" name="cipherText" > - <property name="text" > - <string>Cryptographic Cipher:</string> - </property> - </widget> - </item> - <item> - <widget class="QLabel" name="cipherLabel" > - <property name="text" > - <string><none></string> - </property> - <property name="alignment" > - <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> - </property> - </widget> - </item> - </layout> - </item> - <item> - <widget class="QTextEdit" name="sessionOutput" > - <property name="enabled" > - <bool>false</bool> - </property> - <property name="focusPolicy" > - <enum>Qt::NoFocus</enum> - </property> - <property name="readOnly" > - <bool>true</bool> - </property> - <property name="html" > - <string><html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p></body></html></string> - </property> - </widget> - </item> - <item> - <layout class="QHBoxLayout" > - <item> - <widget class="QLabel" name="sessionInputLabel" > - <property name="text" > - <string>Input:</string> - </property> - </widget> - </item> - <item> - <widget class="QLineEdit" name="sessionInput" > - <property name="enabled" > - <bool>false</bool> - </property> - </widget> - </item> - <item> - <widget class="QPushButton" name="sendButton" > - <property name="enabled" > - <bool>false</bool> - </property> - <property name="focusPolicy" > - <enum>Qt::TabFocus</enum> - </property> - <property name="text" > - <string>&Send</string> - </property> - <property name="default" > - <bool>true</bool> - </property> - </widget> - </item> - </layout> - </item> - </layout> - </widget> - </item> - </layout> - </widget> - <resources/> - <connections> - <connection> - <sender>hostNameEdit</sender> - <signal>returnPressed()</signal> - <receiver>connectButton</receiver> - <slot>animateClick()</slot> - <hints> - <hint type="sourcelabel" > - <x>126</x> - <y>20</y> - </hint> - <hint type="destinationlabel" > - <x>142</x> - <y>78</y> - </hint> - </hints> - </connection> - <connection> - <sender>sessionInput</sender> - <signal>returnPressed()</signal> - <receiver>sendButton</receiver> - <slot>animateClick()</slot> - <hints> - <hint type="sourcelabel" > - <x>142</x> - <y>241</y> - </hint> - <hint type="destinationlabel" > - <x>297</x> - <y>234</y> - </hint> - </hints> - </connection> - </connections> -</ui> diff --git a/tests/manual/uiloader/baseline/sslerrors.ui b/tests/manual/uiloader/baseline/sslerrors.ui deleted file mode 100644 index 4aac18cdd..000000000 --- a/tests/manual/uiloader/baseline/sslerrors.ui +++ /dev/null @@ -1,110 +0,0 @@ -<ui version="4.0" > - <class>SslErrors</class> - <widget class="QDialog" name="SslErrors" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>371</width> - <height>216</height> - </rect> - </property> - <property name="windowTitle" > - <string>Unable To Validate The Connection</string> - </property> - <layout class="QVBoxLayout" > - <item> - <widget class="QLabel" name="label" > - <property name="text" > - <string><html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600; color:#ff0000;">Warning</span><span style=" color:#ff0000;">:</span><span style=" color:#000000;"> One or more errors with this connection prevent validating the authenticity of the host you are connecting to. Please review the following list of errors, and click </span><span style=" color:#000000;">Ignore</span><span style=" color:#000000;"> to continue, or </span><span style=" color:#000000;">Cancel</span><span style=" color:#000000;"> to abort the connection.</span></p></body></html></string> - </property> - <property name="wordWrap" > - <bool>true</bool> - </property> - </widget> - </item> - <item> - <widget class="QListWidget" name="sslErrorList" /> - </item> - <item> - <layout class="QHBoxLayout" > - <item> - <widget class="QPushButton" name="certificateChainButton" > - <property name="text" > - <string>View Certificate Chain</string> - </property> - <property name="autoDefault" > - <bool>false</bool> - </property> - </widget> - </item> - <item> - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" > - <size> - <width>40</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item> - <widget class="QPushButton" name="pushButton" > - <property name="text" > - <string>Ignore</string> - </property> - </widget> - </item> - <item> - <widget class="QPushButton" name="pushButton_2" > - <property name="text" > - <string>Cancel</string> - </property> - </widget> - </item> - </layout> - </item> - </layout> - </widget> - <resources/> - <connections> - <connection> - <sender>pushButton</sender> - <signal>clicked()</signal> - <receiver>SslErrors</receiver> - <slot>accept()</slot> - <hints> - <hint type="sourcelabel" > - <x>235</x> - <y>185</y> - </hint> - <hint type="destinationlabel" > - <x>228</x> - <y>287</y> - </hint> - </hints> - </connection> - <connection> - <sender>pushButton_2</sender> - <signal>clicked()</signal> - <receiver>SslErrors</receiver> - <slot>reject()</slot> - <hints> - <hint type="sourcelabel" > - <x>325</x> - <y>192</y> - </hint> - <hint type="destinationlabel" > - <x>333</x> - <y>231</y> - </hint> - </hints> - </connection> - </connections> -</ui> diff --git a/tests/manual/uiloader/baseline/statistics.ui b/tests/manual/uiloader/baseline/statistics.ui deleted file mode 100644 index 5f1138323..000000000 --- a/tests/manual/uiloader/baseline/statistics.ui +++ /dev/null @@ -1,234 +0,0 @@ -<ui version="4.0" stdsetdef="1" > - <class>Statistics</class> - <comment>********************************************************************* -** -** Copyright (C) 2015 The Qt Company Ltd. -** Contact: http://www.qt.io/licensing/ -** -** This file is part of the autotests of the Qt Toolkit. -** -** $QT_BEGIN_LICENSE:LGPL21$ -** Commercial License Usage -** Licensees holding valid commercial Qt licenses may use this file in -** accordance with the commercial license agreement provided with the -** Software or, alternatively, in accordance with the terms contained in -** a written agreement between you and The Qt Company. For licensing terms -** and conditions see http://www.qt.io/terms-conditions. For further -** information use the contact form at http://www.qt.io/contact-us. -** -** GNU Lesser General Public License Usage -** Alternatively, this file may be used under the terms of the GNU Lesser -** General Public License version 2.1 or version 3 as published by the Free -** Software Foundation and appearing in the file LICENSE.LGPLv21 and -** LICENSE.LGPLv3 included in the packaging of this file. Please review the -** following information to ensure the GNU Lesser General Public License -** requirements will be met: https://www.gnu.org/licenses/lgpl.html and -** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. -** -** As a special exception, The Qt Company gives you certain additional -** rights. These rights are described in The Qt Company LGPL Exception -** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. -** -** $QT_END_LICENSE$ -** -*********************************************************************</comment> - <widget class="QDialog" name="Statistics" > - <property name="objectName" > - <string notr="true" >linguist_stats</string> - </property> - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>336</width> - <height>164</height> - </rect> - </property> - <property name="windowTitle" > - <string>Statistics</string> - </property> - <layout class="QGridLayout" > - <property name="objectName" > - <string notr="true" >unnamed</string> - </property> - <item row="1" column="0" > - <layout class="QHBoxLayout" > - <property name="objectName" > - <string notr="true" >unnamed</string> - </property> - <item> - <spacer name="spacer4_2" > - <property name="sizeHint" > - <size> - <width>40</width> - <height>20</height> - </size> - </property> - <property name="sizeType" > - <enum>Expanding</enum> - </property> - <property name="orientation" > - <enum>Horizontal</enum> - </property> - </spacer> - </item> - <item> - <widget class="QPushButton" name="closeBtn" > - <property name="objectName" > - <string notr="true" >closeBtn</string> - </property> - <property name="text" > - <string>&Close</string> - </property> - </widget> - </item> - <item> - <spacer name="spacer4" > - <property name="sizeHint" > - <size> - <width>40</width> - <height>20</height> - </size> - </property> - <property name="sizeType" > - <enum>Expanding</enum> - </property> - <property name="orientation" > - <enum>Horizontal</enum> - </property> - </spacer> - </item> - </layout> - </item> - <item row="0" column="0" > - <widget class="QFrame" name="frame4" > - <property name="objectName" > - <string notr="true" >frame4</string> - </property> - <property name="frameShape" > - <enum>QFrame::StyledPanel</enum> - </property> - <property name="frameShadow" > - <enum>QFrame::Raised</enum> - </property> - <layout class="QGridLayout" > - <property name="objectName" > - <string notr="true" >unnamed</string> - </property> - <item row="0" column="2" > - <widget class="QLabel" name="textLabel4" > - <property name="objectName" > - <string notr="true" >textLabel4</string> - </property> - <property name="text" > - <string>Translation</string> - </property> - </widget> - </item> - <item row="0" column="1" > - <widget class="QLabel" name="textLabel5" > - <property name="objectName" > - <string notr="true" >textLabel5</string> - </property> - <property name="text" > - <string>Source</string> - </property> - </widget> - </item> - <item row="1" column="1" > - <widget class="QLabel" name="untrWords" > - <property name="objectName" > - <string notr="true" >untrWords</string> - </property> - <property name="text" > - <string>0</string> - </property> - </widget> - </item> - <item row="1" column="2" > - <widget class="QLabel" name="trWords" > - <property name="objectName" > - <string notr="true" >trWords</string> - </property> - <property name="text" > - <string>0</string> - </property> - </widget> - </item> - <item row="1" column="0" > - <widget class="QLabel" name="textLabel1" > - <property name="objectName" > - <string notr="true" >textLabel1</string> - </property> - <property name="text" > - <string>Words:</string> - </property> - </widget> - </item> - <item row="2" column="2" > - <widget class="QLabel" name="trChars" > - <property name="objectName" > - <string notr="true" >trChars</string> - </property> - <property name="text" > - <string>0</string> - </property> - </widget> - </item> - <item row="2" column="1" > - <widget class="QLabel" name="untrChars" > - <property name="objectName" > - <string notr="true" >untrChars</string> - </property> - <property name="text" > - <string>0</string> - </property> - </widget> - </item> - <item row="2" column="0" > - <widget class="QLabel" name="textLabel3" > - <property name="objectName" > - <string notr="true" >textLabel3</string> - </property> - <property name="text" > - <string>Characters:</string> - </property> - </widget> - </item> - <item row="3" column="0" > - <widget class="QLabel" name="textLabel6" > - <property name="objectName" > - <string notr="true" >textLabel6</string> - </property> - <property name="text" > - <string>Characters (with spaces):</string> - </property> - </widget> - </item> - <item row="3" column="2" > - <widget class="QLabel" name="trCharsSpc" > - <property name="objectName" > - <string notr="true" >trCharsSpc</string> - </property> - <property name="text" > - <string>0</string> - </property> - </widget> - </item> - <item row="3" column="1" > - <widget class="QLabel" name="untrCharsSpc" > - <property name="objectName" > - <string notr="true" >untrCharsSpc</string> - </property> - <property name="text" > - <string>0</string> - </property> - </widget> - </item> - </layout> - </widget> - </item> - </layout> - </widget> - <layoutdefault spacing="6" margin="11" /> -</ui> diff --git a/tests/manual/uiloader/baseline/stringlisteditor.ui b/tests/manual/uiloader/baseline/stringlisteditor.ui deleted file mode 100644 index 9a09465ae..000000000 --- a/tests/manual/uiloader/baseline/stringlisteditor.ui +++ /dev/null @@ -1,257 +0,0 @@ -<ui version="4.0" > - <comment>********************************************************************* -** -** Copyright (C) 2015 The Qt Company Ltd. -** Contact: http://www.qt.io/licensing/ -** -** This file is part of the autotests of the Qt Toolkit. -** -** $QT_BEGIN_LICENSE:LGPL21$ -** Commercial License Usage -** Licensees holding valid commercial Qt licenses may use this file in -** accordance with the commercial license agreement provided with the -** Software or, alternatively, in accordance with the terms contained in -** a written agreement between you and The Qt Company. For licensing terms -** and conditions see http://www.qt.io/terms-conditions. For further -** information use the contact form at http://www.qt.io/contact-us. -** -** GNU Lesser General Public License Usage -** Alternatively, this file may be used under the terms of the GNU Lesser -** General Public License version 2.1 or version 3 as published by the Free -** Software Foundation and appearing in the file LICENSE.LGPLv21 and -** LICENSE.LGPLv3 included in the packaging of this file. Please review the -** following information to ensure the GNU Lesser General Public License -** requirements will be met: https://www.gnu.org/licenses/lgpl.html and -** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. -** -** As a special exception, The Qt Company gives you certain additional -** rights. These rights are described in The Qt Company LGPL Exception -** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. -** -** $QT_END_LICENSE$ -** -*********************************************************************</comment> - <class>qdesigner_internal::Dialog</class> - <widget class="QDialog" name="qdesigner_internal::Dialog" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>400</width> - <height>300</height> - </rect> - </property> - <property name="windowTitle" > - <string>Dialog</string> - </property> - <layout class="QVBoxLayout" > - <property name="margin" > - <number>9</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="QGroupBox" name="groupBox" > - <property name="title" > - <string>StringList</string> - </property> - <layout class="QGridLayout" > - <property name="margin" > - <number>9</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item row="1" column="0" colspan="2" > - <layout class="QVBoxLayout" > - <property name="margin" > - <number>0</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <layout class="QHBoxLayout" > - <property name="margin" > - <number>0</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="QToolButton" name="newButton" > - <property name="toolTip" > - <string>New String</string> - </property> - <property name="text" > - <string>&New</string> - </property> - <property name="toolButtonStyle" > - <enum>Qt::ToolButtonTextBesideIcon</enum> - </property> - </widget> - </item> - <item> - <widget class="QToolButton" name="deleteButton" > - <property name="toolTip" > - <string>Delete String</string> - </property> - <property name="text" > - <string>&Delete</string> - </property> - <property name="toolButtonStyle" > - <enum>Qt::ToolButtonTextBesideIcon</enum> - </property> - </widget> - </item> - <item> - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" > - <size> - <width>40</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - </layout> - </item> - <item> - <layout class="QHBoxLayout" > - <property name="margin" > - <number>0</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="QLabel" name="label" > - <property name="text" > - <string>&Value:</string> - </property> - <property name="buddy" > - <cstring>valueEdit</cstring> - </property> - </widget> - </item> - <item> - <widget class="QLineEdit" name="valueEdit" /> - </item> - </layout> - </item> - </layout> - </item> - <item row="0" column="1" > - <layout class="QVBoxLayout" > - <property name="margin" > - <number>0</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <spacer> - <property name="orientation" > - <enum>Qt::Vertical</enum> - </property> - <property name="sizeHint" > - <size> - <width>20</width> - <height>40</height> - </size> - </property> - </spacer> - </item> - <item> - <widget class="QToolButton" name="upButton" > - <property name="toolTip" > - <string>Move String Up</string> - </property> - <property name="text" > - <string>Up</string> - </property> - </widget> - </item> - <item> - <widget class="QToolButton" name="downButton" > - <property name="toolTip" > - <string>Move String Down</string> - </property> - <property name="text" > - <string>Down</string> - </property> - </widget> - </item> - <item> - <spacer> - <property name="orientation" > - <enum>Qt::Vertical</enum> - </property> - <property name="sizeHint" > - <size> - <width>20</width> - <height>40</height> - </size> - </property> - </spacer> - </item> - </layout> - </item> - <item row="0" column="0" > - <widget class="QListView" name="listView" /> - </item> - </layout> - </widget> - </item> - <item> - <widget class="QDialogButtonBox" name="buttonBox" > - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="standardButtons" > - <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set> - </property> - </widget> - </item> - </layout> - </widget> - <resources/> - <connections> - <connection> - <sender>buttonBox</sender> - <signal>accepted()</signal> - <receiver>qdesigner_internal::Dialog</receiver> - <slot>accept()</slot> - <hints> - <hint type="sourcelabel" > - <x>258</x> - <y>283</y> - </hint> - <hint type="destinationlabel" > - <x>138</x> - <y>294</y> - </hint> - </hints> - </connection> - <connection> - <sender>buttonBox</sender> - <signal>rejected()</signal> - <receiver>qdesigner_internal::Dialog</receiver> - <slot>reject()</slot> - <hints> - <hint type="sourcelabel" > - <x>350</x> - <y>284</y> - </hint> - <hint type="destinationlabel" > - <x>369</x> - <y>295</y> - </hint> - </hints> - </connection> - </connections> -</ui> diff --git a/tests/manual/uiloader/baseline/stylesheeteditor.ui b/tests/manual/uiloader/baseline/stylesheeteditor.ui deleted file mode 100644 index 34cd7f6d0..000000000 --- a/tests/manual/uiloader/baseline/stylesheeteditor.ui +++ /dev/null @@ -1,171 +0,0 @@ -<ui version="4.0" > - <class>StyleSheetEditor</class> - <widget class="QWidget" name="StyleSheetEditor" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>445</width> - <height>289</height> - </rect> - </property> - <property name="windowTitle" > - <string>Style Editor</string> - </property> - <layout class="QGridLayout" > - <property name="margin" > - <number>9</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item row="0" column="6" > - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeType" > - <enum>QSizePolicy::MinimumExpanding</enum> - </property> - <property name="sizeHint" > - <size> - <width>32</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item row="0" column="0" > - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeType" > - <enum>QSizePolicy::MinimumExpanding</enum> - </property> - <property name="sizeHint" > - <size> - <width>32</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item row="0" column="5" > - <widget class="QComboBox" name="styleSheetCombo" > - <item> - <property name="text" > - <string>Default</string> - </property> - </item> - <item> - <property name="text" > - <string>Coffee</string> - </property> - </item> - <item> - <property name="text" > - <string>Pagefold</string> - </property> - </item> - </widget> - </item> - <item row="0" column="3" > - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeType" > - <enum>QSizePolicy::Fixed</enum> - </property> - <property name="sizeHint" > - <size> - <width>10</width> - <height>16</height> - </size> - </property> - </spacer> - </item> - <item row="0" column="2" > - <widget class="QComboBox" name="styleCombo" > - <property name="sizePolicy" > - <sizepolicy> - <hsizetype>5</hsizetype> - <vsizetype>0</vsizetype> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - </widget> - </item> - <item row="0" column="1" > - <widget class="QLabel" name="label_7" > - <property name="sizePolicy" > - <sizepolicy> - <hsizetype>0</hsizetype> - <vsizetype>5</vsizetype> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="text" > - <string>Style:</string> - </property> - </widget> - </item> - <item row="2" column="0" colspan="7" > - <layout class="QHBoxLayout" > - <property name="margin" > - <number>0</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" > - <size> - <width>321</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item> - <widget class="QPushButton" name="applyButton" > - <property name="enabled" > - <bool>false</bool> - </property> - <property name="text" > - <string>&Apply</string> - </property> - </widget> - </item> - </layout> - </item> - <item row="1" column="0" colspan="7" > - <widget class="QTextEdit" name="styleTextEdit" /> - </item> - <item row="0" column="4" > - <widget class="QLabel" name="label_8" > - <property name="sizePolicy" > - <sizepolicy> - <hsizetype>0</hsizetype> - <vsizetype>5</vsizetype> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="text" > - <string>Style Sheet:</string> - </property> - </widget> - </item> - </layout> - </widget> - <resources/> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/tabbedbrowser.ui b/tests/manual/uiloader/baseline/tabbedbrowser.ui deleted file mode 100644 index 9a11e01c8..000000000 --- a/tests/manual/uiloader/baseline/tabbedbrowser.ui +++ /dev/null @@ -1,225 +0,0 @@ -<ui version="4.0" > - <author></author> - <comment>********************************************************************* -** -** Copyright (C) 2015 The Qt Company Ltd. -** Contact: http://www.qt.io/licensing/ -** -** This file is part of the autotests of the Qt Toolkit. -** -** $QT_BEGIN_LICENSE:LGPL21$ -** Commercial License Usage -** Licensees holding valid commercial Qt licenses may use this file in -** accordance with the commercial license agreement provided with the -** Software or, alternatively, in accordance with the terms contained in -** a written agreement between you and The Qt Company. For licensing terms -** and conditions see http://www.qt.io/terms-conditions. For further -** information use the contact form at http://www.qt.io/contact-us. -** -** GNU Lesser General Public License Usage -** Alternatively, this file may be used under the terms of the GNU Lesser -** General Public License version 2.1 or version 3 as published by the Free -** Software Foundation and appearing in the file LICENSE.LGPLv21 and -** LICENSE.LGPLv3 included in the packaging of this file. Please review the -** following information to ensure the GNU Lesser General Public License -** requirements will be met: https://www.gnu.org/licenses/lgpl.html and -** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. -** -** As a special exception, The Qt Company gives you certain additional -** rights. These rights are described in The Qt Company LGPL Exception -** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. -** -** $QT_END_LICENSE$ -** -*********************************************************************</comment> - <exportmacro></exportmacro> - <class>TabbedBrowser</class> - <widget class="QWidget" name="TabbedBrowser" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>710</width> - <height>664</height> - </rect> - </property> - <property name="windowTitle" > - <string>TabbedBrowser</string> - </property> - <layout class="QVBoxLayout" > - <property name="margin" > - <number>0</number> - </property> - <property name="spacing" > - <number>0</number> - </property> - <item> - <widget class="QTabWidget" name="tab" > - <widget class="QWidget" name="frontpage" > - <attribute name="title" > - <string>Untitled</string> - </attribute> - <layout class="QGridLayout" > - <property name="margin" > - <number>8</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - </layout> - </widget> - </widget> - </item> - <item> - <widget class="QFrame" name="frameFind" > - <property name="frameShape" > - <enum>QFrame::StyledPanel</enum> - </property> - <property name="frameShadow" > - <enum>QFrame::Raised</enum> - </property> - <layout class="QHBoxLayout" > - <property name="margin" > - <number>0</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="QToolButton" name="toolClose" > - <property name="text" > - <string/> - </property> - <property name="icon" > - <iconset resource="assistant.qrc" >:/qt-project.org/assistant/images/close.png</iconset> - </property> - <property name="autoRaise" > - <bool>true</bool> - </property> - </widget> - </item> - <item> - <widget class="QLineEdit" name="editFind" > - <property name="sizePolicy" > - <sizepolicy> - <hsizetype>0</hsizetype> - <vsizetype>0</vsizetype> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="minimumSize" > - <size> - <width>150</width> - <height>0</height> - </size> - </property> - </widget> - </item> - <item> - <widget class="QToolButton" name="toolPrevious" > - <property name="text" > - <string>Previous</string> - </property> - <property name="icon" > - <iconset resource="assistant.qrc" >:/qt-project.org/assistant/images/win/previous.png</iconset> - </property> - <property name="toolButtonStyle" > - <enum>Qt::ToolButtonTextBesideIcon</enum> - </property> - <property name="autoRaise" > - <bool>true</bool> - </property> - </widget> - </item> - <item> - <widget class="QToolButton" name="toolNext" > - <property name="minimumSize" > - <size> - <width>0</width> - <height>0</height> - </size> - </property> - <property name="text" > - <string>Next</string> - </property> - <property name="icon" > - <iconset resource="assistant.qrc" >:/qt-project.org/assistant/images/win/next.png</iconset> - </property> - <property name="toolButtonStyle" > - <enum>Qt::ToolButtonTextBesideIcon</enum> - </property> - <property name="autoRaise" > - <bool>true</bool> - </property> - <property name="arrowType" > - <enum>Qt::NoArrow</enum> - </property> - </widget> - </item> - <item> - <widget class="QCheckBox" name="checkCase" > - <property name="text" > - <string>Case Sensitive</string> - </property> - </widget> - </item> - <item> - <widget class="QCheckBox" name="checkWholeWords" > - <property name="text" > - <string>Whole words</string> - </property> - </widget> - </item> - <item> - <widget class="QLabel" name="labelWrapped" > - <property name="minimumSize" > - <size> - <width>0</width> - <height>20</height> - </size> - </property> - <property name="maximumSize" > - <size> - <width>105</width> - <height>20</height> - </size> - </property> - <property name="text" > - <string><img src=":/qt-project.org/assistant/images/wrap.png">&nbsp;Search wrapped</string> - </property> - <property name="textFormat" > - <enum>Qt::RichText</enum> - </property> - <property name="scaledContents" > - <bool>true</bool> - </property> - <property name="alignment" > - <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> - </property> - </widget> - </item> - <item> - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" > - <size> - <width>81</width> - <height>21</height> - </size> - </property> - </spacer> - </item> - </layout> - </widget> - </item> - </layout> - </widget> - <pixmapfunction></pixmapfunction> - <resources> - <include location="assistant.qrc" /> - </resources> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/tablewidgeteditor.ui b/tests/manual/uiloader/baseline/tablewidgeteditor.ui deleted file mode 100644 index 48eda7306..000000000 --- a/tests/manual/uiloader/baseline/tablewidgeteditor.ui +++ /dev/null @@ -1,395 +0,0 @@ -<ui version="4.0" > - <comment>********************************************************************* -** -** Copyright (C) 2015 The Qt Company Ltd. -** Contact: http://www.qt.io/licensing/ -** -** This file is part of the autotests of the Qt Toolkit. -** -** $QT_BEGIN_LICENSE:LGPL21$ -** Commercial License Usage -** Licensees holding valid commercial Qt licenses may use this file in -** accordance with the commercial license agreement provided with the -** Software or, alternatively, in accordance with the terms contained in -** a written agreement between you and The Qt Company. For licensing terms -** and conditions see http://www.qt.io/terms-conditions. For further -** information use the contact form at http://www.qt.io/contact-us. -** -** GNU Lesser General Public License Usage -** Alternatively, this file may be used under the terms of the GNU Lesser -** General Public License version 2.1 or version 3 as published by the Free -** Software Foundation and appearing in the file LICENSE.LGPLv21 and -** LICENSE.LGPLv3 included in the packaging of this file. Please review the -** following information to ensure the GNU Lesser General Public License -** requirements will be met: https://www.gnu.org/licenses/lgpl.html and -** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. -** -** As a special exception, The Qt Company gives you certain additional -** rights. These rights are described in The Qt Company LGPL Exception -** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. -** -** $QT_END_LICENSE$ -** -*********************************************************************</comment> - <class>qdesigner_internal::TableWidgetEditor</class> - <widget class="QDialog" name="qdesigner_internal::TableWidgetEditor" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>591</width> - <height>455</height> - </rect> - </property> - <property name="windowTitle" > - <string>Edit Table Widget</string> - </property> - <layout class="QGridLayout" name="gridLayout_4" > - <item row="0" column="0" > - <widget class="QGroupBox" name="itemsBox" > - <property name="title" > - <string>Table Items</string> - </property> - <layout class="QGridLayout" name="gridLayout" > - <item row="0" column="0" > - <widget class="QTableWidget" name="tableWidget" > - <property name="toolTip" > - <string>Table Items</string> - </property> - </widget> - </item> - <item row="1" column="0" > - <layout class="QHBoxLayout" name="horizontalLayout_5" > - <item> - <widget class="QLabel" name="label_3" > - <property name="text" > - <string>Icon</string> - </property> - </widget> - </item> - <item> - <widget class="qdesigner_internal::IconSelector" native="1" name="itemIconSelector" /> - </item> - <item> - <spacer name="horizontalSpacer" > - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" stdset="0" > - <size> - <width>40</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - </layout> - </item> - </layout> - </widget> - </item> - <item row="1" column="0" colspan="2" > - <widget class="QDialogButtonBox" name="buttonBox" > - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="standardButtons" > - <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> - </property> - </widget> - </item> - <item row="0" column="1" > - <widget class="QWidget" native="1" name="widget" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Preferred" hsizetype="Fixed" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <layout class="QVBoxLayout" name="verticalLayout" > - <property name="margin" > - <number>0</number> - </property> - <item> - <widget class="QGroupBox" name="columnsBox" > - <property name="title" > - <string>Columns</string> - </property> - <layout class="QGridLayout" name="gridLayout_2" > - <item row="0" column="0" > - <widget class="QListWidget" name="columnsListWidget" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Expanding" hsizetype="Ignored" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="focusPolicy" > - <enum>Qt::TabFocus</enum> - </property> - <property name="toolTip" > - <string>Table Columns</string> - </property> - </widget> - </item> - <item row="1" column="0" > - <layout class="QHBoxLayout" name="horizontalLayout_3" > - <item> - <widget class="QToolButton" name="newColumnButton" > - <property name="toolTip" > - <string>New Column</string> - </property> - <property name="text" > - <string>New</string> - </property> - </widget> - </item> - <item> - <widget class="QToolButton" name="deleteColumnButton" > - <property name="toolTip" > - <string>Delete Column</string> - </property> - <property name="text" > - <string>Delete</string> - </property> - </widget> - </item> - <item> - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" stdset="0" > - <size> - <width>0</width> - <height>23</height> - </size> - </property> - </spacer> - </item> - <item> - <widget class="QToolButton" name="moveColumnUpButton" > - <property name="toolTip" > - <string>Move Column Up</string> - </property> - <property name="text" > - <string>U</string> - </property> - </widget> - </item> - <item> - <widget class="QToolButton" name="moveColumnDownButton" > - <property name="toolTip" > - <string>Move Column Down</string> - </property> - <property name="text" > - <string>D</string> - </property> - </widget> - </item> - </layout> - </item> - <item row="2" column="0" > - <layout class="QHBoxLayout" name="horizontalLayout_2" > - <item> - <widget class="QLabel" name="label" > - <property name="text" > - <string>Icon</string> - </property> - </widget> - </item> - <item> - <widget class="qdesigner_internal::IconSelector" native="1" name="columnIconSelector" /> - </item> - <item> - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" stdset="0" > - <size> - <width>0</width> - <height>21</height> - </size> - </property> - </spacer> - </item> - </layout> - </item> - </layout> - </widget> - </item> - <item> - <widget class="QGroupBox" name="rowsBox" > - <property name="title" > - <string>Rows</string> - </property> - <layout class="QGridLayout" name="gridLayout_3" > - <item row="0" column="0" > - <widget class="QListWidget" name="rowsListWidget" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Expanding" hsizetype="Ignored" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="focusPolicy" > - <enum>Qt::TabFocus</enum> - </property> - <property name="toolTip" > - <string>Table Rows</string> - </property> - </widget> - </item> - <item row="1" column="0" > - <layout class="QHBoxLayout" name="horizontalLayout_4" > - <item> - <widget class="QToolButton" name="newRowButton" > - <property name="toolTip" > - <string>New Row</string> - </property> - <property name="text" > - <string>New</string> - </property> - </widget> - </item> - <item> - <widget class="QToolButton" name="deleteRowButton" > - <property name="toolTip" > - <string>Delete Row</string> - </property> - <property name="text" > - <string>Delete</string> - </property> - </widget> - </item> - <item> - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" stdset="0" > - <size> - <width>0</width> - <height>23</height> - </size> - </property> - </spacer> - </item> - <item> - <widget class="QToolButton" name="moveRowUpButton" > - <property name="toolTip" > - <string>Move Row Up</string> - </property> - <property name="text" > - <string>U</string> - </property> - </widget> - </item> - <item> - <widget class="QToolButton" name="moveRowDownButton" > - <property name="toolTip" > - <string>Move Row Down</string> - </property> - <property name="text" > - <string>D</string> - </property> - </widget> - </item> - </layout> - </item> - <item row="2" column="0" > - <layout class="QHBoxLayout" name="horizontalLayout" > - <item> - <widget class="QLabel" name="label_2" > - <property name="text" > - <string>Icon</string> - </property> - </widget> - </item> - <item> - <widget class="qdesigner_internal::IconSelector" native="1" name="rowIconSelector" /> - </item> - <item> - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" stdset="0" > - <size> - <width>0</width> - <height>21</height> - </size> - </property> - </spacer> - </item> - </layout> - </item> - </layout> - </widget> - </item> - </layout> - </widget> - </item> - </layout> - <zorder>itemsBox</zorder> - <zorder>buttonBox</zorder> - <zorder>widget</zorder> - </widget> - <customwidgets> - <customwidget> - <class>qdesigner_internal::IconSelector</class> - <extends>QWidget</extends> - <header>iconselector_p.h</header> - <container>1</container> - </customwidget> - </customwidgets> - <tabstops> - <tabstop>tableWidget</tabstop> - <tabstop>columnsListWidget</tabstop> - <tabstop>newColumnButton</tabstop> - <tabstop>deleteColumnButton</tabstop> - <tabstop>moveColumnUpButton</tabstop> - <tabstop>moveColumnDownButton</tabstop> - <tabstop>rowsListWidget</tabstop> - <tabstop>newRowButton</tabstop> - <tabstop>deleteRowButton</tabstop> - <tabstop>moveRowUpButton</tabstop> - <tabstop>moveRowDownButton</tabstop> - </tabstops> - <resources/> - <connections> - <connection> - <sender>buttonBox</sender> - <signal>accepted()</signal> - <receiver>qdesigner_internal::TableWidgetEditor</receiver> - <slot>accept()</slot> - <hints> - <hint type="sourcelabel" > - <x>431</x> - <y>351</y> - </hint> - <hint type="destinationlabel" > - <x>373</x> - <y>362</y> - </hint> - </hints> - </connection> - <connection> - <sender>buttonBox</sender> - <signal>rejected()</signal> - <receiver>qdesigner_internal::TableWidgetEditor</receiver> - <slot>reject()</slot> - <hints> - <hint type="sourcelabel" > - <x>547</x> - <y>354</y> - </hint> - <hint type="destinationlabel" > - <x>562</x> - <y>362</y> - </hint> - </hints> - </connection> - </connections> -</ui> diff --git a/tests/manual/uiloader/baseline/tetrixwindow.ui b/tests/manual/uiloader/baseline/tetrixwindow.ui deleted file mode 100644 index a13f538aa..000000000 --- a/tests/manual/uiloader/baseline/tetrixwindow.ui +++ /dev/null @@ -1,164 +0,0 @@ -<ui version="4.0" > - <class>TetrixWindow</class> - <widget class="QWidget" name="TetrixWindow" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>537</width> - <height>475</height> - </rect> - </property> - <property name="windowTitle" > - <string>Tetrix</string> - </property> - <layout class="QVBoxLayout" > - <property name="margin" > - <number>9</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <layout class="QGridLayout" > - <property name="margin" > - <number>0</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item row="4" column="0" > - <widget class="QPushButton" name="startButton" > - <property name="focusPolicy" > - <enum>Qt::NoFocus</enum> - </property> - <property name="text" > - <string>&Start</string> - </property> - </widget> - </item> - <item row="3" column="2" > - <widget class="QLCDNumber" name="linesLcd" > - <property name="segmentStyle" > - <enum>QLCDNumber::Filled</enum> - </property> - </widget> - </item> - <item row="2" column="2" > - <widget class="QLabel" name="linesRemovedLabel" > - <property name="text" > - <string>LINES REMOVED</string> - </property> - <property name="alignment" > - <set>Qt::AlignBottom|Qt::AlignHCenter</set> - </property> - </widget> - </item> - <item row="5" column="2" > - <widget class="QPushButton" name="pauseButton" > - <property name="focusPolicy" > - <enum>Qt::NoFocus</enum> - </property> - <property name="text" > - <string>&Pause</string> - </property> - </widget> - </item> - <item row="1" column="2" > - <widget class="QLCDNumber" name="scoreLcd" > - <property name="segmentStyle" > - <enum>QLCDNumber::Filled</enum> - </property> - </widget> - </item> - <item rowspan="6" row="0" column="1" > - <widget class="TetrixBoard" name="board" > - <property name="focusPolicy" > - <enum>Qt::StrongFocus</enum> - </property> - <property name="frameShape" > - <enum>QFrame::Panel</enum> - </property> - <property name="frameShadow" > - <enum>QFrame::Sunken</enum> - </property> - </widget> - </item> - <item row="2" column="0" > - <widget class="QLabel" name="levelLabel" > - <property name="text" > - <string>LEVEL</string> - </property> - <property name="alignment" > - <set>Qt::AlignBottom|Qt::AlignHCenter</set> - </property> - </widget> - </item> - <item row="0" column="0" > - <widget class="QLabel" name="nextLabel" > - <property name="text" > - <string>NEXT</string> - </property> - <property name="alignment" > - <set>Qt::AlignBottom|Qt::AlignHCenter</set> - </property> - </widget> - </item> - <item row="3" column="0" > - <widget class="QLCDNumber" name="levelLcd" > - <property name="segmentStyle" > - <enum>QLCDNumber::Filled</enum> - </property> - </widget> - </item> - <item row="0" column="2" > - <widget class="QLabel" name="scoreLabel" > - <property name="text" > - <string>SCORE</string> - </property> - <property name="alignment" > - <set>Qt::AlignBottom|Qt::AlignHCenter</set> - </property> - </widget> - </item> - <item row="1" column="0" > - <widget class="QLabel" name="nextPieceLabel" > - <property name="frameShape" > - <enum>QFrame::Box</enum> - </property> - <property name="frameShadow" > - <enum>QFrame::Raised</enum> - </property> - <property name="text" > - <string/> - </property> - <property name="alignment" > - <set>Qt::AlignCenter</set> - </property> - </widget> - </item> - <item row="4" column="2" > - <widget class="QPushButton" name="quitButton" > - <property name="focusPolicy" > - <enum>Qt::NoFocus</enum> - </property> - <property name="text" > - <string>&Quit</string> - </property> - </widget> - </item> - </layout> - </item> - </layout> - </widget> - <customwidgets> - <customwidget> - <class>TetrixBoard</class> - <extends>QFrame</extends> - <header>tetrixboard.h</header> - <container>1</container> - </customwidget> - </customwidgets> - <resources/> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/textfinder.ui b/tests/manual/uiloader/baseline/textfinder.ui deleted file mode 100644 index af05192db..000000000 --- a/tests/manual/uiloader/baseline/textfinder.ui +++ /dev/null @@ -1,89 +0,0 @@ -<ui version="4.0" > - <class>Form</class> - <widget class="QWidget" name="Form" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>378</width> - <height>158</height> - </rect> - </property> - <property name="windowTitle" > - <string>Find Text</string> - </property> - <layout class="QVBoxLayout" > - <property name="margin" > - <number>9</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <layout class="QGridLayout" > - <property name="margin" > - <number>0</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item row="0" column="1" > - <widget class="QLineEdit" name="lineEdit" /> - </item> - <item row="0" column="0" > - <widget class="QLabel" name="searchLabel" > - <property name="text" > - <string>&Keyword:</string> - </property> - <property name="buddy" > - <cstring>lineEdit</cstring> - </property> - </widget> - </item> - <item row="0" column="2" > - <widget class="QPushButton" name="findButton" > - <property name="text" > - <string>&Find</string> - </property> - </widget> - </item> - </layout> - </item> - <item> - <widget class="QTextEdit" name="textEdit" /> - </item> - <item> - <spacer> - <property name="orientation" > - <enum>Qt::Vertical</enum> - </property> - <property name="sizeHint" > - <size> - <width>20</width> - <height>16</height> - </size> - </property> - </spacer> - </item> - </layout> - </widget> - <resources/> - <connections> - <connection> - <sender>lineEdit</sender> - <signal>returnPressed()</signal> - <receiver>findButton</receiver> - <slot>animateClick()</slot> - <hints> - <hint type="sourcelabel" > - <x>261</x> - <y>17</y> - </hint> - <hint type="destinationlabel" > - <x>320</x> - <y>17</y> - </hint> - </hints> - </connection> - </connections> -</ui> diff --git a/tests/manual/uiloader/baseline/topicchooser.ui b/tests/manual/uiloader/baseline/topicchooser.ui deleted file mode 100644 index d4c90bb4b..000000000 --- a/tests/manual/uiloader/baseline/topicchooser.ui +++ /dev/null @@ -1,116 +0,0 @@ -<UI version="4.0" stdsetdef="1" > - <class>TopicChooser</class> - <widget class="QDialog" name="TopicChooser" > - <property name="objectName" > - <string notr="true">TopicChooser</string> - </property> - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>391</width> - <height>223</height> - </rect> - </property> - <property name="windowTitle" > - <string>Choose Topic</string> - </property> - <property name="sizeGripEnabled" > - <bool>true</bool> - </property> - <layout class="QVBoxLayout" > - <property name="objectName" > - <string notr="true">unnamed</string> - </property> - <property name="margin" > - <number>11</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="QLabel" name="label" > - <property name="objectName" > - <string notr="true">label</string> - </property> - <property name="text" > - <string>&Topics</string> - </property> - <property name="buddy" stdset="0" > - <cstring>listWidget</cstring> - </property> - </widget> - </item> - <item> - <widget class="QListWidget" name="listWidget" > - <property name="objectName" > - <string notr="true">listWidget</string> - </property> - </widget> - </item> - <item> - <widget class="QWidget" name="Layout16" > - <property name="objectName" > - <string notr="true">Layout16</string> - </property> - <layout class="QHBoxLayout" > - <property name="objectName" > - <string notr="true">unnamed</string> - </property> - <property name="margin" > - <number>0</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <spacer name="Horizontal Spacing2" > - <property name="sizeHint" > - <size> - <width>20</width> - <height>20</height> - </size> - </property> - <property name="sizeType" > - <enum>Expanding</enum> - </property> - <property name="orientation" > - <enum>Horizontal</enum> - </property> - </spacer> - </item> - <item> - <widget class="QPushButton" name="buttonDisplay" > - <property name="objectName" > - <string notr="true">buttonDisplay</string> - </property> - <property name="text" > - <string>&Display</string> - </property> - <property name="autoDefault" > - <bool>true</bool> - </property> - <property name="default" > - <bool>true</bool> - </property> - </widget> - </item> - <item> - <widget class="QPushButton" name="buttonCancel" > - <property name="objectName" > - <string notr="true">buttonCancel</string> - </property> - <property name="text" > - <string>&Close</string> - </property> - <property name="autoDefault" > - <bool>true</bool> - </property> - </widget> - </item> - </layout> - </widget> - </item> - </layout> - </widget> -</UI> diff --git a/tests/manual/uiloader/baseline/translatedialog.ui b/tests/manual/uiloader/baseline/translatedialog.ui deleted file mode 100644 index 4a92d1e45..000000000 --- a/tests/manual/uiloader/baseline/translatedialog.ui +++ /dev/null @@ -1,293 +0,0 @@ -<ui version="4.0" > - <comment>********************************************************************* -** -** Copyright (C) 2015 The Qt Company Ltd. -** Contact: http://www.qt.io/licensing/ -** -** This file is part of the autotests of the Qt Toolkit. -** -** $QT_BEGIN_LICENSE:LGPL21$ -** Commercial License Usage -** Licensees holding valid commercial Qt licenses may use this file in -** accordance with the commercial license agreement provided with the -** Software or, alternatively, in accordance with the terms contained in -** a written agreement between you and The Qt Company. For licensing terms -** and conditions see http://www.qt.io/terms-conditions. For further -** information use the contact form at http://www.qt.io/contact-us. -** -** GNU Lesser General Public License Usage -** Alternatively, this file may be used under the terms of the GNU Lesser -** General Public License version 2.1 or version 3 as published by the Free -** Software Foundation and appearing in the file LICENSE.LGPLv21 and -** LICENSE.LGPLv3 included in the packaging of this file. Please review the -** following information to ensure the GNU Lesser General Public License -** requirements will be met: https://www.gnu.org/licenses/lgpl.html and -** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. -** -** As a special exception, The Qt Company gives you certain additional -** rights. These rights are described in The Qt Company LGPL Exception -** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. -** -** $QT_END_LICENSE$ -** -*********************************************************************</comment> - <class>TranslateDialog</class> - <widget class="QDialog" name="TranslateDialog" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>407</width> - <height>145</height> - </rect> - </property> - <property name="sizePolicy" > - <sizepolicy vsizetype="Maximum" hsizetype="Preferred" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="windowTitle" > - <string>Qt Linguist</string> - </property> - <property name="whatsThis" > - <string>This window allows you to search for some text in the translation source file.</string> - </property> - <layout class="QHBoxLayout" > - <property name="spacing" > - <number>6</number> - </property> - <property name="leftMargin" > - <number>9</number> - </property> - <property name="topMargin" > - <number>9</number> - </property> - <property name="rightMargin" > - <number>9</number> - </property> - <property name="bottomMargin" > - <number>9</number> - </property> - <item> - <layout class="QVBoxLayout" > - <property name="spacing" > - <number>6</number> - </property> - <property name="leftMargin" > - <number>0</number> - </property> - <property name="topMargin" > - <number>0</number> - </property> - <property name="rightMargin" > - <number>0</number> - </property> - <property name="bottomMargin" > - <number>0</number> - </property> - <item> - <layout class="QGridLayout" > - <property name="leftMargin" > - <number>0</number> - </property> - <property name="topMargin" > - <number>0</number> - </property> - <property name="rightMargin" > - <number>0</number> - </property> - <property name="bottomMargin" > - <number>0</number> - </property> - <property name="horizontalSpacing" > - <number>6</number> - </property> - <property name="verticalSpacing" > - <number>6</number> - </property> - <item row="1" column="1" > - <widget class="QLineEdit" name="ledTranslateTo" > - <property name="whatsThis" > - <string>Type in the text to search for.</string> - </property> - </widget> - </item> - <item row="0" column="0" > - <widget class="QLabel" name="findWhat" > - <property name="text" > - <string>Find &source text:</string> - </property> - <property name="buddy" > - <cstring>ledFindWhat</cstring> - </property> - </widget> - </item> - <item row="1" column="0" > - <widget class="QLabel" name="translateTo" > - <property name="text" > - <string>&Translate to:</string> - </property> - <property name="buddy" > - <cstring>ledTranslateTo</cstring> - </property> - </widget> - </item> - <item row="0" column="1" > - <widget class="QLineEdit" name="ledFindWhat" > - <property name="whatsThis" > - <string>Type in the text to search for.</string> - </property> - </widget> - </item> - </layout> - </item> - <item> - <widget class="QGroupBox" name="groupBox" > - <property name="title" > - <string>Search options</string> - </property> - <layout class="QVBoxLayout" > - <item> - <widget class="QCheckBox" name="ckMatchCase" > - <property name="whatsThis" > - <string>Texts such as 'TeX' and 'tex' are considered as different when checked.</string> - </property> - <property name="text" > - <string>Match &case</string> - </property> - </widget> - </item> - <item> - <widget class="QCheckBox" name="ckMarkFinished" > - <property name="text" > - <string>Mark new translation as &finished</string> - </property> - </widget> - </item> - <item> - <spacer> - <property name="orientation" > - <enum>Qt::Vertical</enum> - </property> - <property name="sizeHint" > - <size> - <width>20</width> - <height>40</height> - </size> - </property> - </spacer> - </item> - </layout> - </widget> - </item> - </layout> - </item> - <item> - <layout class="QVBoxLayout" > - <property name="spacing" > - <number>6</number> - </property> - <property name="leftMargin" > - <number>0</number> - </property> - <property name="topMargin" > - <number>0</number> - </property> - <property name="rightMargin" > - <number>0</number> - </property> - <property name="bottomMargin" > - <number>0</number> - </property> - <item> - <widget class="QPushButton" name="findNxt" > - <property name="whatsThis" > - <string>Click here to find the next occurrence of the text you typed in.</string> - </property> - <property name="text" > - <string>Find Next</string> - </property> - <property name="default" > - <bool>true</bool> - </property> - <property name="flat" > - <bool>false</bool> - </property> - </widget> - </item> - <item> - <widget class="QPushButton" name="translate" > - <property name="text" > - <string>Translate</string> - </property> - </widget> - </item> - <item> - <widget class="QPushButton" name="translateAll" > - <property name="text" > - <string>Translate All</string> - </property> - </widget> - </item> - <item> - <widget class="QPushButton" name="cancel" > - <property name="whatsThis" > - <string>Click here to close this window.</string> - </property> - <property name="text" > - <string>Cancel</string> - </property> - </widget> - </item> - <item> - <spacer> - <property name="orientation" > - <enum>Qt::Vertical</enum> - </property> - <property name="sizeType" > - <enum>QSizePolicy::Expanding</enum> - </property> - <property name="sizeHint" > - <size> - <width>20</width> - <height>51</height> - </size> - </property> - </spacer> - </item> - </layout> - </item> - </layout> - </widget> - <layoutdefault spacing="6" margin="11" /> - <tabstops> - <tabstop>ledFindWhat</tabstop> - <tabstop>ledTranslateTo</tabstop> - <tabstop>findNxt</tabstop> - <tabstop>translate</tabstop> - <tabstop>translateAll</tabstop> - <tabstop>cancel</tabstop> - <tabstop>ckMatchCase</tabstop> - <tabstop>ckMarkFinished</tabstop> - </tabstops> - <resources/> - <connections> - <connection> - <sender>cancel</sender> - <signal>clicked()</signal> - <receiver>TranslateDialog</receiver> - <slot>reject()</slot> - <hints> - <hint type="sourcelabel" > - <x>397</x> - <y>157</y> - </hint> - <hint type="destinationlabel" > - <x>373</x> - <y>109</y> - </hint> - </hints> - </connection> - </connections> -</ui> diff --git a/tests/manual/uiloader/baseline/translationsettings.ui b/tests/manual/uiloader/baseline/translationsettings.ui deleted file mode 100644 index 4bd4be9e0..000000000 --- a/tests/manual/uiloader/baseline/translationsettings.ui +++ /dev/null @@ -1,107 +0,0 @@ -<ui version="4.0" > - <class>TranslationSettings</class> - <widget class="QDialog" name="TranslationSettings" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>346</width> - <height>125</height> - </rect> - </property> - <property name="windowTitle" > - <string>Qt Linguist - Translation file settings</string> - </property> - <layout class="QVBoxLayout" > - <property name="margin" > - <number>9</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="QGroupBox" name="groupBox" > - <property name="title" > - <string>Target language</string> - </property> - <layout class="QGridLayout" > - <property name="margin" > - <number>9</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item row="0" column="1" > - <widget class="QComboBox" name="cbLanguageList" /> - </item> - <item row="0" column="0" > - <widget class="QLabel" name="label" > - <property name="text" > - <string>Language</string> - </property> - <property name="buddy" > - <cstring>cbLanguageList</cstring> - </property> - </widget> - </item> - <item row="1" column="1" > - <widget class="QComboBox" name="cbCountryList" /> - </item> - <item row="1" column="0" > - <widget class="QLabel" name="lblCountry" > - <property name="text" > - <string>Country/Region</string> - </property> - </widget> - </item> - </layout> - </widget> - </item> - <item> - <widget class="QDialogButtonBox" name="buttonBox" > - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="standardButtons" > - <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set> - </property> - </widget> - </item> - </layout> - </widget> - <resources/> - <connections> - <connection> - <sender>buttonBox</sender> - <signal>accepted()</signal> - <receiver>TranslationSettings</receiver> - <slot>accept()</slot> - <hints> - <hint type="sourcelabel" > - <x>244</x> - <y>224</y> - </hint> - <hint type="destinationlabel" > - <x>157</x> - <y>242</y> - </hint> - </hints> - </connection> - <connection> - <sender>buttonBox</sender> - <signal>rejected()</signal> - <receiver>TranslationSettings</receiver> - <slot>reject()</slot> - <hints> - <hint type="sourcelabel" > - <x>312</x> - <y>230</y> - </hint> - <hint type="destinationlabel" > - <x>286</x> - <y>242</y> - </hint> - </hints> - </connection> - </connections> -</ui> diff --git a/tests/manual/uiloader/baseline/treewidgeteditor.ui b/tests/manual/uiloader/baseline/treewidgeteditor.ui deleted file mode 100644 index def8d23c1..000000000 --- a/tests/manual/uiloader/baseline/treewidgeteditor.ui +++ /dev/null @@ -1,371 +0,0 @@ -<ui version="4.0" > - <comment>********************************************************************* -** -** Copyright (C) 2015 The Qt Company Ltd. -** Contact: http://www.qt.io/licensing/ -** -** This file is part of the autotests of the Qt Toolkit. -** -** $QT_BEGIN_LICENSE:LGPL21$ -** Commercial License Usage -** Licensees holding valid commercial Qt licenses may use this file in -** accordance with the commercial license agreement provided with the -** Software or, alternatively, in accordance with the terms contained in -** a written agreement between you and The Qt Company. For licensing terms -** and conditions see http://www.qt.io/terms-conditions. For further -** information use the contact form at http://www.qt.io/contact-us. -** -** GNU Lesser General Public License Usage -** Alternatively, this file may be used under the terms of the GNU Lesser -** General Public License version 2.1 or version 3 as published by the Free -** Software Foundation and appearing in the file LICENSE.LGPLv21 and -** LICENSE.LGPLv3 included in the packaging of this file. Please review the -** following information to ensure the GNU Lesser General Public License -** requirements will be met: https://www.gnu.org/licenses/lgpl.html and -** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. -** -** As a special exception, The Qt Company gives you certain additional -** rights. These rights are described in The Qt Company LGPL Exception -** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. -** -** $QT_END_LICENSE$ -** -*********************************************************************</comment> - <class>qdesigner_internal::TreeWidgetEditor</class> - <widget class="QDialog" name="qdesigner_internal::TreeWidgetEditor" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>619</width> - <height>321</height> - </rect> - </property> - <property name="windowTitle" > - <string>Edit Tree Widget</string> - </property> - <layout class="QGridLayout" name="gridLayout_3" > - <item row="0" column="0" > - <widget class="QGroupBox" name="itemsBox" > - <property name="title" > - <string>Tree Items</string> - </property> - <layout class="QGridLayout" name="gridLayout" > - <item row="0" column="0" > - <widget class="QTreeWidget" name="treeWidget" > - <property name="focusPolicy" > - <enum>Qt::TabFocus</enum> - </property> - <property name="toolTip" > - <string>Tree Items</string> - </property> - <column> - <property name="text" > - <string>1</string> - </property> - </column> - </widget> - </item> - <item row="1" column="0" > - <layout class="QHBoxLayout" name="horizontalLayout_4" > - <item> - <widget class="QToolButton" name="newItemButton" > - <property name="toolTip" > - <string>New Item</string> - </property> - <property name="text" > - <string>&New</string> - </property> - </widget> - </item> - <item> - <widget class="QToolButton" name="newSubItemButton" > - <property name="toolTip" > - <string>New Subitem</string> - </property> - <property name="text" > - <string>New &Subitem</string> - </property> - </widget> - </item> - <item> - <widget class="QToolButton" name="deleteItemButton" > - <property name="toolTip" > - <string>Delete Item</string> - </property> - <property name="text" > - <string>&Delete</string> - </property> - </widget> - </item> - <item> - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" stdset="0" > - <size> - <width>28</width> - <height>23</height> - </size> - </property> - </spacer> - </item> - <item> - <widget class="QToolButton" name="moveItemLeftButton" > - <property name="toolTip" > - <string>Move Item Left (before Parent Item)</string> - </property> - <property name="text" > - <string>L</string> - </property> - </widget> - </item> - <item> - <widget class="QToolButton" name="moveItemRightButton" > - <property name="toolTip" > - <string>Move Item Right (as a First Subitem of the Next Sibling Item)</string> - </property> - <property name="text" > - <string>R</string> - </property> - </widget> - </item> - <item> - <widget class="QToolButton" name="moveItemUpButton" > - <property name="toolTip" > - <string>Move Item Up</string> - </property> - <property name="text" > - <string>U</string> - </property> - </widget> - </item> - <item> - <widget class="QToolButton" name="moveItemDownButton" > - <property name="toolTip" > - <string>Move Item Down</string> - </property> - <property name="text" > - <string>D</string> - </property> - </widget> - </item> - </layout> - </item> - <item row="2" column="0" > - <layout class="QHBoxLayout" name="horizontalLayout_2" > - <item> - <widget class="QLabel" name="label_2" > - <property name="text" > - <string>Icon</string> - </property> - </widget> - </item> - <item> - <widget class="qdesigner_internal::IconSelector" native="1" name="itemIconSelector" /> - </item> - <item> - <spacer name="horizontalSpacer" > - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" stdset="0" > - <size> - <width>288</width> - <height>21</height> - </size> - </property> - </spacer> - </item> - </layout> - </item> - </layout> - </widget> - </item> - <item row="0" column="1" > - <widget class="QGroupBox" name="columnsBox" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Preferred" hsizetype="Fixed" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="title" > - <string>Columns</string> - </property> - <layout class="QGridLayout" name="gridLayout_2" > - <item row="0" column="0" > - <widget class="QListWidget" name="listWidget" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Expanding" hsizetype="Ignored" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="focusPolicy" > - <enum>Qt::TabFocus</enum> - </property> - <property name="toolTip" > - <string>Tree Columns</string> - </property> - </widget> - </item> - <item row="1" column="0" > - <layout class="QHBoxLayout" name="horizontalLayout_3" > - <item> - <widget class="QToolButton" name="newColumnButton" > - <property name="toolTip" > - <string>New Column</string> - </property> - <property name="text" > - <string>New</string> - </property> - </widget> - </item> - <item> - <widget class="QToolButton" name="deleteColumnButton" > - <property name="toolTip" > - <string>Delete Column</string> - </property> - <property name="text" > - <string>Delete</string> - </property> - </widget> - </item> - <item> - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" stdset="0" > - <size> - <width>13</width> - <height>23</height> - </size> - </property> - </spacer> - </item> - <item> - <widget class="QToolButton" name="moveColumnUpButton" > - <property name="toolTip" > - <string>Move Column Up</string> - </property> - <property name="text" > - <string>U</string> - </property> - </widget> - </item> - <item> - <widget class="QToolButton" name="moveColumnDownButton" > - <property name="toolTip" > - <string>Move Column Down</string> - </property> - <property name="text" > - <string>D</string> - </property> - </widget> - </item> - </layout> - </item> - <item row="2" column="0" > - <layout class="QHBoxLayout" name="horizontalLayout" > - <item> - <widget class="QLabel" name="label" > - <property name="text" > - <string>Icon</string> - </property> - </widget> - </item> - <item> - <widget class="qdesigner_internal::IconSelector" native="1" name="columnIconSelector" /> - </item> - <item> - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" stdset="0" > - <size> - <width>0</width> - <height>10</height> - </size> - </property> - </spacer> - </item> - </layout> - </item> - </layout> - </widget> - </item> - <item row="1" column="0" colspan="2" > - <widget class="QDialogButtonBox" name="buttonBox" > - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="standardButtons" > - <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> - </property> - </widget> - </item> - </layout> - </widget> - <customwidgets> - <customwidget> - <class>qdesigner_internal::IconSelector</class> - <extends>QWidget</extends> - <header>iconselector_p.h</header> - <container>1</container> - </customwidget> - </customwidgets> - <tabstops> - <tabstop>treeWidget</tabstop> - <tabstop>newItemButton</tabstop> - <tabstop>newSubItemButton</tabstop> - <tabstop>deleteItemButton</tabstop> - <tabstop>moveItemLeftButton</tabstop> - <tabstop>moveItemRightButton</tabstop> - <tabstop>moveItemUpButton</tabstop> - <tabstop>moveItemDownButton</tabstop> - <tabstop>listWidget</tabstop> - <tabstop>newColumnButton</tabstop> - <tabstop>deleteColumnButton</tabstop> - <tabstop>moveColumnUpButton</tabstop> - <tabstop>moveColumnDownButton</tabstop> - </tabstops> - <resources/> - <connections> - <connection> - <sender>buttonBox</sender> - <signal>accepted()</signal> - <receiver>qdesigner_internal::TreeWidgetEditor</receiver> - <slot>accept()</slot> - <hints> - <hint type="sourcelabel" > - <x>450</x> - <y>259</y> - </hint> - <hint type="destinationlabel" > - <x>292</x> - <y>272</y> - </hint> - </hints> - </connection> - <connection> - <sender>buttonBox</sender> - <signal>rejected()</signal> - <receiver>qdesigner_internal::TreeWidgetEditor</receiver> - <slot>reject()</slot> - <hints> - <hint type="sourcelabel" > - <x>539</x> - <y>266</y> - </hint> - <hint type="destinationlabel" > - <x>556</x> - <y>275</y> - </hint> - </hints> - </connection> - </connections> -</ui> diff --git a/tests/manual/uiloader/baseline/trpreviewtool.ui b/tests/manual/uiloader/baseline/trpreviewtool.ui deleted file mode 100644 index 8bd3f5f96..000000000 --- a/tests/manual/uiloader/baseline/trpreviewtool.ui +++ /dev/null @@ -1,181 +0,0 @@ -<ui version="4.0" > - <author></author> - <comment>********************************************************************* -** -** Copyright (C) 2015 The Qt Company Ltd. -** Contact: http://www.qt.io/licensing/ -** -** This file is part of the autotests of the Qt Toolkit. -** -** $QT_BEGIN_LICENSE:LGPL21$ -** Commercial License Usage -** Licensees holding valid commercial Qt licenses may use this file in -** accordance with the commercial license agreement provided with the -** Software or, alternatively, in accordance with the terms contained in -** a written agreement between you and The Qt Company. For licensing terms -** and conditions see http://www.qt.io/terms-conditions. For further -** information use the contact form at http://www.qt.io/contact-us. -** -** GNU Lesser General Public License Usage -** Alternatively, this file may be used under the terms of the GNU Lesser -** General Public License version 2.1 or version 3 as published by the Free -** Software Foundation and appearing in the file LICENSE.LGPLv21 and -** LICENSE.LGPLv3 included in the packaging of this file. Please review the -** following information to ensure the GNU Lesser General Public License -** requirements will be met: https://www.gnu.org/licenses/lgpl.html and -** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. -** -** As a special exception, The Qt Company gives you certain additional -** rights. These rights are described in The Qt Company LGPL Exception -** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. -** -** $QT_END_LICENSE$ -** -*********************************************************************</comment> - <exportmacro></exportmacro> - <class>TrPreviewToolClass</class> - <widget class="QMainWindow" name="TrPreviewToolClass" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>593</width> - <height>466</height> - </rect> - </property> - <property name="windowTitle" > - <string>Qt Translation Preview Tool</string> - </property> - <widget class="QWidget" name="centralWidget" /> - <widget class="QMenuBar" name="menuBar" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>593</width> - <height>21</height> - </rect> - </property> - <widget class="QMenu" name="menuView" > - <property name="title" > - <string>&View</string> - </property> - <widget class="QMenu" name="menuViewViews" > - <property name="title" > - <string>&Views</string> - </property> - </widget> - <addaction name="menuViewViews" /> - </widget> - <widget class="QMenu" name="menuHelp" > - <property name="title" > - <string>&Help</string> - </property> - <addaction name="actionAbout" /> - <addaction name="actionAbout_Qt" /> - </widget> - <widget class="QMenu" name="menuFile" > - <property name="title" > - <string>&File</string> - </property> - <addaction name="actionOpenForm" /> - <addaction name="actionLoadTranslation" /> - <addaction name="actionReloadTranslations" /> - <addaction name="separator" /> - <addaction name="actionClose" /> - </widget> - <addaction name="menuFile" /> - <addaction name="menuView" /> - <addaction name="menuHelp" /> - </widget> - <widget class="QToolBar" name="mainToolBar" > - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <attribute name="toolBarArea" > - <number>4</number> - </attribute> - <addaction name="actionOpenForm" /> - <addaction name="actionLoadTranslation" /> - <addaction name="actionReloadTranslations" /> - </widget> - <widget class="QStatusBar" name="statusBar" /> - <widget class="QDockWidget" name="dwForms" > - <property name="windowTitle" > - <string>Forms</string> - </property> - <attribute name="dockWidgetArea" > - <number>1</number> - </attribute> - <widget class="QWidget" name="dockWidgetContents" > - <layout class="QVBoxLayout" > - <property name="margin" > - <number>0</number> - </property> - <property name="spacing" > - <number>0</number> - </property> - <item> - <widget class="QListView" name="viewForms" > - <property name="editTriggers" > - <set>QAbstractItemView::NoEditTriggers</set> - </property> - <property name="alternatingRowColors" > - <bool>true</bool> - </property> - <property name="uniformItemSizes" > - <bool>true</bool> - </property> - </widget> - </item> - </layout> - </widget> - </widget> - <action name="actionOpenForm" > - <property name="icon" > - <iconset resource="qttrpreviewtool.qrc" >:/images/open_form.png</iconset> - </property> - <property name="text" > - <string>&Open Form...</string> - </property> - </action> - <action name="actionLoadTranslation" > - <property name="icon" > - <iconset resource="qttrpreviewtool.qrc" >:/images/load_translation.png</iconset> - </property> - <property name="text" > - <string>&Load Translation...</string> - </property> - </action> - <action name="actionReloadTranslations" > - <property name="icon" > - <iconset resource="qttrpreviewtool.qrc" >:/images/reload_translations.png</iconset> - </property> - <property name="text" > - <string>&Reload Translations</string> - </property> - <property name="shortcut" > - <string>F5</string> - </property> - </action> - <action name="actionClose" > - <property name="text" > - <string>&Close</string> - </property> - </action> - <action name="actionAbout" > - <property name="text" > - <string>About</string> - </property> - </action> - <action name="actionAbout_Qt" > - <property name="text" > - <string>About Qt</string> - </property> - </action> - </widget> - <layoutdefault spacing="6" margin="11" /> - <pixmapfunction></pixmapfunction> - <resources/> - <connections/> -</ui> diff --git a/tests/manual/uiloader/baseline/validators.ui b/tests/manual/uiloader/baseline/validators.ui deleted file mode 100644 index f05b96fbe..000000000 --- a/tests/manual/uiloader/baseline/validators.ui +++ /dev/null @@ -1,467 +0,0 @@ -<ui version="4.0" > - <class>ValidatorsForm</class> - <widget class="QWidget" name="ValidatorsForm" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>526</width> - <height>668</height> - </rect> - </property> - <property name="windowTitle" > - <string>Form</string> - </property> - <layout class="QVBoxLayout" > - <property name="margin" > - <number>9</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <layout class="QHBoxLayout" > - <property name="margin" > - <number>0</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="LocaleSelector" name="localeSelector" /> - </item> - <item> - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" > - <size> - <width>40</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - </layout> - </item> - <item> - <widget class="QGroupBox" name="groupBox" > - <property name="title" > - <string>QIntValidator</string> - </property> - <layout class="QVBoxLayout" > - <property name="margin" > - <number>9</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <layout class="QHBoxLayout" > - <property name="margin" > - <number>0</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <layout class="QGridLayout" > - <property name="margin" > - <number>0</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item row="0" column="0" > - <widget class="QLabel" name="label" > - <property name="text" > - <string>Min:</string> - </property> - <property name="alignment" > - <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> - </property> - </widget> - </item> - <item row="0" column="1" > - <widget class="QSpinBox" name="minVal" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Fixed" hsizetype="Minimum" > - <horstretch>1</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="minimum" > - <number>-1000000</number> - </property> - <property name="maximum" > - <number>1000000</number> - </property> - </widget> - </item> - <item row="1" column="0" > - <widget class="QLabel" name="label_2" > - <property name="text" > - <string>Max:</string> - </property> - <property name="alignment" > - <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> - </property> - </widget> - </item> - <item row="1" column="1" > - <widget class="QSpinBox" name="maxVal" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Fixed" hsizetype="Minimum" > - <horstretch>1</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="minimum" > - <number>-1000000</number> - </property> - <property name="maximum" > - <number>1000000</number> - </property> - <property name="value" > - <number>1000</number> - </property> - </widget> - </item> - </layout> - </item> - <item> - <widget class="QFrame" name="frame" > - <property name="frameShape" > - <enum>QFrame::StyledPanel</enum> - </property> - <property name="frameShadow" > - <enum>QFrame::Sunken</enum> - </property> - <layout class="QVBoxLayout" > - <property name="margin" > - <number>9</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="LEDWidget" name="ledWidget" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Fixed" hsizetype="Preferred" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="pixmap" > - <pixmap resource="validators.qrc" >:/ledoff.png</pixmap> - </property> - <property name="alignment" > - <set>Qt::AlignCenter</set> - </property> - </widget> - </item> - <item> - <widget class="QLabel" name="label_7" > - <property name="text" > - <string>editingFinished()</string> - </property> - </widget> - </item> - </layout> - </widget> - </item> - </layout> - </item> - <item> - <spacer> - <property name="orientation" > - <enum>Qt::Vertical</enum> - </property> - <property name="sizeType" > - <enum>QSizePolicy::Fixed</enum> - </property> - <property name="sizeHint" > - <size> - <width>20</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item> - <widget class="QLineEdit" name="editor" /> - </item> - </layout> - </widget> - </item> - <item> - <widget class="QGroupBox" name="groupBox_2" > - <property name="title" > - <string>QDoubleValidator</string> - </property> - <layout class="QVBoxLayout" > - <property name="margin" > - <number>9</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <layout class="QHBoxLayout" > - <property name="margin" > - <number>0</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <layout class="QGridLayout" > - <property name="margin" > - <number>0</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item row="0" column="0" > - <widget class="QLabel" name="label_3" > - <property name="text" > - <string>Min:</string> - </property> - <property name="alignment" > - <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> - </property> - </widget> - </item> - <item row="0" column="1" > - <widget class="QDoubleSpinBox" name="doubleMinVal" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Fixed" hsizetype="Minimum" > - <horstretch>1</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="minimum" > - <double>-100000.000000000000000</double> - </property> - <property name="maximum" > - <double>100000.000000000000000</double> - </property> - <property name="value" > - <double>0.000000000000000</double> - </property> - </widget> - </item> - <item row="0" column="2" > - <widget class="QLabel" name="label_5" > - <property name="text" > - <string>Format:</string> - </property> - <property name="alignment" > - <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> - </property> - </widget> - </item> - <item row="0" column="3" > - <widget class="QComboBox" name="doubleFormat" > - <item> - <property name="text" > - <string>Standard</string> - </property> - </item> - <item> - <property name="text" > - <string>Scientific</string> - </property> - </item> - </widget> - </item> - <item row="1" column="0" > - <widget class="QLabel" name="label_4" > - <property name="text" > - <string>Max:</string> - </property> - <property name="alignment" > - <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> - </property> - </widget> - </item> - <item row="1" column="1" > - <widget class="QDoubleSpinBox" name="doubleMaxVal" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Fixed" hsizetype="Minimum" > - <horstretch>1</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="minimum" > - <double>-100000.000000000000000</double> - </property> - <property name="maximum" > - <double>100000.000000000000000</double> - </property> - <property name="value" > - <double>1000.000000000000000</double> - </property> - </widget> - </item> - <item row="1" column="2" > - <widget class="QLabel" name="label_6" > - <property name="text" > - <string>Decimals:</string> - </property> - <property name="alignment" > - <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> - </property> - </widget> - </item> - <item row="1" column="3" > - <widget class="QSpinBox" name="doubleDecimals" > - <property name="value" > - <number>2</number> - </property> - </widget> - </item> - </layout> - </item> - <item> - <widget class="QFrame" name="frame_2" > - <property name="frameShape" > - <enum>QFrame::StyledPanel</enum> - </property> - <property name="frameShadow" > - <enum>QFrame::Sunken</enum> - </property> - <layout class="QVBoxLayout" > - <property name="margin" > - <number>9</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <widget class="LEDWidget" name="doubleLedWidget" > - <property name="text" > - <string/> - </property> - <property name="pixmap" > - <pixmap resource="validators.qrc" >:/ledoff.png</pixmap> - </property> - <property name="alignment" > - <set>Qt::AlignCenter</set> - </property> - </widget> - </item> - <item> - <widget class="QLabel" name="label_8" > - <property name="text" > - <string>editingFinished()</string> - </property> - </widget> - </item> - </layout> - </widget> - </item> - </layout> - </item> - <item> - <spacer> - <property name="orientation" > - <enum>Qt::Vertical</enum> - </property> - <property name="sizeType" > - <enum>QSizePolicy::Fixed</enum> - </property> - <property name="sizeHint" > - <size> - <width>20</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item> - <widget class="QLineEdit" name="doubleEditor" /> - </item> - </layout> - </widget> - </item> - <item> - <spacer> - <property name="orientation" > - <enum>Qt::Vertical</enum> - </property> - <property name="sizeHint" > - <size> - <width>20</width> - <height>111</height> - </size> - </property> - </spacer> - </item> - <item> - <layout class="QHBoxLayout" > - <property name="margin" > - <number>0</number> - </property> - <property name="spacing" > - <number>6</number> - </property> - <item> - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" > - <size> - <width>40</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item> - <widget class="QPushButton" name="pushButton" > - <property name="text" > - <string>Quit</string> - </property> - </widget> - </item> - </layout> - </item> - </layout> - </widget> - <customwidgets> - <customwidget> - <class>LEDWidget</class> - <extends>QLabel</extends> - <header>ledwidget.h</header> - </customwidget> - <customwidget> - <class>LocaleSelector</class> - <extends>QComboBox</extends> - <header>localeselector.h</header> - </customwidget> - </customwidgets> - <resources> - <include location="validators.qrc" /> - </resources> - <connections> - <connection> - <sender>pushButton</sender> - <signal>clicked()</signal> - <receiver>ValidatorsForm</receiver> - <slot>close()</slot> - <hints> - <hint type="sourcelabel" > - <x>94</x> - <y>274</y> - </hint> - <hint type="destinationlabel" > - <x>131</x> - <y>260</y> - </hint> - </hints> - </connection> - </connections> -</ui> diff --git a/tests/manual/uiloader/baseline/wateringconfigdialog.ui b/tests/manual/uiloader/baseline/wateringconfigdialog.ui deleted file mode 100644 index a7f5349d7..000000000 --- a/tests/manual/uiloader/baseline/wateringconfigdialog.ui +++ /dev/null @@ -1,446 +0,0 @@ -<ui version="4.0" > - <class>WateringConfigDialog</class> - <widget class="QDialog" name="WateringConfigDialog" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>334</width> - <height>550</height> - </rect> - </property> - <property name="windowTitle" > - <string>Watering Configuration</string> - </property> - <layout class="QVBoxLayout" > - <item> - <layout class="QGridLayout" > - <item row="0" column="0" > - <widget class="QLabel" name="label_3" > - <property name="text" > - <string>Plant:</string> - </property> - </widget> - </item> - <item row="0" column="1" colspan="3" > - <widget class="QComboBox" name="plantComboBox" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Fixed" hsizetype="Preferred" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <item> - <property name="text" > - <string>Squash</string> - </property> - </item> - <item> - <property name="text" > - <string>Bean</string> - </property> - </item> - <item> - <property name="text" > - <string>Carrot</string> - </property> - </item> - <item> - <property name="text" > - <string>Strawberry</string> - </property> - </item> - <item> - <property name="text" > - <string>Raspberry</string> - </property> - </item> - <item> - <property name="text" > - <string>Blueberry</string> - </property> - </item> - </widget> - </item> - <item row="1" column="0" > - <spacer> - <property name="orientation" > - <enum>Qt::Vertical</enum> - </property> - <property name="sizeType" > - <enum>QSizePolicy::Fixed</enum> - </property> - <property name="sizeHint" > - <size> - <width>67</width> - <height>16</height> - </size> - </property> - </spacer> - </item> - <item row="2" column="0" > - <widget class="QLabel" name="label_2" > - <property name="text" > - <string>Water when:</string> - </property> - </widget> - </item> - <item row="3" column="1" colspan="3" > - <widget class="QCheckBox" name="temperatureCheckBox" > - <property name="text" > - <string>Temperature is higher than:</string> - </property> - </widget> - </item> - <item row="4" column="1" > - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeType" > - <enum>QSizePolicy::Fixed</enum> - </property> - <property name="sizeHint" > - <size> - <width>16</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item row="4" column="2" > - <widget class="QSpinBox" name="temperatureSpinBox" > - <property name="enabled" > - <bool>false</bool> - </property> - <property name="specialValueText" > - <string/> - </property> - <property name="suffix" > - <string>C</string> - </property> - <property name="minimum" > - <number>10</number> - </property> - <property name="maximum" > - <number>60</number> - </property> - <property name="value" > - <number>20</number> - </property> - </widget> - </item> - <item row="4" column="3" > - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" > - <size> - <width>40</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item row="5" column="1" colspan="3" > - <widget class="QCheckBox" name="rainCheckBox" > - <property name="text" > - <string>Rain less than:</string> - </property> - </widget> - </item> - <item row="6" column="1" > - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeType" > - <enum>QSizePolicy::Fixed</enum> - </property> - <property name="sizeHint" > - <size> - <width>16</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item row="6" column="2" > - <widget class="QSpinBox" name="rainSpinBox" > - <property name="enabled" > - <bool>false</bool> - </property> - <property name="specialValueText" > - <string/> - </property> - <property name="suffix" > - <string>mm</string> - </property> - <property name="minimum" > - <number>1</number> - </property> - </widget> - </item> - <item row="6" column="3" > - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" > - <size> - <width>40</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item row="7" column="2" > - <spacer> - <property name="orientation" > - <enum>Qt::Vertical</enum> - </property> - <property name="sizeType" > - <enum>QSizePolicy::Fixed</enum> - </property> - <property name="sizeHint" > - <size> - <width>20</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item row="8" column="0" > - <widget class="QLabel" name="label" > - <property name="text" > - <string>Starting Time:</string> - </property> - </widget> - </item> - <item row="8" column="1" colspan="3" > - <widget class="QTimeEdit" name="startTimeEdit" /> - </item> - <item row="9" column="0" > - <widget class="QLabel" name="label_4" > - <property name="text" > - <string>Amount:</string> - </property> - </widget> - </item> - <item row="9" column="1" colspan="3" > - <widget class="QSpinBox" name="amountSpinBox" > - <property name="suffix" > - <string>l</string> - </property> - <property name="minimum" > - <number>100</number> - </property> - <property name="maximum" > - <number>10000</number> - </property> - <property name="singleStep" > - <number>100</number> - </property> - <property name="value" > - <number>1000</number> - </property> - </widget> - </item> - <item row="10" column="0" > - <widget class="QLabel" name="label_5" > - <property name="text" > - <string>Source:</string> - </property> - </widget> - </item> - <item row="10" column="1" colspan="3" > - <widget class="QComboBox" name="sourceComboBox" > - <item> - <property name="text" > - <string>Foundain</string> - </property> - </item> - <item> - <property name="text" > - <string>River</string> - </property> - </item> - <item> - <property name="text" > - <string>Lake</string> - </property> - </item> - <item> - <property name="text" > - <string>Public Water System</string> - </property> - </item> - </widget> - </item> - <item row="11" column="0" > - <widget class="QLabel" name="label_6" > - <property name="text" > - <string>Filter:</string> - </property> - </widget> - </item> - <item row="11" column="1" colspan="2" > - <widget class="QCheckBox" name="filterCheckBox" > - <property name="text" > - <string/> - </property> - </widget> - </item> - <item row="12" column="0" > - <spacer> - <property name="orientation" > - <enum>Qt::Vertical</enum> - </property> - <property name="sizeType" > - <enum>QSizePolicy::Fixed</enum> - </property> - <property name="sizeHint" > - <size> - <width>20</width> - <height>10</height> - </size> - </property> - </spacer> - </item> - <item row="4" column="4" > - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" > - <size> - <width>40</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - </layout> - </item> - <item> - <layout class="QGridLayout" > - <item row="0" column="1" > - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" > - <size> - <width>40</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item row="1" column="0" colspan="2" > - <widget class="HelpBrowser" name="helpBrowser" /> - </item> - <item row="0" column="0" > - <widget class="QLabel" name="helpLabel" > - <property name="text" > - <string><a href="test">Show Details</a></string> - </property> - </widget> - </item> - </layout> - </item> - <item> - <widget class="Line" name="line" > - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - </widget> - </item> - <item> - <widget class="QDialogButtonBox" name="buttonBox" > - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="standardButtons" > - <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set> - </property> - </widget> - </item> - </layout> - </widget> - <customwidgets> - <customwidget> - <class>HelpBrowser</class> - <extends>QTextBrowser</extends> - <header>helpbrowser.h</header> - </customwidget> - </customwidgets> - <resources/> - <connections> - <connection> - <sender>buttonBox</sender> - <signal>accepted()</signal> - <receiver>WateringConfigDialog</receiver> - <slot>accept()</slot> - <hints> - <hint type="sourcelabel" > - <x>227</x> - <y>372</y> - </hint> - <hint type="destinationlabel" > - <x>157</x> - <y>274</y> - </hint> - </hints> - </connection> - <connection> - <sender>buttonBox</sender> - <signal>rejected()</signal> - <receiver>WateringConfigDialog</receiver> - <slot>reject()</slot> - <hints> - <hint type="sourcelabel" > - <x>286</x> - <y>378</y> - </hint> - <hint type="destinationlabel" > - <x>286</x> - <y>274</y> - </hint> - </hints> - </connection> - <connection> - <sender>temperatureCheckBox</sender> - <signal>toggled(bool)</signal> - <receiver>temperatureSpinBox</receiver> - <slot>setEnabled(bool)</slot> - <hints> - <hint type="sourcelabel" > - <x>132</x> - <y>101</y> - </hint> - <hint type="destinationlabel" > - <x>132</x> - <y>125</y> - </hint> - </hints> - </connection> - <connection> - <sender>rainCheckBox</sender> - <signal>toggled(bool)</signal> - <receiver>rainSpinBox</receiver> - <slot>setEnabled(bool)</slot> - <hints> - <hint type="sourcelabel" > - <x>110</x> - <y>154</y> - </hint> - <hint type="destinationlabel" > - <x>113</x> - <y>169</y> - </hint> - </hints> - </connection> - </connections> -</ui> diff --git a/tests/manual/uiloader/desert.ini b/tests/manual/uiloader/desert.ini deleted file mode 100644 index 799b22449..000000000 --- a/tests/manual/uiloader/desert.ini +++ /dev/null @@ -1,11 +0,0 @@ -[General] -ftpBaseDir=/arthurtest -ftpHost=kramer.troll.no -ftpPass=anonymouspass -ftpUser=anonymous -output=testresults -threshold=20 - -[engines] -1\engine=uic -size=1 diff --git a/tests/manual/uiloader/dole.ini b/tests/manual/uiloader/dole.ini deleted file mode 100644 index 799b22449..000000000 --- a/tests/manual/uiloader/dole.ini +++ /dev/null @@ -1,11 +0,0 @@ -[General] -ftpBaseDir=/arthurtest -ftpHost=kramer.troll.no -ftpPass=anonymouspass -ftpUser=anonymous -output=testresults -threshold=20 - -[engines] -1\engine=uic -size=1 diff --git a/tests/manual/uiloader/gravlaks.ini b/tests/manual/uiloader/gravlaks.ini deleted file mode 100644 index 3a11cf2a4..000000000 --- a/tests/manual/uiloader/gravlaks.ini +++ /dev/null @@ -1,11 +0,0 @@ -[General] -ftpBaseDir=/arthurtest -ftpHost=gravlaks.troll.no -ftpPass=anonymouspass -ftpUser=anonymous -output=testresults -threshold=20 - -[engines] -1\engine=uic -size=1 diff --git a/tests/manual/uiloader/jackychan.ini b/tests/manual/uiloader/jackychan.ini deleted file mode 100644 index 799b22449..000000000 --- a/tests/manual/uiloader/jackychan.ini +++ /dev/null @@ -1,11 +0,0 @@ -[General] -ftpBaseDir=/arthurtest -ftpHost=kramer.troll.no -ftpPass=anonymouspass -ftpUser=anonymous -output=testresults -threshold=20 - -[engines] -1\engine=uic -size=1 diff --git a/tests/manual/uiloader/jeunehomme.ini b/tests/manual/uiloader/jeunehomme.ini deleted file mode 100644 index 799b22449..000000000 --- a/tests/manual/uiloader/jeunehomme.ini +++ /dev/null @@ -1,11 +0,0 @@ -[General] -ftpBaseDir=/arthurtest -ftpHost=kramer.troll.no -ftpPass=anonymouspass -ftpUser=anonymous -output=testresults -threshold=20 - -[engines] -1\engine=uic -size=1 diff --git a/tests/manual/uiloader/kangaroo.ini b/tests/manual/uiloader/kangaroo.ini deleted file mode 100644 index 799b22449..000000000 --- a/tests/manual/uiloader/kangaroo.ini +++ /dev/null @@ -1,11 +0,0 @@ -[General] -ftpBaseDir=/arthurtest -ftpHost=kramer.troll.no -ftpPass=anonymouspass -ftpUser=anonymous -output=testresults -threshold=20 - -[engines] -1\engine=uic -size=1 diff --git a/tests/manual/uiloader/kayak.ini b/tests/manual/uiloader/kayak.ini deleted file mode 100644 index 751a3883f..000000000 --- a/tests/manual/uiloader/kayak.ini +++ /dev/null @@ -1,11 +0,0 @@ -[General] -ftpBaseDir=/arthurtest -ftpHost=wartburg -ftpPass=anonymouspass -ftpUser=anonymous -output=testresults -threshold=20 - -[engines] -1\engine=uic -size=1 diff --git a/tests/manual/uiloader/scruffy.ini b/tests/manual/uiloader/scruffy.ini deleted file mode 100644 index 799b22449..000000000 --- a/tests/manual/uiloader/scruffy.ini +++ /dev/null @@ -1,11 +0,0 @@ -[General] -ftpBaseDir=/arthurtest -ftpHost=kramer.troll.no -ftpPass=anonymouspass -ftpUser=anonymous -output=testresults -threshold=20 - -[engines] -1\engine=uic -size=1 diff --git a/tests/manual/uiloader/troll15.ini b/tests/manual/uiloader/troll15.ini deleted file mode 100644 index 57f5cd826..000000000 --- a/tests/manual/uiloader/troll15.ini +++ /dev/null @@ -1,11 +0,0 @@ -[General] -ftpBaseDir=/arthurtest -ftpHost=kramer.nokia.troll.no -ftpPass=anonymouspass -ftpUser=anonymous -output=testresults -threshold=20 - -[engines] -1\engine=uic -size=1 diff --git a/tests/manual/uiloader/tst_screenshot/README.TXT b/tests/manual/uiloader/tst_screenshot/README.TXT deleted file mode 100644 index ae0117098..000000000 --- a/tests/manual/uiloader/tst_screenshot/README.TXT +++ /dev/null @@ -1,13 +0,0 @@ -This program is called from ../uiloader. - - -./tst_screenshot - - Syntax: ./tst_screenshot <path to *.ui file> [output directory] - - This program takes a *.ui file and an output dir as argument in order to - create a screenshot of the widget defined in the ui file. - - The screenshot is saved in the output dir (default current dir), ".png" is - appended to the ui file name. - diff --git a/tests/manual/uiloader/tst_screenshot/main.cpp b/tests/manual/uiloader/tst_screenshot/main.cpp deleted file mode 100644 index 477e137c1..000000000 --- a/tests/manual/uiloader/tst_screenshot/main.cpp +++ /dev/null @@ -1,202 +0,0 @@ -/**************************************************************************** -** -** Copyright (C) 2015 The Qt Company Ltd. -** Contact: http://www.qt.io/licensing/ -** -** This file is part of the test suite of the Qt Toolkit. -** -** $QT_BEGIN_LICENSE:LGPL21$ -** Commercial License Usage -** Licensees holding valid commercial Qt licenses may use this file in -** accordance with the commercial license agreement provided with the -** Software or, alternatively, in accordance with the terms contained in -** a written agreement between you and The Qt Company. For licensing terms -** and conditions see http://www.qt.io/terms-conditions. For further -** information use the contact form at http://www.qt.io/contact-us. -** -** GNU Lesser General Public License Usage -** Alternatively, this file may be used under the terms of the GNU Lesser -** General Public License version 2.1 or version 3 as published by the Free -** Software Foundation and appearing in the file LICENSE.LGPLv21 and -** LICENSE.LGPLv3 included in the packaging of this file. Please review the -** following information to ensure the GNU Lesser General Public License -** requirements will be met: https://www.gnu.org/licenses/lgpl.html and -** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. -** -** As a special exception, The Qt Company gives you certain additional -** rights. These rights are described in The Qt Company LGPL Exception -** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. -** -** $QT_END_LICENSE$ -** -****************************************************************************/ - -/* - * This program takes a *.ui file and an output dir as argument in order to - * create a screenshot of the widget defined in the ui file. - * - * The screenshot is saved in the output dir (default current dir), ".png" is - * appended to the ui file name. - */ - -#include <QApplication> -#include <QWidget> -#include <QFile> -#include <QDebug> - -#include <QDir> - -#include <iostream> - -using namespace std; - - -#ifdef Q_WS_QWS -// we don't compile designer on embedded... - -int main(int argc, char **argv) -{ - return 0; -} - - -#else - -#include <QUiLoader> - -/* - * Take the path of an ui file and return appropriate QWidget. - */ - -QWidget* getWidgetFromUiFile(const QString& fileNameUiFile) -{ - qDebug() << "\t\t\t...loading ui file" << fileNameUiFile; - - QUiLoader loader; - QFile uiFile(fileNameUiFile); - if (!uiFile.open(QIODevice::ReadOnly | QIODevice::Text)) { - qDebug("\t\tError: QFile.open() failed."); - exit(EXIT_FAILURE); - } - - QFileInfo fileInfo(fileNameUiFile); - QDir::setCurrent(fileInfo.absolutePath()); //for the stylesheet to find their images - - QWidget *ui = loader.load(&uiFile); - if (!ui) { - qDebug("\t\tError: Quilodader.load() returned NULL pointer."); - exit(EXIT_FAILURE); - } - uiFile.close(); - - return ui; -} - - - -/* - * Takes the actual screenshot. - * - * Hint: provide filename without extension, ".png" will be added - */ - -void makeScreenshot(QWidget* widget, const QString& fileName, const QString& pathOutputDir) -{ - QFileInfo fileInfo(fileName); - QString realFileName = fileInfo.completeBaseName() + "." + fileInfo.suffix() + ".png"; - QString realPath = pathOutputDir + "/" + realFileName; - - - //QString realFileName = fileName + ".png"; - qDebug() << "\t\t\t...Taking screenshot" << fileInfo.absoluteFilePath(); - - //widget->show(); - qApp->processEvents(); - QImage originalPixmap(widget->size(),QImage::Format_ARGB32); - widget->render(&originalPixmap); - if ( originalPixmap.isNull() ) { - qDebug("\t\tError: QPixmap::grabWidget() returned a NULL QPixmap."); - exit(EXIT_FAILURE); - } - //QString fileName = QDir::currentPath() + "/secondwidget." + format; - if ( !originalPixmap.save(realPath, "PNG") ) { - qDebug("\t\tError: QPixmap.save() failed."); - exit(EXIT_FAILURE); - } - qDebug() << "\t\t\t...Screenshot saved in" << realPath; - - widget->close(); -} - - - -/* - * Call this if you just want to pass the ui file name and the output dir. - */ - -void createScreenshotFromUiFile(const QString& fileNameUiFile, const QString pathOutputDir) -{ - qDebug() << "\t\tCreating screenshot from widget defined in" << fileNameUiFile; - - QWidget* w = getWidgetFromUiFile(fileNameUiFile); - makeScreenshot(w, fileNameUiFile, pathOutputDir); -} - - - -/* - * Start here. - */ - -int main(int argc, char **argv) -{ - QApplication app(argc, argv); - - // check for necessary arguments - if (argc == 1) { - cout << "Syntax: " << argv[0] << " <path to *.ui file> [output directory]" << endl; - cout << "" << endl; - cout << "Takes a *.ui file and an output dir as argument in order to" << endl; - cout << "create a screenshot of the widget defined in the ui file." << endl; - cout << "" << endl; - cout << "The screenshot is saved in the output dir (default current dir)," << endl; - cout << "'.png' is appended to the ui file name." << endl; - exit(EXIT_FAILURE); - } - - - // check for *.ui - QString fileName = app.arguments().value(1); - if ( !fileName.endsWith(".ui") ) { - qDebug() << fileName + " is not a *.ui file."; - exit(EXIT_FAILURE); - } - - // does the file exist? - QFile uiFile(fileName); - if ( !uiFile.exists() ) { - qDebug() << fileName + " does not exist."; - exit(EXIT_FAILURE); - } - - // check output directory - QString pathOutputDir = QDir::currentPath(); - - if (argc >= 3 ) { - QDir outputDir = app.arguments().value(2); - if ( outputDir.exists() ) { - pathOutputDir = outputDir.absolutePath(); - } else { - qDebug() << outputDir.absolutePath() + " does not exist or is not a directory."; - exit(EXIT_FAILURE); - } - } - - // take the screenshot - createScreenshotFromUiFile(fileName, pathOutputDir); - - app.quit(); - return 0; -} - -#endif diff --git a/tests/manual/uiloader/tst_screenshot/tst_screenshot.pro b/tests/manual/uiloader/tst_screenshot/tst_screenshot.pro deleted file mode 100644 index fc2af03f9..000000000 --- a/tests/manual/uiloader/tst_screenshot/tst_screenshot.pro +++ /dev/null @@ -1,8 +0,0 @@ -TARGET = tst_screenshot -TEMPLATE = app - -QT += widgets -SOURCES += main.cpp - -!embedded:QT += uitools - diff --git a/tests/manual/uiloader/tundra.ini b/tests/manual/uiloader/tundra.ini deleted file mode 100644 index 799b22449..000000000 --- a/tests/manual/uiloader/tundra.ini +++ /dev/null @@ -1,11 +0,0 @@ -[General] -ftpBaseDir=/arthurtest -ftpHost=kramer.troll.no -ftpPass=anonymouspass -ftpUser=anonymous -output=testresults -threshold=20 - -[engines] -1\engine=uic -size=1 diff --git a/tests/manual/uiloader/uiloader.pro b/tests/manual/uiloader/uiloader.pro deleted file mode 100644 index 30ecb2fa1..000000000 --- a/tests/manual/uiloader/uiloader.pro +++ /dev/null @@ -1,3 +0,0 @@ -TEMPLATE = subdirs -SUBDIRS += tst_screenshot \ - uiloader diff --git a/tests/manual/uiloader/uiloader/tst_uiloader.cpp b/tests/manual/uiloader/uiloader/tst_uiloader.cpp deleted file mode 100644 index cf6e3851b..000000000 --- a/tests/manual/uiloader/uiloader/tst_uiloader.cpp +++ /dev/null @@ -1,99 +0,0 @@ -/**************************************************************************** -** -** Copyright (C) 2015 The Qt Company Ltd. -** Contact: http://www.qt.io/licensing/ -** -** This file is part of the test suite of the Qt Toolkit. -** -** $QT_BEGIN_LICENSE:LGPL21$ -** Commercial License Usage -** Licensees holding valid commercial Qt licenses may use this file in -** accordance with the commercial license agreement provided with the -** Software or, alternatively, in accordance with the terms contained in -** a written agreement between you and The Qt Company. For licensing terms -** and conditions see http://www.qt.io/terms-conditions. For further -** information use the contact form at http://www.qt.io/contact-us. -** -** GNU Lesser General Public License Usage -** Alternatively, this file may be used under the terms of the GNU Lesser -** General Public License version 2.1 or version 3 as published by the Free -** Software Foundation and appearing in the file LICENSE.LGPLv21 and -** LICENSE.LGPLv3 included in the packaging of this file. Please review the -** following information to ensure the GNU Lesser General Public License -** requirements will be met: https://www.gnu.org/licenses/lgpl.html and -** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. -** -** As a special exception, The Qt Company gives you certain additional -** rights. These rights are described in The Qt Company LGPL Exception -** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. -** -** $QT_END_LICENSE$ -** -****************************************************************************/ - - -#include "uiloader.h" - -#include <QtTest/QtTest> -#include <QApplication> -#include <QDir> - -#ifdef Q_OS_SYMBIAN -#define SRCDIR "" -#endif - -class uiLoaderAutotest: public QObject -{ - -Q_OBJECT - -public slots: - void init(); - -private slots: - void imageDiffTest(); - -private: - QString currentDir; - -}; - - - -void uiLoaderAutotest::init() -{ - currentDir = QDir::currentPath(); -#ifndef Q_OS_IRIX - QDir::setCurrent(QString(SRCDIR) + QString("/..")); -#endif -} - -void uiLoaderAutotest::imageDiffTest() -{ - //QApplication app(argc, argv); - - QString pathToProgram = currentDir + "/tst_screenshot/tst_screenshot"; - -#ifdef Q_WS_MAC - pathToProgram += ".app/Contents/MacOS/tst_screenshot"; -#endif - -#ifdef Q_WS_WIN - pathToProgram += ".exe"; -#endif - uiLoader wrapper(pathToProgram); - QString errorMessage; - switch(wrapper.runAutoTests(&errorMessage)) { - case uiLoader::TestRunDone: - break; - case uiLoader::TestConfigError: - QVERIFY2(false, qPrintable(errorMessage)); - break; - case uiLoader::TestNoConfig: - QSKIP(qPrintable(errorMessage)); - break; - } -} - -QTEST_MAIN(uiLoaderAutotest) -#include "tst_uiloader.moc" diff --git a/tests/manual/uiloader/uiloader/uiloader.cpp b/tests/manual/uiloader/uiloader/uiloader.cpp deleted file mode 100644 index 9f2cc581e..000000000 --- a/tests/manual/uiloader/uiloader/uiloader.cpp +++ /dev/null @@ -1,807 +0,0 @@ -/**************************************************************************** -** -** Copyright (C) 2015 The Qt Company Ltd. -** Contact: http://www.qt.io/licensing/ -** -** This file is part of the test suite of the Qt Toolkit. -** -** $QT_BEGIN_LICENSE:LGPL21$ -** Commercial License Usage -** Licensees holding valid commercial Qt licenses may use this file in -** accordance with the commercial license agreement provided with the -** Software or, alternatively, in accordance with the terms contained in -** a written agreement between you and The Qt Company. For licensing terms -** and conditions see http://www.qt.io/terms-conditions. For further -** information use the contact form at http://www.qt.io/contact-us. -** -** GNU Lesser General Public License Usage -** Alternatively, this file may be used under the terms of the GNU Lesser -** General Public License version 2.1 or version 3 as published by the Free -** Software Foundation and appearing in the file LICENSE.LGPLv21 and -** LICENSE.LGPLv3 included in the packaging of this file. Please review the -** following information to ensure the GNU Lesser General Public License -** requirements will be met: https://www.gnu.org/licenses/lgpl.html and -** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. -** -** As a special exception, The Qt Company gives you certain additional -** rights. These rights are described in The Qt Company LGPL Exception -** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. -** -** $QT_END_LICENSE$ -** -****************************************************************************/ - - -#include "uiloader.h" - -#include <QtCore/QDir> -#include <QtCore/QProcess> -#include <QtCore/QSettings> -#include <QtCore/QCoreApplication> - -#include <QtTest/QSignalSpy> -#include <QTest> - -#include <QString> -#include <QHash> -#include <QFile> -#include <QObject> -#include <QHostInfo> -#include <QWidget> -#include <QImage> - -#include <QLibraryInfo> - -#include <private/qurlinfo_p.h> -#include <private/qftp_p.h> - -/* - * Our own QVERIFY since the one from QTest can't be used in non-void functions. - * Just pass the desired return value as third argument. - */ - -#define QVERIFY3(statement, description, returnValue) \ -do {\ - if (statement) {\ - if (!QTest::qVerify(true, #statement, (description), __FILE__, __LINE__))\ - return returnValue;\ - } else {\ - if (!QTest::qVerify(false, #statement, (description), __FILE__, __LINE__))\ - return returnValue;\ - }\ -} while (0) - - - -uiLoader::uiLoader(const QString &_pathToProgram) - : pathToProgram(_pathToProgram) -{ - // initTests(); -} - - - - -/* - * Load the configuration file for your machine. - * Return true if everything was loaded, else false. - * - * If the hostname is 'kayak', the config file should be 'kayak.ini': - * - * [General] - * ftpBaseDir=/arthurtest - * ftpHost=wartburg - * ftpPass=anonymouspass - * ftpUser=anonymous - * output=testresults - * - * [engines] - * 1\engine=uic - * size=1 - */ - -bool uiLoader::loadConfig(const QString &filePath, QString *errorMessage) -{ - qDebug() << " ========== Loading config file " << filePath; - configPath = filePath; - - // If there is no config file, dont proceed; - QSettings settings( filePath, QSettings::IniFormat, this ); - - // all keys available? - QStringList keyList; - keyList << QLatin1String("output") << QLatin1String("ftpUser") << QLatin1String("ftpPass") << QLatin1String("ftpHost") << QLatin1String("ftpBaseDir"); - for (int i = 0; i < keyList.size(); ++i) { - const QString currentKey = keyList.at(i); - if (!settings.contains(currentKey)) { - *errorMessage = QString::fromLatin1("Config file '%1' does not contain the required key '%2'.").arg(filePath, currentKey); - return false; - } - - qDebug() << "\t\t(I)" << currentKey << "\t" << settings.value(currentKey).toString(); - } - - const int size = settings.beginReadArray(QLatin1String("engines")); - if (!size) { - *errorMessage = QString::fromLatin1("Config file '%1' does not contain the necessary section engines.").arg(filePath); - return false; - } - - // get the values - for ( int i = 0; i < size; ++i ) { - settings.setArrayIndex(i); - qDebug() << "\t\t(I)" << "engine" << "\t" << settings.value( "engine" ).toString(); - enginesToTest.insert(settings.value(QLatin1String("engine")).toString(), QLatin1String("Info here please :p")); - } - settings.endArray(); - - output = settings.value(QLatin1String("output")).toString(); - output += QDir::separator() + QString("QLibraryInfo::buildKey()") + QDir::separator() + QString( qVersion() ); - ftpUser = settings.value( QLatin1String("ftpUser") ).toString(); - ftpPass = settings.value( QLatin1String("ftpPass") ).toString(); - ftpHost = settings.value( QLatin1String("ftpHost") ).toString(); - ftpBaseDir = settings.value( QLatin1String("ftpBaseDir") ).toString() + QDir::separator() + QHostInfo::localHostName().split( QLatin1Char('.')).first(); - threshold = settings.value( QLatin1String("threshold") ).toString(); - - qDebug() << "\t(I) Values adapted:"; - qDebug() << "\t\t(I)" << "ftpBaseDir" << "\t" << ftpBaseDir; - qDebug() << "\t\t(I)" << "output" << "\t" << output; - - return true; -} - -/* - * Upload testresults to the server in order to create the new baseline. - */ - -void uiLoader::createBaseline() -{ - // can't use ftpUploadFile() here - qDebug() << " ========== Uploading baseline of only the latest test values "; - - QFtp ftp; - ftp.connectToHost( ftpHost ); - ftp.login( ftpUser, ftpPass ); - ftp.cd( ftpBaseDir ); - - QDir dir( output ); - - // Upload all the latest test results to the FTP server's baseline directory. - QHashIterator<QString, QString> i(enginesToTest); - while ( i.hasNext() ) { - i.next(); - - dir.cd( i.key() ); - ftp.cd( i.key() + ".baseline" ); - - dir.setFilter(QDir::Files | QDir::Hidden | QDir::NoSymLinks); - dir.setNameFilters( QStringList() << "*.png" ); - QFileInfoList list = dir.entryInfoList(); - - dir.cd( ".." ); - - for (int n = 0; n < list.size(); n++) { - QFileInfo fileInfo = list.at( n ); - QFile file( QString( output ) + "/" + i.key() + "/" + fileInfo.fileName() ); - - errorMsg = "could not open file " + fileInfo.fileName(); - QVERIFY2( file.open(QIODevice::ReadOnly), qPrintable(errorMsg)); - - QByteArray fileData = file.readAll(); - file.close(); - - ftp.put( fileData, fileInfo.fileName(), QFtp::Binary ); - qDebug() << "\t(I) Uploading:" << fileInfo.fileName() << "with file size" << fileData.size(); - } - - ftp.cd( ".." ); - } - - ftp.close(); - - while ( ftp.hasPendingCommands() ) - QCoreApplication::instance()->processEvents(); -} - - - -/* - * Download baseline from server in order to compare results. - */ - -void uiLoader::downloadBaseline() -{ - qDebug() << " ========== Downloading baseline..."; - - QHashIterator<QString, QString> i(enginesToTest); - while ( i.hasNext() ) { - i.next(); - QString engineName = i.key(); - - QString dirWithFiles = ftpBaseDir + '/' + engineName + ".baseline"; - QString ftpDir = ftpBaseDir + '/' + engineName + ".baseline"; - QString saveToDir = QDir::currentPath() + '/' + output + '/' + engineName + ".baseline"; - - ftpList(dirWithFiles); - - QList<QString> filesToDownload(lsDirList); - ftpGetFiles(filesToDownload, ftpDir, saveToDir); - } -} - - - -/* - * Enter the dir pathDir local and remove all files (not recursive!) - */ - -void uiLoader::clearDirectory(const QString& pathDir) -{ - qDebug() << "\t(I) Clearing directory local: " << pathDir; - - QDir dir(pathDir); - dir.setFilter(QDir::Files); - QStringList list = dir.entryList(); - - for (int n = 0; n < list.size(); n++) { - QString filePath = pathDir + "/" + list.at(n); - QFile file(filePath); - - errorMsg = "could not remove file " + filePath; - QVERIFY2( file.remove(), qPrintable(errorMsg)); - } - -} - - - -/* - * Setup the local environment. - */ - -void uiLoader::setupLocal() -{ - qDebug( " ========== Setting up local environment" ); - - QDir dir; - - errorMsg = "could not create path " + output; - QVERIFY2( dir.mkpath(output), qPrintable(errorMsg) ); - - QHashIterator<QString, QString> j(enginesToTest); - while ( j.hasNext() ) { - j.next(); - - QString engineName = j.key(); - QString engineDir = output + '/' + engineName; - - // create <engine> or clean it - QString tmpPath = output + '/' + engineName; - if ( dir.exists(tmpPath) ) { - clearDirectory(tmpPath); - } else { - dir.mkdir(tmpPath); - } - - // create *.baseline or clean it - tmpPath = output + '/' + engineName + ".baseline"; - if ( dir.exists(tmpPath) ) { - clearDirectory(tmpPath); - } else { - dir.mkdir(tmpPath); - } - - // create *.diff or clean it - tmpPath = output + '/' + engineName + ".diff"; - if ( dir.exists(tmpPath) ) { - clearDirectory(tmpPath); - } else { - dir.mkdir(tmpPath); - } - - // create *.failed or clean it - tmpPath = output + '/' + engineName + ".failed"; - if ( dir.exists(tmpPath) ) { - clearDirectory(tmpPath); - } else { - dir.mkdir(tmpPath); - } - } - - qDebug() << "\t(I) Created on local machine:" << output; -} - - - -/* - * Setup the remote environment. - */ - -void uiLoader::setupFTP() -{ - qDebug( " ========== Setting up FTP environment" ); - - // create dirs on ftp server - ftpMkDir( ftpBaseDir ); - ftpBaseDir += "/" + QString("QLibraryInfo::buildKey()"); - ftpMkDir( ftpBaseDir ); - ftpBaseDir += "/" + QString( qVersion() ); - ftpMkDir( ftpBaseDir ); - - QString dir = ""; - ftpList(ftpBaseDir + '/' + dir); - QList<QString> dirListing(lsDirList); - - // create *.failed, *.diff if necessary, else remove the files in it - // if *.baseline does not exist, memorize it - QHashIterator<QString, QString> j(enginesToTest); - while ( j.hasNext() ) { - j.next(); - - QString curDir = QString( j.key() ) + ".failed"; - if ( dirListing.contains( curDir ) ) { - ftpClearDirectory(ftpBaseDir + "/" + curDir + "/"); - } else { - ftpMkDir(ftpBaseDir + "/" + curDir + "/"); - } - - curDir = QString( j.key() ) + ".diff"; - if ( dirListing.contains( curDir ) ) { - ftpClearDirectory(ftpBaseDir + "/" + curDir + "/"); - } else { - ftpMkDir(ftpBaseDir + "/" + curDir + "/"); - } - - curDir = QString( j.key() ) + ".baseline"; - lsNeedBaseline.clear(); - if ( !dirListing.contains( curDir ) ) { - ftpMkDir(ftpBaseDir + "/" + curDir + "/"); - lsNeedBaseline << j.key(); - } else { - qDebug() << "\t(I)" << curDir << "exists on server."; - } - } -} - - - -/* - * Download files listed in fileLisiting from dir pathRemoteDir on sever and save - * them in pathSaveDir. - */ - -void uiLoader::ftpGetFiles(QList<QString>& fileListing, const QString& pathRemoteDir, const QString& pathSaveDir) -{ - QFtp ftp; - ftp.connectToHost( ftpHost ); - ftp.login( ftpUser, ftpPass ); - - if ( !fileListing.empty() ) { - for ( int i = 0; i < fileListing.size(); ++i ) { - QFile file( pathSaveDir + "/" + fileListing.at(i) ); - - errorMsg = "could not open file for writing: " + file.fileName(); - QVERIFY2( file.open(QIODevice::WriteOnly), qPrintable(errorMsg) ); - - QString ftpFileName = pathRemoteDir + '/' + fileListing.at(i); - ftp.get( ftpFileName, &file ); - //qDebug() << "\t(I) Got" << file.fileName(); - ftp.list(); //Only there to fill up a slot in the pendingCommands queue. - - while ( ftp.hasPendingCommands() ) - QCoreApplication::instance()->processEvents(); - - file.close(); - } - } - - ftp.close(); - - while ( ftp.hasPendingCommands() ) - QCoreApplication::instance()->processEvents(); - - fileListing.clear(); -} - - - -/* - * Upload the file filePath to the server and save it there at filePathRemote. - * - * HINT: It seems you can't use this function in a loop, to many connections - * are established?! - */ - -bool uiLoader::ftpUploadFile(const QString& filePathRemote, const QString& filePath) -{ - QFile file(filePath); - - errorMsg = "could not open file: " + filePath; - QVERIFY3( file.open(QIODevice::ReadOnly), qPrintable(errorMsg), false ); - - QByteArray contents = file.readAll(); - file.close(); - - qDebug() << "\t(I) Uploading file to" << filePathRemote; - - QFtp ftp; - ftp.connectToHost( ftpHost ); - ftp.login( ftpUser, ftpPass ); - - ftp.put( contents, filePathRemote, QFtp::Binary ); - - ftp.close(); - - while ( ftp.hasPendingCommands() ) - QCoreApplication::instance()->processEvents(); - - return true; -} - - - -/* - * Enter the dir dir on the server and remove all files (not recursive!) - */ - -void uiLoader::ftpClearDirectory(const QString& pathDir) -{ - qDebug() << "\t(I) Clearing directory remote: " << pathDir; - - ftpList(pathDir); - QList<QString> dirListing(lsDirList); - - QFtp ftp; - ftp.connectToHost( ftpHost ); - ftp.login( ftpUser, ftpPass ); - - for (int i = 0; i < dirListing.size(); ++i) { - QString file = dirListing.at(i); - qDebug() << "\t(I) Removing" << pathDir + file; - ftp.remove(pathDir + file); - } - - ftp.close(); - - while ( ftp.hasPendingCommands() ) - QCoreApplication::instance()->processEvents(); -} - - - -/* - * Get a directory listing from the server in the dir dir. - * You can access it via lsDirList. - */ - -void uiLoader::ftpList(const QString & dir) { - qDebug() << "\t(I) Getting list of files in dir" << dir; - - lsDirList.clear(); - - QFtp ftp; - QObject::connect( &ftp, SIGNAL( listInfo( const QUrlInfo & ) ), this, SLOT( ftpAddLsEntry(const QUrlInfo & ) ) ); - //QObject::connect( &ftp, SIGNAL( done( bool ) ), this, SLOT( ftpAddLsDone( bool ) ) ); - - ftp.connectToHost( ftpHost ); - ftp.login( ftpUser, ftpPass ); - - ftp.list( dir ); - ftp.close(); - - while ( ftp.hasPendingCommands() ) - QCoreApplication::instance()->processEvents(); -} - - - -/* - * Creates a dir on the ftp server. - * - * Hint: If the ftp.mkdir() fails we just assume the dir already exist. - */ - -void uiLoader::ftpMkDir( QString pathDir ) -{ - QFtp ftp; - - QSignalSpy commandSpy(&ftp, SIGNAL(commandFinished(int, bool))); - - ftp.connectToHost( ftpHost ); - ftp.login( ftpUser, ftpPass ); - const int command = ftp.mkdir( pathDir ); - ftp.close(); - - while ( ftp.hasPendingCommands() ) - QCoreApplication::instance()->processEvents(); - - // check wheter there was an error or not - for (int i = 0; i < commandSpy.count(); ++i) { - if (commandSpy.at(i).at(0) == command) { - if ( !commandSpy.at(i).at(1).toBool() ) { - qDebug() << "\t(I) Created at remote machine:" << pathDir; - } else { - qDebug() << "\t(I) Could not create on remote machine - probably the dir exists"; - } - } - } -} - - - -/* - * Just a slot, needed for ftpList(). - */ - -void uiLoader::ftpAddLsEntry( const QUrlInfo &urlInfo ) -{ - //Just adding the file to the list - lsDirList << urlInfo.name(); -} - -/* - * Return a list of the test case ui files - */ - -QStringList uiLoader::uiFiles() const -{ - QString baselinePath = QDir::currentPath(); - baselinePath += QLatin1String("/baseline"); - QDir dir(baselinePath); - dir.setFilter(QDir::Files); - dir.setNameFilters(QStringList(QLatin1String("*.ui"))); - const QFileInfoList list = dir.entryInfoList(); - QStringList rc; - const QChar slash = QLatin1Char('/'); - foreach (const QFileInfo &fi, list) { - QString fileAbsolutePath = baselinePath; - fileAbsolutePath += slash; - fileAbsolutePath += fi.fileName(); - rc.push_back(fileAbsolutePath); - } - return rc; -} -/* - * The actual method for generating local files that will be compared - * to the baseline. - * - * The external program uiscreenshot/uiscreenshot is called to generate - * *.png files of *.ui files. - */ - -void uiLoader::executeTests() -{ - qDebug(" ========== Executing the tests...[generating pngs from uis]"); - - qDebug() << "Current Dir" << QDir::currentPath(); - - qDebug() << "\t(I) Using" << pathToProgram; - - QProcess myProcess; - foreach(const QString &fileAbsolutePath, uiFiles()) { - qDebug() << "\t(I) Current file:" << fileAbsolutePath; - - QHashIterator<QString, QString> j(enginesToTest); - while ( j.hasNext() ) { - j.next(); - - QString outputDirectory = output + '/' + j.key(); - - QStringList arguments; - arguments << fileAbsolutePath; - arguments << outputDirectory; - - myProcess.start(pathToProgram, arguments); - - // took too long? - errorMsg = "process does not exited normally (QProcess timeout) - " + pathToProgram; - QVERIFY2( myProcess.waitForFinished(), qPrintable(errorMsg) ); - - qDebug() << "\n" << myProcess.readAllStandardError(); - - // check exit code/status - errorMsg = "process does not exited normally - " + pathToProgram; - QVERIFY2( myProcess.exitStatus() == QProcess::NormalExit, qPrintable(errorMsg) ); - QVERIFY2( myProcess.exitCode() == EXIT_SUCCESS, qPrintable(errorMsg) ); - } - } -} - -/* - * Comparing generated files to the baseline. - */ - -bool uiLoader::compare() -{ - qDebug( " ========== Now comparing the results to the baseline" ); - - QDir dir(output); - - QHashIterator<QString, QString> i(enginesToTest); - while ( i.hasNext() ) { - i.next(); - - QString engineName = i.key(); - - // Perform comparisons between the two directories. - dir.setFilter(QDir::Files | QDir::Hidden | QDir::NoSymLinks); - dir.setNameFilters( QStringList() << "*.png" ); - dir.cd( engineName + ".baseline" ); - - QFileInfoList list = dir.entryInfoList(); - - for (int i = 0; i < list.size(); ++i) { - QFileInfo fileInfo = list.at(i); - diff(output, engineName, fileInfo.fileName()); - } - } - - return true; -} - - - - -void uiLoader::diff(const QString& basedir, const QString& engine, const QString& fileName) -{ - QString filePathBaseline = basedir + "/" + engine + ".baseline/" + fileName; - QString filePathGenerated = basedir + "/" + engine + '/' + fileName; - - qDebug() << "\t(I) Comparing" << filePathBaseline; - qDebug() << "\t(I) Comparing" << filePathGenerated; - - QString filePathDiffImage = basedir + "/" + engine + ".diff/" + fileName; - - if ( QFile::exists(filePathGenerated) ) { - QString filePathDiffImage = basedir + "/" + engine + ".diff/" + fileName; - int pixelDiff = imgDiff(filePathBaseline, filePathGenerated, filePathDiffImage); - - if ( pixelDiff <= threshold.toInt() ) { - qDebug() << "\t(I) TEST OK"; - QVERIFY(true); - } else { - qDebug() << "\t(I) TEST FAILED"; - qDebug() << "\t(I)\t...saving baseline in *.failed"; - - // local: save in *.failed - QString filePathFailed = basedir + "/" + engine + ".failed/" + fileName; - errorMsg = "Could not save " + filePathGenerated + " to " + filePathFailed; - QVERIFY2( QFile::copy(filePathGenerated, filePathFailed), qPrintable(errorMsg) ); - - // remote: save in *.failed - QString filePathFailedRemote = ftpBaseDir + "/" + engine + ".failed" + "/" + fileName; - ftpUploadFile(filePathFailedRemote, filePathGenerated); - - errorMsg = "Something broke in the image comparison with " + filePathDiffImage; - QVERIFY2( (pixelDiff != -1), qPrintable(errorMsg) ); - - // remote: save in *.diff - QString filePathDiffRemote = ftpBaseDir + "/" + engine + ".diff" + "/" + fileName; - ftpUploadFile(filePathDiffRemote, filePathDiffImage); - QFAIL(qPrintable(fileName)); - } - - } else { - qWarning() << "\t(W) Expected generated file" << filePathGenerated << "does not exist."; - qWarning() << "\t(W) ...saving baseline in *.failed"; - - // save local - QString filePathMissing = basedir + '/' + engine + ".failed/" + fileName + "_missing"; - errorMsg = "Could not save " + filePathMissing; - QVERIFY2( QFile::copy(filePathBaseline, filePathMissing), qPrintable(errorMsg) ); - - // save remote - QString filePathDiffRemote = ftpBaseDir + "/" + engine + ".diff" + "/" + fileName; - ftpUploadFile(filePathDiffRemote, filePathBaseline); - - errorMsg = filePathGenerated + " was not generated, but baseline for this file exists"; - QVERIFY2(false, qPrintable(errorMsg)); - } - -} - -/* - * Execution starts here. - */ - -uiLoader::TestResult uiLoader::runAutoTests(QString *errorMessage) -{ - // SVG needs this widget... - QWidget dummy; - - qDebug() << "Running test on buildkey:" << "QLibraryInfo::buildKey()" << " qt version:" << qVersion(); - qDebug() << "Initializing tests..."; - - // load config - const QString configFileName = QHostInfo::localHostName().split(QLatin1Char('.')).first() + QLatin1String(".ini"); - const QFileInfo fi(configFileName); - if (!fi.isFile() || !fi.isReadable()) { - *errorMessage = QString::fromLatin1("Config file '%1' does not exist or is not readable.").arg(configFileName); - return TestNoConfig; - } - - if (!loadConfig(configFileName, errorMessage)) - return TestConfigError; - - // reset the local environment where the results are stored - setupLocal(); - - // reset the FTP environment where the results are stored - setupFTP(); - - // retrieve the latest test result baseline from the FTP server. - downloadBaseline(); - - // execute tests - executeTests(); - - // upload testresults as new baseline or compare results - if ( lsNeedBaseline.size() ) - createBaseline(); - else - compare(); - - return TestRunDone; -} - -int uiLoader::imgDiff(const QString fileA, const QString fileB, const QString output) -{ -// qDebug() << "Comparing " << fileA << " and " << fileB << " outputting to " << output; - QImage imageA(fileA); - QImage imageB(fileB); - - // Invalid images - if (imageA.isNull() || imageB.isNull()) - { - qDebug() << "Fatal error: unable to open one or more input images."; - return false; - } - - //Choose the largest image size, so that the output can capture the entire diff. - QSize largestSize = imageA.size(); - QSize otherSize = imageB.size(); - - if (largestSize.width() < otherSize.width()) - largestSize.setWidth(otherSize.width()); - - if (largestSize.height() < otherSize.height()) - largestSize.setHeight(otherSize.height()); - - QImage imageDiff(largestSize, QImage::Format_ARGB32); - - imageA = imageA.convertToFormat(QImage::Format_ARGB32); - imageB = imageB.convertToFormat(QImage::Format_ARGB32); - - int pixelDiff = 0; - - for (int y = 0; y < imageDiff.height(); ++y) - { - for (int x = 0; x < imageDiff.width(); ++x) - { - //Are the pixels within range? Else, draw a black pixel in diff. - if (imageA.valid(x,y) && imageB.valid(x,y)) - { - //Both images have a pixel at x,y - are they the same? If not, black pixel in diff. - if (imageA.pixel(x,y) != imageB.pixel(x,y)) - { - imageDiff.setPixel(x,y,0xff000000); - pixelDiff++; - } - else - imageDiff.setPixel(x,y,0xffffffff); - } - else - { - imageDiff.setPixel(x,y,0xff000000); - pixelDiff++; - } - } - } - - imageDiff.setText("comment", QString::number(pixelDiff)); - - if (!imageDiff.save(output, "PNG")) - pixelDiff = -1; - - return pixelDiff; -} diff --git a/tests/manual/uiloader/uiloader/uiloader.h b/tests/manual/uiloader/uiloader/uiloader.h deleted file mode 100644 index f43151bf2..000000000 --- a/tests/manual/uiloader/uiloader/uiloader.h +++ /dev/null @@ -1,102 +0,0 @@ -/**************************************************************************** -** -** Copyright (C) 2015 The Qt Company Ltd. -** Contact: http://www.qt.io/licensing/ -** -** This file is part of the test suite of the Qt Toolkit. -** -** $QT_BEGIN_LICENSE:LGPL21$ -** Commercial License Usage -** Licensees holding valid commercial Qt licenses may use this file in -** accordance with the commercial license agreement provided with the -** Software or, alternatively, in accordance with the terms contained in -** a written agreement between you and The Qt Company. For licensing terms -** and conditions see http://www.qt.io/terms-conditions. For further -** information use the contact form at http://www.qt.io/contact-us. -** -** GNU Lesser General Public License Usage -** Alternatively, this file may be used under the terms of the GNU Lesser -** General Public License version 2.1 or version 3 as published by the Free -** Software Foundation and appearing in the file LICENSE.LGPLv21 and -** LICENSE.LGPLv3 included in the packaging of this file. Please review the -** following information to ensure the GNU Lesser General Public License -** requirements will be met: https://www.gnu.org/licenses/lgpl.html and -** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. -** -** As a special exception, The Qt Company gives you certain additional -** rights. These rights are described in The Qt Company LGPL Exception -** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. -** -** $QT_END_LICENSE$ -** -****************************************************************************/ -#ifndef ATWRAPPER_H -#define ATWRAPPER_H - -#include <QHash> -#include <QString> -#include <QList> -#include <QImage> - -#include <private/qurlinfo_p.h> - -class uiLoader : public QObject -{ - Q_OBJECT - - public: - uiLoader(const QString &pathToProgram); - - enum TestResult { TestRunDone, TestConfigError, TestNoConfig }; - TestResult runAutoTests(QString *errorMessage); - - private: - bool loadConfig(const QString &, QString *errorMessage); - void initTests(); - - void setupFTP(); - void setupLocal(); - void clearDirectory(const QString&); - - void ftpMkDir( QString ); - void ftpGetFiles(QList<QString>&, const QString&, const QString&); - void ftpList(const QString&); - void ftpClearDirectory(const QString&); - bool ftpUploadFile(const QString&, const QString&); - void executeTests(); - - void createBaseline(); - void downloadBaseline(); - - bool compare(); - - void diff(const QString&, const QString&, const QString&); - int imgDiff(const QString fileA, const QString fileB, const QString output); - QStringList uiFiles() const; - - QHash<QString, QString> enginesToTest; - - QString framework; - QString suite; - QString output; - QString ftpUser; - QString ftpPass; - QString ftpHost; - QString ftpBaseDir; - QString threshold; - - QString errorMsg; - - QList<QString> lsDirList; - QList<QString> lsNeedBaseline; - - QString configPath; - - QString pathToProgram; - - private slots: - //void ftpAddLsDone( bool ); - void ftpAddLsEntry( const QUrlInfo &urlInfo ); -}; - -#endif diff --git a/tests/manual/uiloader/uiloader/uiloader.pro b/tests/manual/uiloader/uiloader/uiloader.pro deleted file mode 100644 index ee6c4878c..000000000 --- a/tests/manual/uiloader/uiloader/uiloader.pro +++ /dev/null @@ -1,20 +0,0 @@ -requires(contains(QT_CONFIG,private_tests)) -QT += network network-private testlib -qtHaveModule(widgets): QT += widgets - -TEMPLATE = app -!embedded:QT += uitools -TARGET = ../tst_uiloader -DEFINES += SRCDIR=\\\"$$PWD\\\" - -win32 { - CONFIG(debug, debug|release) { - TARGET = ../../debug/tst_uiloader -} else { - TARGET = ../../release/tst_uiloader - } -} - -HEADERS += uiloader.h -SOURCES += tst_uiloader.cpp uiloader.cpp -DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 diff --git a/tests/manual/uiloader/wartburg.ini b/tests/manual/uiloader/wartburg.ini deleted file mode 100644 index 751a3883f..000000000 --- a/tests/manual/uiloader/wartburg.ini +++ /dev/null @@ -1,11 +0,0 @@ -[General] -ftpBaseDir=/arthurtest -ftpHost=wartburg -ftpPass=anonymouspass -ftpUser=anonymous -output=testresults -threshold=20 - -[engines] -1\engine=uic -size=1 |