mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-08-17 06:49:56 +00:00
added several function to profile tab
This commit is contained in:
@ -18,6 +18,7 @@
|
||||
#ifndef GENERALWIDGET_H
|
||||
#define GENERALWIDGET_H
|
||||
|
||||
#include <QComboBox>
|
||||
#include <QDir>
|
||||
#include <QHash>
|
||||
#include <QWidget>
|
||||
@ -36,12 +37,14 @@ public:
|
||||
QString ifaceDir = QString(""),
|
||||
QString profileDir = QString(""));
|
||||
~GeneralWidget();
|
||||
QComboBox *connectionType;
|
||||
QHash<QString, QString> getSettings();
|
||||
int isOk();
|
||||
void setSettings(QHash<QString, QString> settings);
|
||||
|
||||
public slots:
|
||||
void clear();
|
||||
void setShown(bool state);
|
||||
|
||||
private slots:
|
||||
void addAfter();
|
||||
|
Reference in New Issue
Block a user