More widgets in the Qt Designer plugin containing Qt Creator widgets.

This commit is contained in:
Friedemann Kleint
2010-03-31 10:13:05 +02:00
parent 0757139cb8
commit fdcb197033
3 changed files with 71 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ namespace Utils {
class QTCREATOR_UTILS_EXPORT StyledBar : public QWidget
{
Q_OBJECT
public:
StyledBar(QWidget *parent = 0);
void setSingleRow(bool singleRow);
@@ -52,6 +53,7 @@ protected:
class QTCREATOR_UTILS_EXPORT StyledSeparator : public QWidget
{
Q_OBJECT
public:
StyledSeparator(QWidget *parent = 0);
protected: