#include <KoZoomToolWidget.h>
Definition at line 15 of file KoZoomToolWidget.h.
◆ KoZoomToolWidget()
| KoZoomToolWidget::KoZoomToolWidget |
( |
KoZoomTool * | tool, |
|
|
QWidget * | parent = 0 ) |
|
explicit |
Definition at line 13 of file KoZoomToolWidget.cpp.
14 : QWidget(parent)
16{
17 setupUi(this);
18
19 zoomInButton->setIcon(
koIcon(
"zoom-in"));
20 zoomInButton->setIconSize(QSize(22, 22));
21 zoomOutButton->setIcon(
koIcon(
"zoom-out"));
22 zoomOutButton->setIconSize(QSize(22, 22));
23
26
27 zoomInButton->click();
28}
connect(this, SIGNAL(optionsChanged()), this, SLOT(saveOptions()))
#define koIcon(name)
Use these macros for icons without any issues.
References changeZoomMode(), connect(), and koIcon.
◆ ~KoZoomToolWidget()
| KoZoomToolWidget::~KoZoomToolWidget |
( |
| ) |
|
|
override |
◆ changeZoomMode
| void KoZoomToolWidget::changeZoomMode |
( |
| ) |
|
|
privateslot |
◆ m_tool
The documentation for this class was generated from the following files: