git-svn-id: svn://db.shs.com.ru/libs@335 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
#include <QDebug>
|
||||
#include <QHeaderView>
|
||||
#include "ecombobox.h"
|
||||
#include "qad_types.h"
|
||||
|
||||
|
||||
class EModel: public QStandardItemModel {
|
||||
@@ -36,6 +37,8 @@ EComboBox::EComboBox(QWidget * parent): QComboBox(parent) {
|
||||
iv.setDragDropMode(QAbstractItemView::InternalMove);
|
||||
iv.setMinimumHeight(100);
|
||||
icon.setPixmap(QPixmap(":/icons/edit-find.png"));
|
||||
icon.setScaledContents(true);
|
||||
icon.setFixedSize(QSize(fontHeight(), fontHeight()));
|
||||
ifont = nfont = font();
|
||||
ifont.setItalic(true);
|
||||
#if QT_VERSION >= 0x040700
|
||||
|
||||
Reference in New Issue
Block a user