File dialog does not require features.tooltip
Also rewrite condition as block Change-Id: Ife0086def80f1806c38dad822265fddf7ca0690b Reviewed-by: Lars Knoll <lars.knoll@qt.io>
This commit is contained in:
parent
eae8afa571
commit
5a3029fbf1
@ -408,7 +408,16 @@
|
||||
"label": "QFileDialog",
|
||||
"purpose": "Provides a dialog widget for selecting files or directories.",
|
||||
"section": "Dialogs",
|
||||
"condition": "features.dirmodel && features.treeview && features.combobox && features.toolbutton && features.buttongroup && features.tooltip && features.splitter && features.stackedwidget && features.proxymodel",
|
||||
"condition": [
|
||||
"features.buttongroup",
|
||||
"features.combobox",
|
||||
"features.dirmodel",
|
||||
"features.proxymodel",
|
||||
"features.splitter",
|
||||
"features.stackedwidget",
|
||||
"features.treeview",
|
||||
"features.toolbutton"
|
||||
],
|
||||
"output": [ "publicFeature", "feature" ]
|
||||
},
|
||||
"fontdialog": {
|
||||
|
Loading…
Reference in New Issue
Block a user