~l3on/ubuntu/precise/rkward/rebuild1

« back to all changes in this revision

Viewing changes to rkward/settings/rksettingsmoduler.h

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Friedrichsmeier
  • Date: 2008-04-20 21:30:00 UTC
  • mfrom: (1.2.2 upstream) (3.1.9 hardy)
  • Revision ID: james.westby@ubuntu.com-20080420213000-fs4i8efmfc793bnn
new upstream release
closes: #475175
closes: #463348
closes: #475982

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
                          rksettingsmoduler  -  description
3
3
                             -------------------
4
4
    begin                : Wed Jul 28 2004
5
 
    copyright            : (C) 2004 by Thomas Friedrichsmeier
 
5
    copyright            : (C) 2004, 2007 by Thomas Friedrichsmeier
6
6
    email                : tfry@users.sourceforge.net
7
7
 ***************************************************************************/
8
8
 
60
60
        KIntSpinBox *width_input;
61
61
        QComboBox *warn_input;
62
62
        KIntSpinBox *warningslength_input;
 
63
        KIntSpinBox *maxprint_input;
63
64
        QComboBox *keepsource_input;
64
65
        QComboBox *keepsourcepkgs_input;
65
66
        KIntSpinBox *expressions_input;
66
67
        KIntSpinBox *digits_input;
67
68
        QComboBox *checkbounds_input;
 
69
        QLineEdit *printcmd_input;
68
70
 
69
71
        static QString options_outdec;
70
72
        static int options_width;
71
73
        static int options_warn;
72
74
        static int options_warningslength;
 
75
        static int options_maxprint;
73
76
        static bool options_keepsource;
74
77
        static bool options_keepsourcepkgs;
75
78
        static int options_expressions;
76
79
        static int options_digits;
77
80
        static bool options_checkbounds;
 
81
        static QString options_printcmd;
78
82
};
79
83
 
80
84
/**