| 61 m_settings (makeSettings (this)), |
61 m_settings (makeSettings (this)), |
| 62 m_documents (new DocumentManager (this)), |
62 m_documents (new DocumentManager (this)), |
| 63 m_currentDocument (nullptr), |
63 m_currentDocument (nullptr), |
| 64 m_isSelectionLocked (false) |
64 m_isSelectionLocked (false) |
| 65 { |
65 { |
| 66 g_win = this; |
|
| 67 m_messageLog = new MessageManager {this}; |
66 m_messageLog = new MessageManager {this}; |
| 68 ui.setupUi (this); |
67 ui.setupUi (this); |
| 69 m_updatingTabs = false; |
68 m_updatingTabs = false; |
| 70 m_tabs = new QTabBar; |
69 m_tabs = new QTabBar; |
| 71 m_tabs->setTabsClosable (true); |
70 m_tabs->setTabsClosable (true); |