~bstrong-f/fisysmgr/trunk

« back to all changes in this revision

Viewing changes to main/include/optionsdlg.h

  • Committer: Barry Strong
  • Date: 2015-05-10 13:05:49 UTC
  • Revision ID: barry@softtechok.com-20150510130549-xlbzzt5slojawh70
Replaced password dialog with credentials dialog. Added minimal about box. Added change mout option value dialog. modified to compile with Qt4 or Qt5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#include "credsdialog.h"
23
23
 
24
24
extern QSettings    *settings;
 
25
extern QString      curCreds;
25
26
 
26
27
namespace Ui {
27
28
    class OptionsDlg;
43
44
        void on_pbApply_clicked();
44
45
        void on_pbCancel_clicked();
45
46
        void on_leOptions_editingFinished();
 
47
        void rightClicked(OptChkBox *chkBox);
46
48
 
47
 
    private:
 
49
private:
48
50
        Ui::OptionsDlg *ui;
49
51
        bool        updating;
50
52
        bool        loading;
54
56
        QGridLayout *layout;
55
57
        QString     fstype;
56
58
        QFile       resource;
 
59
        bool        editing;
57
60
 
58
61
        void buildInterface();
59
62
        void loadChkBoxes();