TwiceAsNice  2019-02-18
Classes | Namespaces
ScaledSpinBox.h File Reference
#include <QtDesigner/QDesignerExportWidget>
#include <Nice/Qt/PropertyBridgeQt.h>
#include <Nice/Qt/BridgeItem.h>
#include <Nice/Qt/ScaledSpinBoxUI.h>
Include dependency graph for ScaledSpinBox.h:
This graph shows which files directly or indirectly include this file:

Classes

class  ScaledSpinBox
 An integer spinbox with scale support to represent double values Expects a vector of string with the scale labels plus a vector of doubles with the respective scale value. Both vectors must have same size. Max and Min can be also specified. The scale will be accomodated according to these values. e.g. +LABEL=["s", "ms","us", "ns"] +SCALE=[1,0.001, 0.000001, 0.000000001] +MAX=1.5 +MIN=0.01. More...
 

Namespaces

 Ui