forked from qt-creator/qt-creator
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user