summaryrefslogtreecommitdiffstats
path: root/src/widgets/configure.json
blob: a59f86e2786983956d6c45c9a120043f95c8cbd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
{
    "module": "widgets",
    "depends": [
        "core-private",
        "gui"
    ],
    "testDir": "../../config.tests",

    "commandline": {
        "options": {
            "gtk": { "type": "boolean", "name": "gtk3" },
            "style-windows": "boolean",
            "style-windowsxp": "boolean",
            "style-windowsvista": "boolean",
            "style-fusion": "boolean",
            "style-mac": "boolean",
            "style-android": "boolean"
        }
    },

    "libraries": {
        "gtk3": {
            "label": "GTK+",
            "sources": [
                { "type": "pkgConfig", "args": "gtk+-3.0" }
            ]
        }
    },

    "tests": {
        "uxtheme": {
            "label": "uxtheme.h",
            "type": "files",
            "files": [ "uxtheme.h" ]
        }
    },

    "features": {
        "gtk3": {
            "label": "GTK+",
            "autoDetect": "!config.darwin",
            "condition": "features.glib && libs.gtk3",
            "output": [ "privateFeature" ]
        },
        "style-fusion": {
            "label": "Fusion",
            "output": [ "privateFeature", "styles" ]
        },
        "style-mac": {
            "label": "macOS",
            "condition": "config.osx",
            "output": [ "privateFeature", "styles" ]
        },
        "style-windows": {
            "label": "Windows",
            "output": [ "privateFeature", "styles" ]
        },
        "style-windowsxp": {
            "label": "WindowsXP",
            "condition": "features.style-windows && config.win32 && !config.winrt && tests.uxtheme",
            "output": [ "privateFeature", "styles" ]
        },
        "style-windowsvista": {
            "label": "WindowsVista",
            "condition": "features.style-windowsxp",
            "output": [ "privateFeature", "styles" ]
        },
        "style-android": {
            "label": "Android",
            "autoDetect": "config.android",
            "output": [ "privateFeature", "styles" ]
        },
        "style-stylesheet": {
            "label": "QStyleSheetStyle",
            "purpose": "Provides a widget style which is configurable via CSS.",
            "section": "Styles",
            "condition": "features.style-windows && features.properties && features.cssparser",
            "output": [ "publicFeature", "feature" ]
        },
        "effects": {
            "label": "Effects",
            "purpose": "Provides special widget effects (e.g. fading and scrolling).",
            "section": "Kernel"
        },
        "filesystemmodel": {
            "label": "QFileSystemModel",
            "purpose": "Provides a data model for the local filesystem.",
            "section": "File I/O",
            "condition": "features.itemmodel",
            "output": [ "publicFeature", "feature" ]
        },
        "itemviews": {
            "label": "The Model/View Framework",
            "purpose": "Provides the model/view architecture managing the relationship between data and the way it is presented to the user.",
            "section": "ItemViews",
            "condition": "features.itemmodel && features.rubberband && features.scrollarea",
            "output": [ "publicFeature", "feature" ]
        },
        "treewidget": {
            "label": "QTreeWidget",
            "purpose": "Provides views using tree models.",
            "section": "Widgets",
            "condition": "features.treeview",
            "output": [ "publicFeature", "feature" ]
        },
        "listwidget": {
            "label": "QListWidget",
            "purpose": "Provides item-based list widgets.",
            "section": "Widgets",
            "condition": "features.listview",
            "output": [ "publicFeature", "feature" ]
        },
        "tablewidget": {
            "label": "QTableWidget",
            "purpose": "Provides item-based table views.",
            "section": "Widgets",
            "condition": "features.tableview",
            "output": [ "publicFeature", "feature" ]
        },
        "commandlinkbutton": {
            "label": "QCommandLinkButton",
            "purpose": "Provides a Vista style command link button.",
            "section": "Widgets",
            "output": [ "publicFeature" ]
        },
        "datetimeedit": {
            "label": "QDateTimeEdit",
            "purpose": "Supports editing dates and times.",
            "section": "Widgets",
            "condition": "features.calendarwidget && features.datestring && features.textdate",
            "output": [ "publicFeature", "feature" ]
        },
        "stackedwidget": {
            "label": "QStackedWidget",
            "purpose": "Provides stacked widgets.",
            "section": "Widgets",
            "output": [ "publicFeature", "feature" ]
        },
        "textbrowser": {
            "label": "QTextBrowser",
            "purpose": "Supports HTML document browsing.",
            "section": "Widgets",
            "condition": "features.textedit",
            "output": [ "publicFeature", "feature" ]
        },
        "splashscreen": {
            "label": "QSplashScreen",
            "purpose": "Supports splash screens that can be shown during application startup.",
            "section": "Widgets",
            "output": [ "publicFeature", "feature" ]
        },
        "splitter": {
            "label": "QSplitter",
            "purpose": "Provides user controlled splitter widgets.",
            "section": "Widgets",
            "condition": "features.rubberband",
            "output": [ "publicFeature", "feature" ]
        },
        "label": {
            "label": "QLabel",
            "purpose": "Provides a text or image display.",
            "section": "Widgets",
            "output": [ "publicFeature" ]
        },
        "formlayout": {
            "label": "QFormLayout",
            "purpose": "Manages forms of input widgets and their associated labels.",
            "section": "Widgets",
            "condition": "features.label",
            "output": [ "publicFeature" ]
        },
        "lcdnumber": {
            "label": "QLCDNumber",
            "purpose": "Provides LCD-like digits.",
            "section": "Widgets",
            "output": [ "publicFeature", "feature" ]
        },
        "menu": {
            "label": "QMenu",
            "purpose": "Provides popup-menus.",
            "section": "Widgets",
            "condition": "features.action",
            "output": [ "publicFeature", "feature" ]
        },
        "lineedit": {
            "label": "QLineEdit",
            "purpose": "Provides single-line edits.",
            "section": "Widgets",
            "output": [ "publicFeature", "feature" ]
        },
        "radiobutton": {
            "label": "QRadioButton",
            "purpose": "Provides a radio button with a text label.",
            "section": "Widgets",
            "output": [ "publicFeature" ]
        },
        "spinbox": {
            "label": "QSpinBox",
            "purpose": "Provides spin boxes handling integers and discrete sets of values.",
            "section": "Widgets",
            "condition": "features.lineedit && features.validator",
            "output": [ "publicFeature", "feature" ]
        },
        "tabbar": {
            "label": "QTabBar",
            "purpose": "Provides tab bars, e.g., for use in tabbed dialogs.",
            "section": "Widgets",
            "condition": "features.toolbutton",
            "output": [ "publicFeature", "feature" ]
        },
        "tabwidget": {
            "label": "QTabWidget",
            "purpose": "Supports stacking tabbed widgets.",
            "section": "Widgets",
            "condition": "features.tabbar && features.stackedwidget",
            "output": [ "publicFeature", "feature" ]
        },
        "combobox": {
            "label": "QComboBox",
            "purpose": "Provides drop-down boxes presenting a list of options to the user.",
            "section": "Widgets",
            "condition": "features.lineedit && features.standarditemmodel && features.listview",
            "output": [ "publicFeature", "feature" ]
        },
        "fontcombobox": {
            "label": "QFontComboBox",
            "purpose": "Provides a combobox that lets the user select a font family.",
            "section": "Widgets",
            "condition": "features.combobox && features.stringlistmodel",
            "output": [ "publicFeature", "feature" ]
        },
        "toolbutton": {
            "label": "QToolButton",
            "purpose": "Provides quick-access buttons to commands and options.",
            "section": "Widgets",
            "condition": "features.action",
            "output": [ "publicFeature", "feature" ]
        },
        "toolbar": {
            "label": "QToolBar",
            "purpose": "Provides movable panels containing a set of controls.",
            "section": "Widgets",
            "condition": "features.mainwindow",
            "output": [ "publicFeature", "feature" ]
        },
        "toolbox": {
            "label": "QToolBox",
            "purpose": "Provides columns of tabbed widget items.",
            "section": "Widgets",
            "condition": "features.toolbutton && features.scrollarea",
            "output": [ "publicFeature", "feature" ]
        },
        "groupbox": {
            "label": "QGroupBox",
            "purpose": "Provides widget grouping boxes with frames.",
            "section": "Widgets",
            "output": [ "publicFeature", "feature" ]
        },
        "buttongroup": {
            "label": "QButtonGroup",
            "purpose": "Supports organizing groups of button widgets.",
            "section": "Widgets",
            "condition": "features.groupbox",
            "output": [ "publicFeature", "feature" ]
        },
        "mainwindow": {
            "label": "QMainWindow",
            "purpose": "Provides main application windows.",
            "section": "Widgets",
            "condition": "features.menu && features.resizehandler && features.toolbutton",
            "output": [ "publicFeature", "feature" ]
        },
        "dockwidget": {
            "label": "QDockwidget",
            "purpose": "Supports docking widgets inside a QMainWindow or floated as a top-level window on the desktop.",
            "section": "Widgets",
            "condition": "features.rubberband && features.mainwindow",
            "output": [ "publicFeature", "feature" ]
        },
        "mdiarea": {
            "label": "QMdiArea",
            "purpose": "Provides an area in which MDI windows are displayed.",
            "section": "Widgets",
            "condition": "features.scrollarea",
            "output": [ "publicFeature", "feature" ]
        },
        "resizehandler": {
            "label": "QWidgetResizeHandler",
            "purpose": "Provides an internal resize handler for dock widgets.",
            "section": "Widgets",
            "output": [ "publicFeature", "feature" ]
        },
        "statusbar": {
            "label": "QStatusBar",
            "purpose": "Supports presentation of status information.",
            "section": "Widgets",
            "output": [ "publicFeature", "feature" ]
        },
        "menubar": {
            "label": "QMenuBar",
            "purpose": "Provides pull-down menu items.",
            "section": "Widgets",
            "condition": "features.menu && features.toolbutton",
            "output": [ "publicFeature", "feature" ]
        },
        "contextmenu": {
            "label": "Context menus",
            "purpose": "Adds pop-up menus on right mouse click to numerous widgets.",
            "section": "Widgets",
            "condition": "features.menu",
            "output": [ "publicFeature", "feature" ]
        },
        "progressbar": {
            "label": "QProgressBar",
            "purpose": "Supports presentation of operation progress.",
            "section": "Widgets",
            "output": [ "publicFeature", "feature" ]
        },
        "slider": {
            "label": "QSlider",
            "purpose": "Provides sliders controlling a bounded value.",
            "section": "Widgets",
            "output": [ "publicFeature", "feature" ]
        },
        "scrollbar": {
            "label": "QScrollBar",
            "purpose": "Provides scrollbars allowing the user access parts of a document that is larger than the widget used to display it.",
            "section": "Widgets",
            "condition": "features.slider",
            "output": [ "publicFeature", "feature" ]
        },
        "dial": {
            "label": "QDial",
            "purpose": "Provides a rounded range control, e.g., like a speedometer.",
            "section": "Widgets",
            "condition": "features.slider",
            "output": [ "publicFeature", "feature" ]
        },
        "scrollarea": {
            "label": "QScrollArea",
            "purpose": "Supports scrolling views onto widgets.",
            "section": "Widgets",
            "condition": "features.scrollbar",
            "output": [ "publicFeature", "feature" ]
        },
        "scroller": {
            "label": "QScroller",
            "purpose": "Enables kinetic scrolling for any scrolling widget or graphics item.",
            "section": "Widgets",
            "output": [ "publicFeature" ]
        },
        "graphicsview": {
            "label": "QGraphicsView",
            "purpose": "Provides a canvas/sprite framework.",
            "section": "Widgets",
            "condition": "features.scrollarea",
            "output": [ "publicFeature", "feature" ]
        },
        "graphicseffect": {
            "label": "QGraphicsEffect",
            "purpose": "Provides various graphics effects.",
            "section": "Widgets",
            "condition": "features.graphicsview",
            "output": [ "publicFeature", "feature" ]
        },
        "textedit": {
            "label": "QTextEdit",
            "purpose": "Supports rich text editing.",
            "section": "Widgets",
            "condition": "features.scrollarea && features.properties",
            "output": [ "publicFeature", "feature" ]
        },
        "syntaxhighlighter": {
            "label": "QSyntaxHighlighter",
            "purpose": "Supports custom syntax highlighting.",
            "section": "Widgets",
            "condition": "features.textedit",
            "output": [ "publicFeature", "feature" ]
        },
        "rubberband": {
            "label": "QRubberBand",
            "purpose": "Supports using rubberbands to indicate selections and boundaries.",
            "section": "Widgets",
            "output": [ "publicFeature", "feature" ]
        },
        "tooltip": {
            "label": "QToolTip",
            "purpose": "Supports presentation of tooltips.",
            "section": "Widgets",
            "condition": "features.label",
            "output": [ "publicFeature", "feature" ]
        },
        "statustip": {
            "label": "Status Tip",
            "purpose": "Supports status tip functionality and events.",
            "section": "Widgets",
            "output": [ "publicFeature", "feature" ]
        },
        "whatsthis": {
            "label": "QWhatsThis",
            "purpose": "Supports displaying \"What's this\" help.",
            "section": "Widgets",
            "condition": "features.toolbutton",
            "output": [ "publicFeature", "feature" ]
        },
        "sizegrip": {
            "label": "QSizeGrip",
            "purpose": "Provides corner-grips for resizing top-level windows.",
            "section": "Widgets",
            "output": [ "publicFeature", "feature" ]
        },
        "calendarwidget": {
            "label": "QCalendarWidget",
            "purpose": "Provides a monthly based calendar widget allowing the user to select a date.",
            "section": "Widgets",
            "condition": "features.tableview && features.menu && features.textdate && features.spinbox && features.toolbutton && features.label",
            "output": [ "publicFeature", "feature" ]
        },
        "keysequenceedit": {
            "label": "QKeySequenceEdit",
            "purpose": "Provides a widget for editing QKeySequences.",
            "section": "Widgets",
            "condition": "features.lineedit && features.shortcut",
            "output": [ "publicFeature", "feature" ]
        },
        "dialogbuttonbox": {
            "label": "QDialogButtonBox",
            "purpose": "Presents buttons in a layout that is appropriate for the current widget style.",
            "section": "Dialogs",
            "output": [ "publicFeature" ]
        },
        "messagebox": {
            "label": "QMessageBox",
            "purpose": "Provides message boxes displaying informative messages and simple questions.",
            "section": "Dialogs",
            "condition" : "features.dialogbuttonbox && features.label",
            "output": [ "publicFeature", "feature" ]
        },
        "colordialog": {
            "label": "QColorDialog",
            "purpose": "Provides a dialog widget for specifying colors.",
            "section": "Dialogs",
            "condition": [
                "features.dialogbuttonbox",
                "features.label",
                "features.spinbox"
            ],
            "output": [ "publicFeature", "feature" ]
        },
        "filedialog": {
            "label": "QFileDialog",
            "purpose": "Provides a dialog widget for selecting files or directories.",
            "section": "Dialogs",
            "condition": [
                "features.buttongroup",
                "features.combobox",
                "features.dialogbuttonbox",
                "features.dirmodel",
                "features.label",
                "features.proxymodel",
                "features.splitter",
                "features.stackedwidget",
                "features.treeview",
                "features.toolbutton"
            ],
            "output": [ "publicFeature", "feature" ]
        },
        "fontdialog": {
            "label": "QFontDialog",
            "purpose": "Provides a dialog widget for selecting fonts.",
            "section": "Dialogs",
            "condition": [
               "features.combobox",
               "features.dialogbuttonbox",
               "features.groupbox",
               "features.label",
               "features.stringlistmodel",
               "features.validator"
            ],
            "output": [ "publicFeature", "feature" ]
        },
        "progressdialog": {
            "label": "QProgressDialog",
            "purpose": "Provides feedback on the progress of a slow operation.",
            "section": "Dialogs",
            "condition": "features.progressbar && features.label",
            "output": [ "publicFeature", "feature" ]
        },
        "inputdialog": {
            "label": "QInputDialog",
            "purpose": "Provides a simple convenience dialog to get a single value from the user.",
            "section": "Dialogs",
            "condition": [
                "features.combobox",
                "features.dialogbuttonbox",
                "features.label",
                "features.spinbox",
                "features.stackedwidget",
                "features.textedit"
            ],
            "output": [ "publicFeature", "feature" ]
        },
        "errormessage": {
            "label": "QErrorMessage",
            "purpose": "Provides an error message display dialog.",
            "section": "Dialogs",
            "condition": "features.textedit && features.label",
            "output": [ "publicFeature", "feature" ]
        },
        "wizard": {
            "label": "QWizard",
            "purpose": "Provides a framework for multi-page click-through dialogs.",
            "section": "Dialogs",
            "condition": "features.properties && features.label",
            "output": [ "publicFeature", "feature" ]
        },
        "dirmodel": {
            "label": "QDirModel",
            "purpose": "Provides a data model for the local filesystem.",
            "section": "ItemViews",
            "condition": "features.itemviews && features.filesystemmodel",
            "output": [ "publicFeature", "feature" ]
        },
        "listview": {
            "label": "QListView",
            "purpose": "Provides a list or icon view onto a model.",
            "section": "ItemViews",
            "condition": "features.itemviews",
            "output": [ "publicFeature", "feature" ]
        },
        "tableview": {
            "label": "QTableView",
            "purpose": "Provides a default model/view implementation of a table view.",
            "section": "ItemViews",
            "condition": "features.itemviews",
            "output": [ "publicFeature", "feature" ]
        },
        "treeview": {
            "label": "QTreeView",
            "purpose": "Provides a default model/view implementation of a tree view.",
            "section": "ItemViews",
            "condition": "features.itemviews",
            "output": [ "publicFeature", "feature" ]
        },
        "datawidgetmapper": {
            "label": "QDataWidgetMapper",
            "purpose": "Provides mapping between a section of a data model to widgets.",
            "section": "ItemViews",
            "condition": "features.itemviews && features.properties",
            "output": [ "publicFeature", "feature" ]
        },
        "columnview": {
            "label": "QColumnView",
            "purpose": "Provides a model/view implementation of a column view.",
            "section": "ItemViews",
            "condition": "features.listview",
            "output": [ "publicFeature", "feature" ]
        },
        "paint_debug": {
            "label": "Painting Debug Utilities",
            "purpose": "Enabled debugging painting with the environment variables QT_FLUSH_UPDATE and QT_FLUSH_PAINT.",
            "section": "Painting",
            "output": [ "publicFeature", "feature" ]
        },
        "completer": {
            "label": "QCompleter",
            "purpose": "Provides completions based on an item model.",
            "section": "Utilities",
            "condition": "features.proxymodel && features.itemviews",
            "output": [ "publicFeature", "feature" ]
        },
        "fscompleter": {
            "label": "QFSCompleter",
            "purpose": "Provides file name completion in QFileDialog.",
            "section": "Utilities",
            "condition": "features.filesystemmodel && features.completer",
            "output": [ "publicFeature", "feature" ]
        },
        "undocommand": {
            "label": "QUndoCommand",
            "purpose": "Applies (redo or) undo of a single change in a document.",
            "section": "Utilities",
            "output": [ "publicFeature", "feature" ]
        },
        "undostack": {
            "label": "QUndoStack",
            "purpose": "Provides the ability to (redo or) undo a list of changes in a document.",
            "section": "Utilities",
            "condition": "features.undocommand",
            "output": [ "publicFeature", "feature" ]
        },
        "undogroup": {
            "label": "QUndoGroup",
            "purpose": "Provides the ability to cluster QUndoCommands.",
            "section": "Utilities",
            "condition": "features.undostack",
            "output": [ "publicFeature", "feature" ]
        },
        "undoview": {
            "label": "QUndoView",
            "purpose": "Provides a widget which shows the contents of an undo stack.",
            "section": "Utilities",
            "condition": "features.undostack && features.listview",
            "output": [ "publicFeature", "feature" ]
        }
    },

    "report": [
    ],

    "summary": [
        {
            "section": "Qt Widgets",
            "entries": [
                "gtk3",
                {
                    "message": "Styles",
                    "type": "featureList",
                    "args": "style-fusion style-mac style-windows style-windowsxp style-windowsvista style-android"
                }
            ]
        }
    ]
}