Sayonara Player
Classes
Widgets

Sayonara widgets. More...

Classes

class  Gui::ComboBox
 A custom combobox which also uses the Gui::ComboBoxDelegate. More...
 
class  Gui::Completer
 A QCompleter where you can easily change the underlying QStringList without allocating a new object. More...
 
class  Gui::Dialog
 Dialog with Settings connection. Also contains triggers for language_changed() and skin_changed(). Emits sig_closed() when closed. More...
 
class  Gui::Dragable
 The Dragable class. More...
 
class  Gui::FloatingLabel
 The FloatingLabel class. A QLabel where the text floats from left to right and vice versa so there's no need for word wrapping anymore. More...
 
class  Gui::ProgressBar
 Create a new Progress bar indicating progress of its parent widget Set the position. Every time when QWidget::show() or QWidget::setVisible(true) is called the progress bar is shown. More...
 
class  Gui::RatingLabel
 A simple label, not suitable for editing. For editing, use the RatingEditor class. RatingLabel is intended for the paint method in delegates. More...
 
class  Gui::RatingEditor
 This class is used for the actual editing of a RatingLabel While the RatingLabel class is used in paint() methods of delegates, this class is used in normal widgets or for createEditor() methods in delegates. More...
 
class  Gui::Slider
 Dont use it directly but inherit it. More...
 
class  Gui::Widget
 Widget with Settings connection. Also contains triggers for language_changed() and skin_changed() \nThe widget's content can be exported to a Dialog via the box_into_dialog() method. More...
 
class  Gui::MainWindow
 The SayonaraMainWindow class. More...
 
class  Gui::AbstrWidgetTemplate
 The AbstrWidgetTemplate class. More...
 
class  Gui::WidgetTemplateParent
 The WidgetTemplateParent class. More...
 
class  Gui::WidgetTemplate< T >
 Template for Sayonara Widgets. This template is responsible for holding a reference to the settings. More...
 

Detailed Description

Sayonara widgets.