QCodeEdit hide f1

This commit is contained in:
2020-09-14 14:47:42 +03:00
parent a65549d7e8
commit 596ec969c6
2 changed files with 10 additions and 2 deletions

View File

@@ -79,6 +79,7 @@ public:
QStringList cursorScope() const;
bool showSpaces() const {return spaces_;}
bool showLineNumbers() const;
void setHelpHintVisible(bool on);
void setEditorFont(QFont f);
QFont editorFont() const;
@@ -124,7 +125,8 @@ private:
enum LabelHelpType {
lhMain,
lhHint,
lhF1
lhF1,
lh_last
};
QCodeEditCompleter * completer;