mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 20:50:34 +01:00
Minor
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5607 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -345,7 +345,7 @@ void GeneralConfigurationPage::on_m_custom_tbt_path_cb_currentIndexChanged(int i
|
|||||||
{
|
{
|
||||||
if (index == 1)
|
if (index == 1)
|
||||||
{
|
{
|
||||||
QString path = QFileDialog::getExistingDirectory(this, tr("Chemin de la collection utilisateur"), QDir::homePath());
|
QString path = QFileDialog::getExistingDirectory(this, tr("Chemin des cartouches utilisateur"), QDir::homePath());
|
||||||
if (!path.isEmpty()) {
|
if (!path.isEmpty()) {
|
||||||
ui->m_custom_tbt_path_cb->setItemData(1, path, Qt::DisplayRole);
|
ui->m_custom_tbt_path_cb->setItemData(1, path, Qt::DisplayRole);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user