#include <qtextorientationspinboxwidget.h>
Inherits QWidget.
This class provides a widget grouping a QTextOrientationWidget and QSpinBox next to each other.
- See also
- QTextOrientationWidget
◆ QTextOrientationSpinBoxWidget() [1/2]
QTextOrientationSpinBoxWidget::QTextOrientationSpinBoxWidget |
( |
QWidget * |
parent = nullptr | ) |
|
◆ ~QTextOrientationSpinBoxWidget()
QTextOrientationSpinBoxWidget::~QTextOrientationSpinBoxWidget |
( |
| ) |
|
|
override |
◆ QTextOrientationSpinBoxWidget() [2/2]
◆ build()
void QTextOrientationSpinBoxWidget::build |
( |
| ) |
|
|
private |
◆ editingFinished [1/2]
void QTextOrientationSpinBoxWidget::editingFinished |
( |
| ) |
|
|
signal |
◆ editingFinished [2/2]
void QTextOrientationSpinBoxWidget::editingFinished |
( |
double |
| ) |
|
|
signal |
Signals emitted when users have finished editing the orientation.
◆ emitChangeSignals
void QTextOrientationSpinBoxWidget::emitChangeSignals |
( |
| ) |
|
|
privateslot |
Emet le signal orientationEditingFinished avec la valeur de l'orientation en cours
◆ isReadOnly()
bool QTextOrientationSpinBoxWidget::isReadOnly |
( |
| ) |
const |
- Returns
- true si le widget est en mode "lecture seule", false sinon
◆ orientation()
double QTextOrientationSpinBoxWidget::orientation |
( |
| ) |
const |
- Returns
- l'orientation en cours
◆ orientationWidget()
◆ setOrientation
void QTextOrientationSpinBoxWidget::setOrientation |
( |
const double & |
value | ) |
|
|
slot |
- Parameters
-
value | Nouvelle valeur de l'orientation a afficher |
◆ setReadOnly
void QTextOrientationSpinBoxWidget::setReadOnly |
( |
bool |
ro | ) |
|
|
slot |
- Parameters
-
ro | true pour passer le widget en mode "lecture seule", false sinon |
◆ setValue
void QTextOrientationSpinBoxWidget::setValue |
( |
const double & |
value | ) |
|
|
slot |
Synonyme pour setOrientation(value)
- Parameters
-
value | Nouvelle valeur de l'orientation a afficher |
- See also
- setOrientation
◆ spinBox()
QDoubleSpinBox * QTextOrientationSpinBoxWidget::spinBox |
( |
| ) |
const |
- Returns
- un pointeur vers le QSpinBox
◆ value()
double QTextOrientationSpinBoxWidget::value |
( |
| ) |
const |
◆ orientation_widget_
◆ spin_box_
QDoubleSpinBox* QTextOrientationSpinBoxWidget::spin_box_ |
|
private |
The documentation for this class was generated from the following files: