O
O
Oleg Seledets2018-08-28 13:48:58
Qt
Oleg Seledets, 2018-08-28 13:48:58

Where is the file?

File save is hung on the button:

QSettings *dbsett = new QSettings("C:\\testtesttesttest.ini",QSettings::IniFormat);
 dbsett->setValue("database_connection/ip", ipadr);
 dbsett->sync();

There is also a button to open using QFileDialog
QString pathfilename = QFileDialog::getOpenFileName(this,
                                                        tr("Открыть файл настроек"),"C\\",
                                                        tr("Настройки проекта (*.ini)"));

And so, in a window through QFileDialog this file is, and if to open through an explorer, then is not present.
How did I lose the file?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
vreitech, 2018-08-28
@fzfx

search here:

%appdata%\..\Local\Microsoft\Windows\INetCache\Virtualized

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question