Created custom PushButton widget and added custom styleName property for styling primary buttons
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#include "PushButton.hpp"
|
||||
|
||||
namespace Bloom::Widgets
|
||||
{
|
||||
PushButton::PushButton(QWidget* parent)
|
||||
: QPushButton(parent)
|
||||
{}
|
||||
}
|
||||
Reference in New Issue
Block a user