Android Manifest Editor: Show available targets in combobox

Task-number: QTCREATORBUG-9682
Change-Id: I0454d96ff0a1df370e0b9197ae536bf5ae632ac2
Reviewed-by: BogDan Vatra <bogdan@kde.org>
This commit is contained in:
Daniel Teske
2013-08-28 16:28:47 +02:00
parent 87a0f018ed
commit 6c582e0180
3 changed files with 50 additions and 6 deletions

View File

@@ -103,7 +103,7 @@ public slots:
protected:
TextEditor::BaseTextEditor *createEditor();
void resizeEvent(QResizeEvent *event);
bool eventFilter(QObject *obj, QEvent *event);
private slots:
void setLDPIIcon();
void setMDPIIcon();
@@ -133,6 +133,7 @@ private:
void updateInfoBar(const QString &errorMessage, int line, int column);
void hideInfoBar();
Q_SLOT void updateTargetComboBox();
bool m_dirty; // indicates that we need to call syncToEditor()
bool m_stayClean;
@@ -150,7 +151,7 @@ private:
// Application
QLineEdit *m_appNameLineEdit;
QLineEdit *m_targetLineEdit;
QComboBox *m_targetLineEdit;
QToolButton *m_lIconButton;
QToolButton *m_mIconButton;
QToolButton *m_hIconButton;