forked from blue/squawk
first thoughts about downloads path changing
This commit is contained in:
parent
da19eb86bb
commit
243edff8bd
11 changed files with 122 additions and 10 deletions
|
@ -6,6 +6,9 @@ PageGeneral::PageGeneral(QWidget* parent):
|
|||
m_ui(new Ui::PageGeneral())
|
||||
{
|
||||
m_ui->setupUi(this);
|
||||
|
||||
QSettings settings;
|
||||
m_ui->downloadsPathInput->setText(settings.value("downloadsPath").toString());
|
||||
}
|
||||
|
||||
PageGeneral::~PageGeneral()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue