various UI reimplementations from 0.1.x
This commit is contained in:
@@ -20,12 +20,11 @@
|
||||
|
||||
#include "toolbarbutton.h"
|
||||
|
||||
ToolbarButton::ToolbarButton(QWidget *parent, const QIcon &icon, const olive::tool::Tool &tool) :
|
||||
ToolbarButton::ToolbarButton(QWidget *parent, const olive::tool::Tool &tool) :
|
||||
QPushButton(parent),
|
||||
tool_(tool)
|
||||
{
|
||||
setCheckable(true);
|
||||
setIcon(icon);
|
||||
}
|
||||
|
||||
const olive::tool::Tool &ToolbarButton::tool()
|
||||
|
||||
Reference in New Issue
Block a user