summaryrefslogtreecommitdiff
path: root/src/plugins/qnx/bardescriptoreditor.h
diff options
context:
space:
mode:
authorTobias Nätterlund <tobias.naetterlund.qnx@kdab.com>2013-11-29 14:50:53 +0100
committerTobias Nätterlund <tobias.naetterlund@kdab.com>2013-12-20 07:36:06 +0100
commit4dd2b819df36f0153bbe419e0cb9d9bc2e862dc1 (patch)
tree5e311b89911fb6a8a6b5cc4fe841bce86fa6b3e0 /src/plugins/qnx/bardescriptoreditor.h
parentf73cd8b6dbc73b0d482e740eddbf9df6b934e7da (diff)
downloadqt-creator-4dd2b819df36f0153bbe419e0cb9d9bc2e862dc1.tar.gz
QNX: Show line/column in the bar descriptor editor
Task-number: QTCREATORBUG-10395 Change-Id: I290c52dbcf2615513ec1a5fb0e724baff425d1cf Reviewed-by: David Kaspar <dkaspar@blackberry.com> Reviewed-by: Mehdi Fekari <mfekari@blackberry.com> Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
Diffstat (limited to 'src/plugins/qnx/bardescriptoreditor.h')
-rw-r--r--src/plugins/qnx/bardescriptoreditor.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/plugins/qnx/bardescriptoreditor.h b/src/plugins/qnx/bardescriptoreditor.h
index da07c43030..d03a2a8139 100644
--- a/src/plugins/qnx/bardescriptoreditor.h
+++ b/src/plugins/qnx/bardescriptoreditor.h
@@ -39,6 +39,10 @@ class QActionGroup;
class QToolBar;
QT_END_NAMESPACE
+namespace Utils {
+class LineColumnLabel;
+}
+
namespace Qnx {
namespace Internal {
@@ -67,6 +71,7 @@ public:
private slots:
void changeEditorPage(QAction *action);
+ void updateCursorPosition();
private:
void setActivePage(EditorPage page);
@@ -75,6 +80,8 @@ private:
QToolBar *m_toolBar;
QActionGroup *m_actionGroup;
+ Utils::LineColumnLabel *m_cursorPositionLabel;
+ QAction *m_cursorPositionAction;
};
} // namespace Internal