15#ifndef LUA_DEBUGGER_GOTO_LINE_FRAME_H
16#define LUA_DEBUGGER_GOTO_LINE_FRAME_H
41 void setTargetEditor(QPlainTextEdit *editor);
49 void keyPressEvent(QKeyEvent *event)
override;
52 Ui::LuaDebuggerGoToLineFrame *ui_;
53 QPointer<QPlainTextEdit> editor_;
55 void focusLineField();
58 void on_goButton_clicked();
59 void on_cancelButton_clicked();
Definition accordion_frame.h:18
Inline "go to line" bar for the Lua debugger code editor (AccordionFrame).
Definition lua_debugger_goto_line_frame.h:34
void scheduleLineFieldFocus()
After animatedShow(), move focus to the line field (call from dialog).
Definition lua_debugger_goto_line_frame.cpp:85
void syncLineFieldFromEditor()
Set the line field from the current editor cursor (before animatedShow).
Definition lua_debugger_goto_line_frame.cpp:72