logic: polished status view
* click message in status bar to show status view * renamed status tab to output * renamed status column to message * fixed list not properly updating when using filters * scroll to first row after clearing
This commit is contained in:
@@ -29,11 +29,13 @@ public:
|
||||
|
||||
void init();
|
||||
void addToLayout();
|
||||
void showDockWidget();
|
||||
|
||||
void setComponent(Component* component);
|
||||
|
||||
ViewWidgetWrapper* getWidgetWrapper() const;
|
||||
|
||||
|
||||
protected:
|
||||
template <typename ControllerType>
|
||||
ControllerType* getController();
|
||||
|
||||
Reference in New Issue
Block a user