summaryrefslogtreecommitdiffstats
path: root/src/printsupport/dialogs/qprintpropertieswidget.ui
diff options
context:
space:
mode:
authorAlbert Astals Cid <albert.astals.cid@kdab.com>2017-12-05 09:40:59 +0100
committerAlbert Astals Cid <albert.astals.cid@kdab.com>2017-12-15 13:25:21 +0000
commitb4330bc391bbb08898f192ea3469b73aed09134c (patch)
tree28be7d5721ed2e641fc328f838ccefdbe9d2e232 /src/printsupport/dialogs/qprintpropertieswidget.ui
parent27f70d7826d739fe8705cb23b1a26cfb6e0bc16c (diff)
Reintroduce the Advanced tab in the QPrintPropertiesDialog
This is mostly a revert of 69de6177615de3c4c31dea529172389e92f490b0 adapted to the new code. The commit that removed this code said: a) there's duplicate settings in the advanced tabs and in the rest of the ui: this easily solved with a blacklist b) you can set these options in the system settings: probably true, but it is very cumbersome to go to the printer settings every time i print to select from which tray the paper should be used Task Number: QTBUG-54464 Change-Id: I7b1cacf51006dadb10aa6e00fe6dd2ff748fe576 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
Diffstat (limited to 'src/printsupport/dialogs/qprintpropertieswidget.ui')
-rw-r--r--src/printsupport/dialogs/qprintpropertieswidget.ui14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/printsupport/dialogs/qprintpropertieswidget.ui b/src/printsupport/dialogs/qprintpropertieswidget.ui
index 66d7b80fcd..0e56fb33df 100644
--- a/src/printsupport/dialogs/qprintpropertieswidget.ui
+++ b/src/printsupport/dialogs/qprintpropertieswidget.ui
@@ -32,6 +32,20 @@
</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>