mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 13:04:28 -04:00
renamed toolbarstrech class
This commit is contained in:
@ -4,10 +4,10 @@
|
|||||||
#include <QWidget>
|
#include <QWidget>
|
||||||
#include <QHBoxLayout>
|
#include <QHBoxLayout>
|
||||||
|
|
||||||
class QToolBarStretch : public QWidget
|
class YACReaderToolBarStretch : public QWidget
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
QToolBarStretch(QWidget * parent=0):QWidget(parent)
|
YACReaderToolBarStretch(QWidget * parent=0):QWidget(parent)
|
||||||
{
|
{
|
||||||
QHBoxLayout * l= new QHBoxLayout();
|
QHBoxLayout * l= new QHBoxLayout();
|
||||||
l->addStretch();
|
l->addStretch();
|
||||||
|
Reference in New Issue
Block a user