QSettingsDialog  1.0.0
A Qt library to easily create a settings dialog for user configurable settings
Public Member Functions | List of all members
IntRange Class Reference

A custom type that represents an integer range (is an int) More...

#include <qsettingsextendedtypes.h>

Public Member Functions

 IntRange (int value=0)
 Creates a IntRange from a value.
 
 operator int ()
 Converter to int.
 
 operator QVariant ()
 QVariant Converter.
 
IntRangeoperator= (int value)
 assignment operator from int
 

Detailed Description

A custom type that represents an integer range (is an int)


The documentation for this class was generated from the following file: