mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-03 11:24:10 +01:00
GCS-Added gradient to edit gadgets bar
This commit is contained in:
parent
92114bf952
commit
525dec1748
@ -1 +1,2 @@
|
|||||||
MyListWidget {font-size: 11px;}
|
MyListWidget {font-size: 11px;}
|
||||||
|
Utils--StyledBar { background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 rgba(0, 0, 0, 255), stop:1 rgba(200, 200, 200, 255));}
|
||||||
|
@ -37,6 +37,7 @@ namespace Utils {
|
|||||||
|
|
||||||
class QTCREATOR_UTILS_EXPORT StyledBar : public QWidget
|
class QTCREATOR_UTILS_EXPORT StyledBar : public QWidget
|
||||||
{
|
{
|
||||||
|
Q_OBJECT
|
||||||
public:
|
public:
|
||||||
StyledBar(QWidget *parent = 0);
|
StyledBar(QWidget *parent = 0);
|
||||||
void setSingleRow(bool singleRow);
|
void setSingleRow(bool singleRow);
|
||||||
|
@ -41,6 +41,7 @@
|
|||||||
#include <QtGui/QComboBox>
|
#include <QtGui/QComboBox>
|
||||||
|
|
||||||
#include "core_global.h"
|
#include "core_global.h"
|
||||||
|
#include <QTimer>
|
||||||
|
|
||||||
QT_BEGIN_NAMESPACE
|
QT_BEGIN_NAMESPACE
|
||||||
class QTabWidget;
|
class QTabWidget;
|
||||||
|
Loading…
Reference in New Issue
Block a user