FougTools  0.7.0dev-046fb6a
Handy tools for C++, Qt and OpenCascade
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes
qtgui Namespace Reference

Classes

class  AbstractLengthEditor
 Abstract base class for all length ([L]) editors that are aware of the current measurement system (metric or imperial) More...
 
class  AbstractQuantityEditor
 Base abstract class for editor of quantities, works in coordination with QuantityEditorManager. More...
 
class  CodeEditor
 Provides a text editor with a line numbering bar. More...
 
class  IndexedSelectionModel
 Helper that keeps track of selected items in any kind of view (not specific to Qt) More...
 
class  ItemViewButtons
 Provides buttons integrated to items displayed by QAbstractItemView. More...
 
class  ItemViewUtils
 Provides a collection of tools around QAbstractItemView. More...
 
class  LengthDoubleSpinBox
 Provides a QDoubleSpinBox adapted to the interface of AbstractLengthEditor. More...
 
class  LineNumbersBar
 Provides numbering of the lines of a QTextEdit as a vertical bar. More...
 
class  MeasurementSystemPreferences
 
class  MessageDialog
 Alternative to QMessageBox providing a customizable "details" widget. More...
 
class  ProxyStyledItemDelegate
 Convenience class that simplifies dynamically overriding QStyledItemDelegate. More...
 
class  QComboBoxCurrentItemKeeper
 Provides automatic preservation of a QComboBox's current item on reset of a QAbstractItemModel. More...
 
class  QComboBoxUtils
 Provides a collection of tools around QComboBox. More...
 
class  QStandardItemExplorer
 Provides a BFS (breadth-first search) exploration of a QStandardItemModel object. More...
 
struct  QStandardItemTreeBfsModel
 
class  QuantityEditorManager
 Manages a set of AbstractQuantityEditor objects that will get notified when the current measurement system is changed. More...
 
class  QWidgetUtils
 Provides a collection of tools around QWidget. More...
 
class  StrictStackWidget
 Provides a stack of widgets similar to QStackedWidget but with "strict" stack semantics. More...
 
class  TreeComboBox
 Provides a QComboBox able to display a tree model item. More...
 
class  WaitDialog
 Provides a dialog for long background operations. More...