diff --git a/gui/projectfile.ui b/gui/projectfile.ui
index 145b938d7..f456ff897 100644
--- a/gui/projectfile.ui
+++ b/gui/projectfile.ui
@@ -19,15 +19,15 @@
0
-
+
Project
-
-
+
-
-
+
Root:
@@ -42,7 +42,7 @@
-
-
+
-
@@ -76,9 +76,9 @@
-
-
+
-
-
+
Libraries:
@@ -87,7 +87,7 @@
-
-
+
Note: Put your own custom .cfg files in the same folder as the project file. You should see them above.
@@ -111,13 +111,13 @@
-
+
Visual Studio
-
-
+
Visual Studio
@@ -130,7 +130,7 @@ Library settings are not imported.
-
-
+
-
@@ -158,13 +158,13 @@ Library settings are not imported.
-
+
CMake
-
-
+
Compile database
@@ -177,7 +177,7 @@ Library settings are not provided in compile database, be careful about this con
-
-
+
-
@@ -205,13 +205,13 @@ Library settings are not provided in compile database, be careful about this con
-
+
Other
-
-
+
-
-
@@ -240,7 +240,7 @@ Library settings are not provided in compile database, be careful about this con
-
-
+
-
@@ -280,9 +280,9 @@ Library settings are not provided in compile database, be careful about this con
-
-
+
-
-
+
Defines:
@@ -301,7 +301,7 @@ Library settings are not provided in compile database, be careful about this con
-
-
+
-
-
@@ -334,7 +334,7 @@ Library settings are not provided in compile database, be careful about this con
-
-
+
-
@@ -402,25 +402,25 @@ Library settings are not provided in compile database, be careful about this con
-
+
Exclude
-
-
+
Paths:
-
-
+
-
-
-
+
-
@@ -461,13 +461,13 @@ Library settings are not provided in compile database, be careful about this con
-
+
Suppressions
-
-
+
Suppression list:
@@ -477,7 +477,7 @@ Library settings are not provided in compile database, be careful about this con
-
-
+
-
diff --git a/gui/projectfiledialog.cpp b/gui/projectfiledialog.cpp
index 4086115cb..9f658165a 100644
--- a/gui/projectfiledialog.cpp
+++ b/gui/projectfiledialog.cpp
@@ -78,7 +78,7 @@ ProjectFileDialog::ProjectFileDialog(const QString &path, QWidget *parent)
foreach (const QString library, libs) {
QCheckBox *checkbox = new QCheckBox(this);
checkbox->setText(library);
- mUI.librariesLayout->addWidget(checkbox);
+ mUI.layoutLibraries->addWidget(checkbox);
mLibraryCheckboxes << checkbox;
}