mirror of
https://github.com/Lurkki14/tuxclocker.git
synced 2025-02-25 18:55:24 -06:00
more stuff
This commit is contained in:
17
newprofile.h
17
newprofile.h
@@ -2,6 +2,9 @@
|
||||
#define NEWPROFILE_H
|
||||
|
||||
#include <QDialog>
|
||||
#include <QAbstractButton>
|
||||
#include <QSettings>
|
||||
#include <QListWidget>
|
||||
|
||||
namespace Ui {
|
||||
class newProfile;
|
||||
@@ -15,8 +18,22 @@ public:
|
||||
explicit newProfile(QWidget *parent = nullptr);
|
||||
~newProfile();
|
||||
|
||||
signals:
|
||||
void mousePressEvent(QMouseEvent* event);
|
||||
|
||||
private slots:
|
||||
void on_saveButton_clicked();
|
||||
void on_profileNameEdit_textChanged(const QString &arg1);
|
||||
void on_cancelButton_clicked();
|
||||
void listProfiles();
|
||||
void editEntryName(QListWidgetItem *item);
|
||||
|
||||
void on_addButton_pressed();
|
||||
|
||||
void rightClick(QMouseEvent *event);
|
||||
private:
|
||||
Ui::newProfile *ui;
|
||||
QString newProfileName;
|
||||
};
|
||||
|
||||
#endif // NEWPROFILE_H
|
||||
|
||||
Reference in New Issue
Block a user