#include <KisWdgOptionsBrush.h>
Definition at line 20 of file KisWdgOptionsBrush.h.
◆ BrushPipeSelectionModeHelper()
| BrushPipeSelectionModeHelper::BrushPipeSelectionModeHelper |
( |
QWidget * | parent, |
|
|
int | dimension ) |
|
inline |
Definition at line 25 of file KisWdgOptionsBrush.h.
26 : QWidget(parent)
32 {
39
42
43 QSizePolicy sizePolicy(QSizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::Fixed));
44 sizePolicy.setHorizontalStretch(1);
45 sizePolicy.setVerticalStretch(0);
46
47 this->setSizePolicy(sizePolicy);
48
51
52 rankSpinBox.setSizePolicy(QSizePolicy(QSizePolicy::Fixed, QSizePolicy::Preferred));
53 rankLbl.setSizePolicy(QSizePolicy(QSizePolicy::Preferred, QSizePolicy::Preferred));
54
59
61
62 this->hide();
63 this->setEnabled(false);
64 }
connect(this, SIGNAL(optionsChanged()), this, SLOT(saveOptions()))
QComboBox cmbSelectionMode
References cmbSelectionMode, connect(), horizLayout, rankLbl, rankSpinBox, and slotRankChanged().
◆ sigRankChanged
| void BrushPipeSelectionModeHelper::sigRankChanged |
( |
int | rankEmitter | ) |
|
|
signal |
◆ slotRankChanged
| void BrushPipeSelectionModeHelper::slotRankChanged |
( |
| ) |
|
|
inlineslot |
◆ cmbSelectionMode
| QComboBox BrushPipeSelectionModeHelper::cmbSelectionMode |
◆ dimension
| int BrushPipeSelectionModeHelper::dimension |
◆ horizLayout
| QHBoxLayout BrushPipeSelectionModeHelper::horizLayout |
◆ rankLbl
| QLabel BrushPipeSelectionModeHelper::rankLbl |
◆ rankSpinBox
| QSpinBox BrushPipeSelectionModeHelper::rankSpinBox |
The documentation for this class was generated from the following file: