cuuimake 1.x
Qt widgets on top of the cumbia C++ library
cuuimake

cuuimake is an utility to generate ui_*.h files from Qt designer ui xml forms. The cumbia widgets' arguments in class constructors in the ui_*.h files produced by cuuimake are expanded to be compatible with cumbia-qtcontrols class constructors.

Please refer to the cumbia ui make, tool to configure a Qt project with cumbia widgets page to get started immediately.

cuuimake can also be invoked with the shortcut

cumbia ui make

if the qumbia-apps have been installed thoroughly (i.e. qmake, make and sudo make install have been executed from the qumbia-apps top level directory)

Related readings

Tutorials

Tutorials Module
Writing a cumbia activity cumbia
Writing an activity cumbia-tango
CuData for Tango cumbia-tango
Writing a Qt widget that integrates with cumbia qumbia-tango-controls
Using cumbia ui make to process Qt designer UI files qumbia-apps/cuuimake
Writing a Qt application with cumbia and Tango. qumbia-apps/qumbiaprojectwizard
Porting a QTango application to cumbia-tango. qumbia-apps/qumbiaprojectwizard
cumbia new control: quickly add a custom Qt widget to a cumbia project qumbia-apps/qumbianewcontrolwizard
Understanding cumbia-qtcontrols constructors, sources and targets cumbia-qtcontrols.


Modules

Other cumbia modules
cumbia module.
cumbia-tango module.
cumbia-qtcontrols module.
cumbia-qtcontrols module.
qumbia-epics module.
qumbia-epics-controls module.


apps

Shortcuts for the common operations provided by the qumbia-apps applications are defined as follows:

Applications (command line) description app
cumbia new project create a new cumbia project qumbia-apps/qumbiaprojectwizard
cumbia import migrate a QTango project into cumbia qumbia-apps/qumbiaprojectwizard
cumbia new control write a cumbia control reader or writer qumbia-apps/qumbianewcontrolwizard
cumbia ui make run cuuimake to generate qt+cumbia ui_*.h files qumbia-apps/cuuimake
cumbia client run a generic cumbia client qumbia-apps/cumbia_client