ui: new style for CodeView

This commit is contained in:
Eberhard Graether
2015-05-25 01:47:14 +02:00
parent d985009bff
commit f15f0de414
19 changed files with 161 additions and 138 deletions
+2 -5
View File
@@ -12,7 +12,8 @@
class QtCodeFile;
class TokenLocationFile;
class QtCodeFileList: public QScrollArea
class QtCodeFileList
: public QScrollArea
{
Q_OBJECT
@@ -39,9 +40,6 @@ public:
const std::vector<std::string>& getErrorMessages() const;
void setErrorMessages(const std::vector<std::string>& errorMessages);
bool getShowMaximizeButton() const;
void setShowMaximizeButton(bool show);
void focusToken(Id tokenId);
void defocusToken();
@@ -54,7 +52,6 @@ private:
Id m_focusedTokenId;
std::vector<Id> m_activeTokenIds;
std::vector<std::string> m_errorMessages;
bool m_showMaximizeButton;
};
#endif // QT_CODE_FILE_LIST