#include <PenStyleBox.h>
This is a simple hack on top of the QComboBox class.
Public Member Functions | |
| PenStyleBox (QWidget *parent=0) | |
| Constructor. | |
| void | setStyle (const Qt::PenStyle &style) |
| Qt::PenStyle | style () const |
Static Public Member Functions | |
| static Qt::PenStyle | penStyle (int index) |
| static int | styleIndex (const Qt::PenStyle &style) |
Static Private Attributes | |
| static const Qt::PenStyle | patterns [] |
|
|
Constructor.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Initial value: {
Qt::SolidLine,
Qt::DashLine,
Qt::DotLine,
Qt::DashDotLine,
Qt::DashDotDotLine
}
|
1.4.6