Add a generic variable chooser widget.

The chooser allows choosing variables from a list, and inserting them
into previously focused line edit, text edit, or plain text edit.
Variables are now registered with a description in the variable manager.
Also make the QT_INSTALL_BINS --> CurrentProject:QT_INSTALL_BINS for
consistency.
This commit is contained in:
con
2011-02-10 20:58:17 +01:00
parent 738d1ccec9
commit b40500a7bf
13 changed files with 329 additions and 22 deletions

View File

@@ -57,6 +57,7 @@
#include "progressview.h"
#include "shortcutsettings.h"
#include "vcsmanager.h"
#include "variablechooser.h"
#include "scriptmanager_p.h"
#include "settingsdialog.h"