Here is a list of the new features available in version 1.4:
-
Support for Qt 1.4 widgets - QScrollView, QListView, QTabBar, and QSpinBox.
-
Massive revamp of layout creation. Layout creation has been removed
from the dialog window itself. There is now a new window containing
the layout in a tree view. Layout creation now has the following
features:
-
Support for Box and Grid layouts. Multi row/column widgets in a Grid
layout are not yet supported.
-
Support for menu bars in layouts.
-
Support for widgets in layouts.
-
Support for layouts inside of widgets. For example, a QButtonGroup
can contain a QGridLayout managing all of its QRadioButtons.
-
Graphically moving layout items around on the dialog.
-
Update of all QtArch dialogs to use layouts. These are good examples
for what can be done with QtArch as all were created with QtArch.
Back