NAME
Qt::Gui::QStyleOption
PUBLIC METHODS
- QStyleOption(const QStyleOption & other)
- QStyleOption(int version, int type)
- QStyleOption(int version, int type = QStyleOption::SO_Default)
- QStyleOption(int version = QStyleOption::Version, int type = QStyleOption::SO_Default)
- ~QStyleOption()
- void init(const QWidget * w)
- void initFrom(const QWidget * w)
- QStyleOption & operator=(const QStyleOption & other)
ENUM VALUES
- SO_Default
- SO_FocusRect
- SO_Button
- SO_Tab
- SO_MenuItem
- SO_Frame
- SO_ProgressBar
- SO_ToolBox
- SO_Header
- SO_Q3DockWindow
- SO_DockWidget
- SO_Q3ListViewItem
- SO_ViewItem
- SO_TabWidgetFrame
- SO_TabBarBase
- SO_RubberBand
- SO_ToolBar
- SO_GraphicsItem
- SO_Complex
- SO_Slider
- SO_SpinBox
- SO_ToolButton
- SO_ComboBox
- SO_Q3ListView
- SO_TitleBar
- SO_GroupBox
- SO_SizeGrip
- SO_CustomBase
- SO_ComplexCustomBase
- Type
- Version
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.