mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-07-13 05:45:50 +00:00
rewrite ui (refactoring, simplification, improvement of user expierence)
This commit is contained in:
@ -20,10 +20,10 @@
|
||||
|
||||
#include <QLineEdit>
|
||||
|
||||
#include "mainwindow.h"
|
||||
#include "wifimenuwidget.h"
|
||||
|
||||
|
||||
PasswdWidget::PasswdWidget(MainWindow *wid)
|
||||
PasswdWidget::PasswdWidget(WiFiMenuWidget *wid)
|
||||
: QWidget(wid),
|
||||
parent(wid),
|
||||
ui(new Ui::PasswdWidget)
|
||||
@ -79,7 +79,7 @@ void PasswdWidget::setPassword(const bool mode)
|
||||
void PasswdWidget::cancel()
|
||||
{
|
||||
hide();
|
||||
parent->updateTabs(2);
|
||||
parent->update();
|
||||
this->~PasswdWidget();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user