summaryrefslogtreecommitdiffstats
path: root/abs/core/mythinstall/password_manage.h
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2010-03-14 23:36:14 (GMT)
committerJames Meyer <james.meyer@operamail.com>2010-03-14 23:36:14 (GMT)
commit2e9a78e69206e284e2e8411bc455d52b8dd9ca74 (patch)
tree2ee5f006d3e2eae1b969d7126708742532a33c40 /abs/core/mythinstall/password_manage.h
parent3d7c59c43f41cf1a9a13831c287373211e089a02 (diff)
downloadlinhes_pkgbuild-2e9a78e69206e284e2e8411bc455d52b8dd9ca74.zip
linhes_pkgbuild-2e9a78e69206e284e2e8411bc455d52b8dd9ca74.tar.gz
linhes_pkgbuild-2e9a78e69206e284e2e8411bc455d52b8dd9ca74.tar.bz2
mythinstall: sync testing to core
bugfix
Diffstat (limited to 'abs/core/mythinstall/password_manage.h')
-rwxr-xr-xabs/core/mythinstall/password_manage.h60
1 files changed, 0 insertions, 60 deletions
diff --git a/abs/core/mythinstall/password_manage.h b/abs/core/mythinstall/password_manage.h
deleted file mode 100755
index 665f23f..0000000
--- a/abs/core/mythinstall/password_manage.h
+++ /dev/null
@@ -1,60 +0,0 @@
-#include <settings.h>
-#include "mythdialogs.h"
-#include "libmyth/mythdialogs.h"
-#include "libmyth/mythwidgets.h"
-#include "installsettings.h"
-
-
-class UserManagement: public VerticalConfigurationGroup {
- Q_OBJECT
-public:
- UserManagement();
- TransComboBoxSetting *userlist;
- TransLineEditSetting *userpass1;
- TransButtonSetting *userapplyButton;
- TransButtonSetting *usercreateButton;
- TransButtonSetting *userdeleteButton;
- TransButtonSetting *passToggleButton;
- TransLabelSetting *info;
- TransCheckBoxSetting *lockaccount;
- HostCheckBox *rootSSH;
- void user_fillselection(void);
- bool user_exisit_check(QString);
- bool user_valid_check(QString);
-
-public slots:
- void applychanges();
- void userchanged();
- void usercreatepopup();
- void userdeletepopup();
- void togglepass();
-};
-
-
-
-class WebPassword: public
- TriggeredConfigurationGroup {
- Q_OBJECT
-public:
- WebPassword();
- HostLineEdit *webuser;
- HostLineEdit *webpassword;
- HostCheckBox *webAuth;
- TransButtonSetting *webpassToggleButton;
- TransLabelSetting *info;
- bool valid_check(QString);
- TransButtonSetting *webapplyButton;
-
-public slots:
- void webpassword_gathersettings();
- void togglepass();
-};
-
-class WebPasswordFrame: public
- VerticalConfigurationGroup {
- Q_OBJECT
-public:
- WebPasswordFrame();
- TransButtonSetting *webapplyButton;
-
-};