forked from blue/squawk
Downloads folder now is movable
This commit is contained in:
parent
d8b5ccb2da
commit
73b1b58a96
16 changed files with 141 additions and 12 deletions
|
@ -5,6 +5,7 @@
|
|||
#include <QScopedPointer>
|
||||
#include <QVariant>
|
||||
#include <QSettings>
|
||||
#include <QFileDialog>
|
||||
|
||||
namespace Ui
|
||||
{
|
||||
|
@ -24,8 +25,14 @@ public:
|
|||
signals:
|
||||
void variableModified(const QString& key, const QVariant& value);
|
||||
|
||||
private slots:
|
||||
void onBrowseButtonClicked();
|
||||
void onDialogAccepted();
|
||||
void onDialogDestroyed();
|
||||
|
||||
private:
|
||||
QScopedPointer<Ui::PageGeneral> m_ui;
|
||||
QFileDialog* dialog;
|
||||
};
|
||||
|
||||
#endif // PAGEGENERAL_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue