| ActiveDayBox | Helper class used in ZeCalendar |
| CalendarDayBox | Helper class used in ZeCalendar |
| CalHeaderBox | Helper class used in ZeCalendar |
| CalLine | Helper class used in ZeCalendar |
| CalWeekBox | Helper class used in ZeCalendar |
| PseudoButton | Helper class used in ZeCalendar |
| ZeButton | ZeButton provides easy displaying of different pixmaps for different states It takes 3 pixmaps for the three different states: up: what could be called the normal, unpressed appearance down: when the button is pressed or - if setToggle = true - when the button isDown active: when the mouse pointer is hovering over the button you might want to set a different pixmap (needs mouseOver = true) |
| ZeCalendar | ZeCalendar is a flexible CalendarWidget (based on QCanvas) It's fully resizable and highly customizable - colors, fonts and sizes for different parts can be set individually. The total configuration is also accessible when used as plugin for QtDesigner. Other options - like holidays or complete themes - can be set programmatically |
| ZeDataTable | ZeDataTable colors rows in alternating colors There are four different colors to set: oddRowColor: odd row colors get this background color evenRowColor: even row colors get this background color hoverColor: when the mouse pointer is hovering over the table rows are highlighted with that color highlightColor: selecting a cell paints the background with this color See also ZeTable |
| ZeTable | ZeTable colors rows in alternating colors There are four different colors to set: oddRowColor: odd row colors get this background color evenRowColor: even row colors get this background color hoverColor: when the mouse pointer is hovering over the table rows are highlighted with that color highlightColor: selecting a cell paints the background with this color See also ZeDataTable |
1.5.1