Revision 539877

Go back to digest for 14th May 2006

Other in KDE-PIM

Reinhold Kainhofer committed changes in /trunk/KDE/kdepim/korganizer:

Try to convert the ui files to Qt 4 .ui files. As far as I can see, it's impossible to create a QButtonGroup in designer (so you can easily obtain the index of the selecte
d radio button without having to subclass or manually add the buttons to a button group, where the list of radio buttons in the ui file and in the code needs to be manuall
y kept in sync and is thus quite error-prone).

So, I'll simply leave the Q3ButtonGroup widgets in there until we find a nice way to achieve the same with Qt4.

File Changes

Modified 19 files
  • /trunk/KDE/kdepim/korganizer
  •   /printing/calprintdayconfig_base.ui
  •   /printing/calprintdefaultplugins.cpp
  •   /printing/calprintdefaultplugins.h
  •   /printing/calprinter.cpp
  •   /printing/calprinter.h
  •   /printing/calprintmonthconfig_base.ui
  •   /printing/calprinttodoconfig_base.ui
  •   /printing/calprintweekconfig_base.ui
  •   /printing/CMakeLists.txt
  •   /plugins/printing/journal/calprintjournalconfig_base.ui
  •   /plugins/printing/journal/CMakeLists.txt
  •   /plugins/printing/journal/journalprint.cpp
  •   /plugins/printing/journal/journalprint.h
  •   /plugins/printing/list/calprintlistconfig_base.ui
  •   /plugins/printing/list/listprint.cpp
  •   /plugins/printing/list/listprint.h
  •   /plugins/printing/whatsnext/calprintwhatsnextconfig_base.ui
  •   /plugins/printing/whatsnext/whatsnextprint.cpp
  •   /plugins/printing/whatsnext/whatsnextprint.h
19 files changed in total