Home
last modified time | relevance | path

Searched refs:DoubleSpinBox (Results 1 – 25 of 122) sorted by relevance

12345

/dports/astro/oskar/OSKAR-2.8.0/gui/src/
H A Doskar_DoubleSpinBox.cpp45 DoubleSpinBox::DoubleSpinBox(QWidget* parent) in DoubleSpinBox() function in oskar::DoubleSpinBox
57 QString DoubleSpinBox::cleanText() const in cleanText()
62 int DoubleSpinBox::decimals() const in decimals()
67 void DoubleSpinBox::setDecimals(int prec) in setDecimals()
79 double DoubleSpinBox::rangeMin() const in rangeMin()
89 double DoubleSpinBox::singleStep() const in singleStep()
94 void DoubleSpinBox::stepBy(int steps) in stepBy()
225 double DoubleSpinBox::value() const in value()
245 QString DoubleSpinBox::minText() const in minText()
250 void DoubleSpinBox::setValue(double val) in setValue()
[all …]
H A Doskar_SettingsDelegate.cpp103 DoubleSpinBox* spinner = new DoubleSpinBox(parent); in createEditor()
112 DoubleSpinBox* spinner = new DoubleSpinBox(parent); in createEditor()
121 DoubleSpinBox* spinner = new DoubleSpinBox(parent); in createEditor()
138 DoubleSpinBox* spinner = new DoubleSpinBox(parent); in createEditor()
371 static_cast<DoubleSpinBox*>(editor)->setValue( in setEditorData()
377 DoubleSpinBox* e = static_cast<DoubleSpinBox*>(editor); in setEditorData()
464 value = static_cast<DoubleSpinBox*>(editor)->cleanText(); in setModelData()
470 DoubleSpinBox* e = static_cast<DoubleSpinBox*>(editor); in setModelData()
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/plot3D/
H A DSurfaceDialog.h35 class DoubleSpinBox; variable
81 DoubleSpinBox* boxXFrom;
82 DoubleSpinBox* boxXTo;
83 DoubleSpinBox* boxYFrom;
84 DoubleSpinBox* boxYTo;
85 DoubleSpinBox* boxZFrom;
86 DoubleSpinBox* boxZTo;
92 DoubleSpinBox* boxUFrom;
93 DoubleSpinBox* boxUTo;
94 DoubleSpinBox* boxVFrom;
[all …]
H A DPlot3DDialog.h50 class DoubleSpinBox; variable
123 DoubleSpinBox *boxFrom, *boxTo;
132 DoubleSpinBox *boxMajorLength, *boxMinorLength, *boxConesRad;
134 DoubleSpinBox *boxSize, *boxBarsRad, *boxCrossRad, *boxCrossLinewidth;
141 DoubleSpinBox *boxMajorGridWidth, *boxMinorGridWidth;
144 DoubleSpinBox *boxXRotation, *boxYRotation, *boxZRotation;
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/lib/src/
H A DDoubleSpinBox.cpp37 DoubleSpinBox::DoubleSpinBox(const char format, QWidget * parent) in DoubleSpinBox() function in DoubleSpinBox
56 void DoubleSpinBox::setSingleStep(double val) in setSingleStep()
62 void DoubleSpinBox::setMaximum(double max) in setMaximum()
70 void DoubleSpinBox::setMinimum(double min) in setMinimum()
78 void DoubleSpinBox::setRange(double min, double max) in setRange()
84 void DoubleSpinBox::interpretText() in interpretText()
114 void DoubleSpinBox::stepBy ( int steps ) in stepBy()
137 QString DoubleSpinBox::prefix() const in prefix()
142 bool DoubleSpinBox::setValue(double val) in setValue()
179 void DoubleSpinBox::focusInEvent(QFocusEvent * e) in focusInEvent()
[all …]
H A DColorMapEditor.cpp101 double val = (((DoubleSpinBox*)table->cellWidget(i, 0))->value() - min_val)/range.width(); in updateColorMap()
135 DoubleSpinBox *sb = new DoubleSpinBox(); in setColorMap()
152 connect(sb, SIGNAL(activated(DoubleSpinBox *)), this, SLOT(spinBoxActivated(DoubleSpinBox *))); in setColorMap()
179 DoubleSpinBox *sb = (DoubleSpinBox*)table->cellWidget(i, 0); in updateLowerRangeLimit()
201 DoubleSpinBox *sb = (DoubleSpinBox*)table->cellWidget(i, 0); in updateUpperRangeLimit()
220 DoubleSpinBox *sb = (DoubleSpinBox*)table->cellWidget(row, 0); in insertLevel()
226 sb = (DoubleSpinBox*)table->cellWidget(row - 1, 0); in insertLevel()
239 sb = new DoubleSpinBox(); in insertLevel()
245 connect(sb, SIGNAL(activated(DoubleSpinBox *)), this, SLOT(spinBoxActivated(DoubleSpinBox *))); in insertLevel()
340 void ColorMapEditor::spinBoxActivated(DoubleSpinBox *sb) in spinBoxActivated()
[all …]
/dports/cad/ktechlab/ktechlab-0.50.0/src/gui/
H A Ddoublespinbox.cpp51 DoubleSpinBox::DoubleSpinBox( double lower, double upper, double minAbs, double value, const QStrin… in DoubleSpinBox() function in DoubleSpinBox
73 DoubleSpinBox::DoubleSpinBox( QWidget * parent ) in DoubleSpinBox() function in DoubleSpinBox
91 void DoubleSpinBox::init() in init()
103 DoubleSpinBox::~DoubleSpinBox() in ~DoubleSpinBox()
158 void DoubleSpinBox::updateSuffix( double value ) in updateSuffix()
186 DoubleSpinBox::StepEnabled DoubleSpinBox::stepEnabled () const { in stepEnabled()
190 void DoubleSpinBox::stepBy(int steps) in stepBy()
205 double DoubleSpinBox::getNextUpStepValue( double in ) in getNextUpStepValue()
230 double DoubleSpinBox::getNextDownStepValue( double in ) in getNextDownStepValue()
415 QString DoubleSpinBox::textFromValue(double value) const in textFromValue()
[all …]
H A Ddoublespinbox.h23 class DoubleSpinBox : public QDoubleSpinBox
27DoubleSpinBox( double lower, double upper, double minAbs, double value, const QString & unit, QWid…
28 DoubleSpinBox( QWidget * parent = nullptr );
29 ~DoubleSpinBox() override;
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/common/widgets/
H A Ddoublespinbox.h44 class DoubleSpinBox final : public QDoubleSpinBox {
49 explicit DoubleSpinBox(QWidget* parent = nullptr) noexcept;
50 DoubleSpinBox(const DoubleSpinBox& other) = delete;
51 virtual ~DoubleSpinBox() noexcept;
54 DoubleSpinBox& operator=(const DoubleSpinBox& rhs) = delete;
H A Ddoublespinbox.cpp36 DoubleSpinBox::DoubleSpinBox(QWidget* parent) noexcept in DoubleSpinBox() function in librepcb::DoubleSpinBox
40 DoubleSpinBox::~DoubleSpinBox() noexcept { in ~DoubleSpinBox()
47 QString DoubleSpinBox::textFromValue(double val) const { in textFromValue()
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/analysis/dialogs/
H A DExpDecayDialog.h40 class DoubleSpinBox; variable
68 DoubleSpinBox* boxAmplitude;
69 DoubleSpinBox* boxFirst;
70 DoubleSpinBox* boxSecond;
71 DoubleSpinBox* boxThird;
72 DoubleSpinBox* boxStart;
73 DoubleSpinBox* boxYOffset;
H A DGriddingDialog.h45 class DoubleSpinBox; variable
81 DoubleSpinBox* boxXStart;
82 DoubleSpinBox* boxXEnd;
83 DoubleSpinBox* boxYStart;
84 DoubleSpinBox* boxYEnd;
85 DoubleSpinBox* boxRadius;
H A DFrequencyCountDialog.h36 class DoubleSpinBox; variable
62 DoubleSpinBox* boxStart;
63 DoubleSpinBox* boxEnd;
64 DoubleSpinBox* boxStep;
H A DIntDialog.h40 class DoubleSpinBox; variable
68 DoubleSpinBox* boxStart;
69 DoubleSpinBox* boxEnd;
70 DoubleSpinBox* boxTol;
H A DStudentTestDialog.h43 class DoubleSpinBox; variable
87 DoubleSpinBox* boxMean;
88 DoubleSpinBox* boxSignificance;
89 DoubleSpinBox* boxPowerLevel;
H A DFilterDialog.h39 class DoubleSpinBox; variable
61 DoubleSpinBox* boxStart;
62 DoubleSpinBox* boxEnd;
/dports/graphics/photivo/photivo/Sources/
H A DptInput.cpp140 DoubleSpinBox->setMinimum(Minimum.toDouble()); in createGUI()
143 DoubleSpinBox->setDecimals(Decimals); in createGUI()
284 DoubleSpinBox->setValue(Value.toDouble()); in SetValue()
287 (DoubleSpinBox->maximum() - DoubleSpinBox->minimum())) ); in SetValue()
313 DoubleSpinBox->setMinimum(Value.toDouble()); in SetMinimum()
336 DoubleSpinBox->setMaximum(Value.toDouble()); in SetMaximum()
383 (DoubleSpinBox->maximum() - DoubleSpinBox->minimum())) ); in OnSpinBoxChanged()
425 DoubleSpinBox->blockSignals(true); in OnSliderChanged()
426 DoubleSpinBox->setValue(Value.toDouble()); in OnSliderChanged()
427 DoubleSpinBox->blockSignals(false); in OnSliderChanged()
[all …]
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/plot2D/dialogs/
H A DFunctionDialog.h45 class DoubleSpinBox; variable
94 DoubleSpinBox* boxFrom;
95 DoubleSpinBox* boxTo;
97 DoubleSpinBox* boxParFrom;
98 DoubleSpinBox* boxParTo;
100 DoubleSpinBox* boxPolarFrom;
101 DoubleSpinBox* boxPolarTo;
H A DContourLinesEditor.cpp98 levels << ((DoubleSpinBox*)table->cellWidget(i, 0))->value(); in updateContourLevels()
134 DoubleSpinBox *sb = new DoubleSpinBox(); in updateContents()
139 connect(sb, SIGNAL(activated(DoubleSpinBox *)), this, SLOT(spinBoxActivated(DoubleSpinBox *))); in updateContents()
172 DoubleSpinBox *sb = (DoubleSpinBox*)table->cellWidget(row, 0); in insertLevel()
179 sb = (DoubleSpinBox*)table->cellWidget(row - 1, 0); in insertLevel()
188 sb = new DoubleSpinBox(); in insertLevel()
193 connect(sb, SIGNAL(activated(DoubleSpinBox *)), this, SLOT(spinBoxActivated(DoubleSpinBox *))); in insertLevel()
262 penWidthBox = new DoubleSpinBox(); in showPenDialog()
384 void ContourLinesEditor::spinBoxActivated(DoubleSpinBox *sb) in spinBoxActivated()
391 DoubleSpinBox *box = (DoubleSpinBox*)table->cellWidget(i, 0); in spinBoxActivated()
H A DAxesDialog.h56 class DoubleSpinBox; variable
150 DoubleSpinBox* boxEnd;
151 DoubleSpinBox* boxStart;
154 DoubleSpinBox* boxStep;
167 DoubleSpinBox* boxWidthMajor;
169 DoubleSpinBox* boxWidthMinor;
195 DoubleSpinBox *boxBreakStart, *boxBreakEnd, *boxStepBeforeBreak, *boxStepAfterBreak;
H A DPlotDialog.h62 class DoubleSpinBox; variable
242 DoubleSpinBox* boxX, *boxY, *boxLayerWidth, *boxLayerHeight;
254 DoubleSpinBox *boxPieLineWidth;
271 DoubleSpinBox *boxLineWidth, *boxPenWidth;
285 DoubleSpinBox* widthBox;
291 DoubleSpinBox *binSizeBox, *histogramBeginBox, *histogramEndBox;
298 DoubleSpinBox *vectWidthBox, *boxEdgeWidth;
309 DoubleSpinBox *contourWidthBox;
320 DoubleSpinBox *boxLabelsAngle;
339 DoubleSpinBox *firstContourLineBox, *contourLinesDistanceBox;
[all …]
H A DLineDialog.h40 class DoubleSpinBox; variable
43 class DoubleSpinBox; variable
72 DoubleSpinBox* widthBox;
81 DoubleSpinBox *xStartBox, *yStartBox, *xEndBox, *yEndBox;
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/widgets/
H A Ddoublespinbox.cpp49 DoubleSpinBox::DoubleSpinBox(QWidget* parent) in DoubleSpinBox() function in MusEGui::DoubleSpinBox
61 DoubleSpinBox::DoubleSpinBox(double minValue, double maxValue, double step, QWidget* parent) in DoubleSpinBox() function in MusEGui::DoubleSpinBox
75 void DoubleSpinBox::keyPressEvent(QKeyEvent* ev) in keyPressEvent()
93 void DoubleSpinBox::wheelEvent(QWheelEvent* e) in wheelEvent()
H A Ddoublespinbox.h51 class DoubleSpinBox : public QDoubleSpinBox {
66 DoubleSpinBox(QWidget* parent=0);
67 DoubleSpinBox(double minValue, double maxValue, double step = 1.0, QWidget* parent=0);
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/lib/include/
H A DDoubleSpinBox.h39 class DoubleSpinBox : public QAbstractSpinBox
49 DoubleSpinBox(const char format = 'g', QWidget * parent = 0);
73 void activated(DoubleSpinBox *);
105 DoubleSpinBox *d_spin_box;

12345