added configurable centered timecodes

This commit is contained in:
itsmattkc
2019-01-28 17:25:36 +11:00
parent c6da0b5912
commit be854d14d6
6 changed files with 55 additions and 25 deletions
+6 -5
View File
@@ -39,6 +39,8 @@ public slots:
void nest();
void toggle_full_screen();
void toggle_bool_action();
protected:
void closeEvent(QCloseEvent *);
void paintEvent(QPaintEvent *event);
@@ -126,7 +128,6 @@ private slots:
void edit_to_in_point();
void edit_to_out_point();
void paste_insert();
void toggle_bool_action();
void set_autoscroll();
void menu_click_button();
void toggle_panel_visibility();
@@ -142,6 +143,10 @@ private:
bool can_close_project();
void setup_menus();
void set_bool_action_checked(QAction* a);
void set_int_action_checked(QAction* a, const int& i);
void set_button_action_checked(QAction* a);
// menu bar menus
QMenu* window_menu;
@@ -196,10 +201,6 @@ private:
QAction* undo_action;
QAction* redo_action;
void set_bool_action_checked(QAction* a);
void set_int_action_checked(QAction* a, const int& i);
void set_button_action_checked(QAction* a);
bool enable_launch_with_project;
QString appName;