~l3on/ubuntu/precise/rkward/rebuild1

« back to all changes in this revision

Viewing changes to rkward/plugin/rkstandardcomponentgui.h

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Friedrichsmeier
  • Date: 2009-10-26 14:30:00 UTC
  • mfrom: (1.1.13 upstream) (6.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20091026143000-wzwt6cryjnwce23k
Tags: 0.5.2-1
* new upstream release
  closes: #551306 (added support for the new dynamic help system)
* Add "DM-Upload-Allowed: yes" in control
* bump standards version to 3.8.3 (no changes needed)

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
class QTimer;
66
66
class QSplitter;
67
67
class QCloseEvent;
 
68
class QCheckBox;
68
69
 
69
70
/** contains the standard GUI elements for a top-level RKStandardComponent. The base class creates a dialog interface. For a wizard interface use RKStandardComponentWizard. You *must* call createDialog () after construction, since I can't virualize this for reasons I don't understand!
70
71
 
107
108
        QPushButton *cancel_button;
108
109
        QPushButton *help_button;
109
110
        QPushButton *switch_button;
 
111
        QCheckBox *auto_close_box;
110
112
        RKCommandEditorWindow *code_display;
111
113
 
112
114
        bool enslaved;