mirror of https://github.com/KLayout/klayout.git
Changed pixmaps to 2x versions for high-DPI support
This commit is contained in:
parent
cf50b38090
commit
8e480a0236
|
|
@ -731,7 +731,7 @@
|
|||
<string/>
|
||||
</property>
|
||||
<property name="pixmap">
|
||||
<pixmap resource="../../lay/lay/layResources.qrc">:/warn_16px.png</pixmap>
|
||||
<pixmap resource="../../lay/lay/layResources.qrc">:/warn_16px@2x.png</pixmap>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
||||
|
|
|
|||
|
|
@ -183,7 +183,7 @@ PCellParametersPage::init ()
|
|||
}
|
||||
|
||||
mp_changed_icon = new QLabel (mp_update_frame);
|
||||
mp_changed_icon->setPixmap (QPixmap (":/warn_16px.png"));
|
||||
mp_changed_icon->setPixmap (QPixmap (":/warn_16px@2x.png"));
|
||||
update_frame_layout->addWidget (mp_changed_icon, 0, 0, 1, 1);
|
||||
|
||||
mp_update_button = new QToolButton (mp_update_frame);
|
||||
|
|
@ -210,7 +210,7 @@ PCellParametersPage::init ()
|
|||
}
|
||||
|
||||
mp_error_icon = new QLabel (mp_update_frame);
|
||||
mp_error_icon->setPixmap (QPixmap (":/warn_16px.png"));
|
||||
mp_error_icon->setPixmap (QPixmap (":/warn_16px@2x.png"));
|
||||
error_frame_layout->addWidget (mp_error_icon, 1, 0, 1, 1);
|
||||
|
||||
mp_error_label = new QLabel (mp_update_frame);
|
||||
|
|
|
|||
|
|
@ -15,4 +15,3 @@ SOURCES = \
|
|||
|
||||
RESOURCES = \
|
||||
icons.qrc \
|
||||
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@
|
|||
<string/>
|
||||
</property>
|
||||
<property name="pixmap">
|
||||
<pixmap resource="../../icons/icons.qrc">:/bug.png</pixmap>
|
||||
<pixmap resource="../../icons/icons.qrc">:/bug@2x.png</pixmap>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
||||
|
|
|
|||
|
|
@ -195,7 +195,7 @@ For special keys:
|
|||
<string/>
|
||||
</property>
|
||||
<property name="pixmap">
|
||||
<pixmap resource="../../icons/icons.qrc">:/find_16px.png</pixmap>
|
||||
<pixmap resource="../../icons/icons.qrc">:/find_16px@2x.png</pixmap>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
|
|||
|
|
@ -137,7 +137,7 @@
|
|||
<string/>
|
||||
</property>
|
||||
<property name="pixmap">
|
||||
<pixmap resource="../../icons/icons.qrc">:/logo.png</pixmap>
|
||||
<pixmap resource="../../icons/icons.qrc">:/logo@2x.png</pixmap>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
|
|||
|
|
@ -169,7 +169,7 @@
|
|||
<string/>
|
||||
</property>
|
||||
<property name="pixmap">
|
||||
<pixmap resource="../../icons/icons.qrc">:/warn_16px.png</pixmap>
|
||||
<pixmap resource="../../icons/icons.qrc">:/warn_16px@2x.png</pixmap>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@
|
|||
<string/>
|
||||
</property>
|
||||
<property name="pixmap" >
|
||||
<pixmap resource="layResources.qrc" >:/right_16px.png</pixmap>
|
||||
<pixmap resource="layResources.qrc" >:/right_16px@2x.png</pixmap>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
@ -58,7 +58,7 @@
|
|||
<string/>
|
||||
</property>
|
||||
<property name="pixmap" >
|
||||
<pixmap resource="layResources.qrc" >:/right_16px.png</pixmap>
|
||||
<pixmap resource="layResources.qrc" >:/right_16px@2x.png</pixmap>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
@ -78,7 +78,7 @@
|
|||
<string/>
|
||||
</property>
|
||||
<property name="pixmap" >
|
||||
<pixmap resource="layResources.qrc" >:/right_16px.png</pixmap>
|
||||
<pixmap resource="layResources.qrc" >:/right_16px@2x.png</pixmap>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
<ui version="4.0" >
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ui version="4.0">
|
||||
<class>ReplacePropertiesInstance</class>
|
||||
<widget class="QWidget" name="ReplacePropertiesInstance" >
|
||||
<property name="geometry" >
|
||||
<widget class="QWidget" name="ReplacePropertiesInstance">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
|
|
@ -9,35 +10,35 @@
|
|||
<height>195</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle" >
|
||||
<property name="windowTitle">
|
||||
<string>Form</string>
|
||||
</property>
|
||||
<layout class="QGridLayout" >
|
||||
<property name="margin" >
|
||||
<layout class="QGridLayout">
|
||||
<property name="margin" stdset="0">
|
||||
<number>9</number>
|
||||
</property>
|
||||
<property name="spacing" >
|
||||
<property name="spacing">
|
||||
<number>6</number>
|
||||
</property>
|
||||
<item row="0" column="1" >
|
||||
<widget class="QLabel" name="label_56" >
|
||||
<property name="text" >
|
||||
<item row="0" column="1">
|
||||
<widget class="QLabel" name="label_56">
|
||||
<property name="text">
|
||||
<string/>
|
||||
</property>
|
||||
<property name="pixmap" >
|
||||
<pixmap resource="layResources.qrc" >:/right_16px.png</pixmap>
|
||||
<property name="pixmap">
|
||||
<pixmap resource="../../icons/icons.qrc">:/right_16px@2x.png</pixmap>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="0" colspan="3" >
|
||||
<item row="1" column="0" colspan="3">
|
||||
<spacer>
|
||||
<property name="orientation" >
|
||||
<property name="orientation">
|
||||
<enum>Qt::Vertical</enum>
|
||||
</property>
|
||||
<property name="sizeType" >
|
||||
<property name="sizeType">
|
||||
<enum>QSizePolicy::Expanding</enum>
|
||||
</property>
|
||||
<property name="sizeHint" >
|
||||
<property name="sizeHint" stdset="0">
|
||||
<size>
|
||||
<width>200</width>
|
||||
<height>71</height>
|
||||
|
|
@ -45,19 +46,17 @@
|
|||
</property>
|
||||
</spacer>
|
||||
</item>
|
||||
<item row="0" column="0" >
|
||||
<widget class="QLabel" name="label_41" >
|
||||
<property name="text" >
|
||||
<item row="0" column="0">
|
||||
<widget class="QLabel" name="label_41">
|
||||
<property name="text">
|
||||
<string>Instance cell name</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="2" >
|
||||
<widget class="QLineEdit" name="instance_cellname" >
|
||||
<property name="sizePolicy" >
|
||||
<sizepolicy>
|
||||
<hsizetype>7</hsizetype>
|
||||
<vsizetype>0</vsizetype>
|
||||
<item row="0" column="2">
|
||||
<widget class="QLineEdit" name="instance_cellname">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
||||
<horstretch>1</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
|
|
@ -66,6 +65,8 @@
|
|||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<resources/>
|
||||
<resources>
|
||||
<include location="../../icons/icons.qrc"/>
|
||||
</resources>
|
||||
<connections/>
|
||||
</ui>
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@
|
|||
<string/>
|
||||
</property>
|
||||
<property name="pixmap" >
|
||||
<pixmap resource="layResources.qrc" >:/right_16px.png</pixmap>
|
||||
<pixmap resource="layResources.qrc" >:/right_16px@2x.png</pixmap>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
@ -68,7 +68,7 @@
|
|||
<string/>
|
||||
</property>
|
||||
<property name="pixmap" >
|
||||
<pixmap resource="layResources.qrc" >:/right_16px.png</pixmap>
|
||||
<pixmap resource="layResources.qrc" >:/right_16px@2x.png</pixmap>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
<string/>
|
||||
</property>
|
||||
<property name="pixmap" >
|
||||
<pixmap resource="layResources.qrc" >:/right_16px.png</pixmap>
|
||||
<pixmap resource="layResources.qrc" >:/right_16px@2x.png</pixmap>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
|
|||
|
|
@ -105,7 +105,7 @@
|
|||
<string/>
|
||||
</property>
|
||||
<property name="pixmap" >
|
||||
<pixmap resource="layResources.qrc" >:/right_16px.png</pixmap>
|
||||
<pixmap resource="layResources.qrc" >:/right_16px@2x.png</pixmap>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
@ -115,7 +115,7 @@
|
|||
<string/>
|
||||
</property>
|
||||
<property name="pixmap" >
|
||||
<pixmap resource="layResources.qrc" >:/right_16px.png</pixmap>
|
||||
<pixmap resource="layResources.qrc" >:/right_16px@2x.png</pixmap>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
@ -141,7 +141,7 @@
|
|||
<string/>
|
||||
</property>
|
||||
<property name="pixmap" >
|
||||
<pixmap resource="layResources.qrc" >:/right_16px.png</pixmap>
|
||||
<pixmap resource="layResources.qrc" >:/right_16px@2x.png</pixmap>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
@ -158,7 +158,7 @@
|
|||
<string/>
|
||||
</property>
|
||||
<property name="pixmap" >
|
||||
<pixmap resource="layResources.qrc" >:/right_16px.png</pixmap>
|
||||
<pixmap resource="layResources.qrc" >:/right_16px@2x.png</pixmap>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
|
|||
|
|
@ -103,7 +103,7 @@
|
|||
<string/>
|
||||
</property>
|
||||
<property name="pixmap">
|
||||
<pixmap resource="../../icons/icons.qrc">:/find_16px.png</pixmap>
|
||||
<pixmap resource="../../icons/icons.qrc">:/find_16px@2x.png</pixmap>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
@ -401,7 +401,7 @@
|
|||
<string/>
|
||||
</property>
|
||||
<property name="pixmap">
|
||||
<pixmap resource="../../icons/icons.qrc">:/find_16px.png</pixmap>
|
||||
<pixmap resource="../../icons/icons.qrc">:/find_16px@2x.png</pixmap>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
@ -688,7 +688,7 @@
|
|||
<string/>
|
||||
</property>
|
||||
<property name="pixmap">
|
||||
<pixmap resource="../../icons/icons.qrc">:/find_16px.png</pixmap>
|
||||
<pixmap resource="../../icons/icons.qrc">:/find_16px@2x.png</pixmap>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
@ -826,7 +826,7 @@
|
|||
<string/>
|
||||
</property>
|
||||
<property name="pixmap">
|
||||
<pixmap resource="../../icons/icons.qrc">:/salt.png</pixmap>
|
||||
<pixmap resource="../../icons/icons.qrc">:/salt@2x.png</pixmap>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
@ -868,7 +868,7 @@
|
|||
<table>
|
||||
<tr><td>The "Install New Packages" tab to install a package<br/>from an external repository</td></tr>
|
||||
<tr></tr>
|
||||
<tr><td>The <a href=":add"><img src=":/add_16px.png"></a> button to create a new package</td></tr>
|
||||
<tr><td>The <a href=":add"><img src=":/add_16px@2x.png"></a> button to create a new package</td></tr>
|
||||
</table>
|
||||
</body></html></string>
|
||||
</property>
|
||||
|
|
|
|||
|
|
@ -260,7 +260,7 @@
|
|||
<string/>
|
||||
</property>
|
||||
<property name="pixmap">
|
||||
<pixmap resource="../../icons/icons.qrc">:/warn_16px.png</pixmap>
|
||||
<pixmap resource="../../icons/icons.qrc">:/warn_16px@2x.png</pixmap>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
|
|||
|
|
@ -172,7 +172,7 @@ ProgressWidget::ProgressWidget (ProgressReporter *pr, QWidget *parent, bool fw)
|
|||
attn_layout->setContentsMargins (0, 0, 0, 0);
|
||||
|
||||
QLabel *attn_label1 = new QLabel (attn_frame);
|
||||
attn_label1->setPixmap (QPixmap (QString::fromUtf8 (":/warn_16px.png")));
|
||||
attn_label1->setPixmap (QPixmap (QString::fromUtf8 (":/warn_16px@2x.png")));
|
||||
attn_layout->addWidget (attn_label1);
|
||||
|
||||
QLabel *attn_label2 = new QLabel (attn_frame);
|
||||
|
|
|
|||
|
|
@ -205,7 +205,7 @@
|
|||
<string/>
|
||||
</property>
|
||||
<property name="pixmap">
|
||||
<pixmap resource="../../icons/icons.qrc">:/right_16px.png</pixmap>
|
||||
<pixmap resource="../../icons/icons.qrc">:/right_16px@2x.png</pixmap>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
@ -428,7 +428,7 @@
|
|||
<string/>
|
||||
</property>
|
||||
<property name="pixmap">
|
||||
<pixmap resource="../../icons/icons.qrc">:/right_16px.png</pixmap>
|
||||
<pixmap resource="../../icons/icons.qrc">:/right_16px@2x.png</pixmap>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
|
|||
|
|
@ -188,7 +188,7 @@
|
|||
<string/>
|
||||
</property>
|
||||
<property name="pixmap">
|
||||
<pixmap resource="../../icons/icons.qrc">:/find_16px.png</pixmap>
|
||||
<pixmap resource="../../icons/icons.qrc">:/find_16px@2x.png</pixmap>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
|
|||
|
|
@ -202,7 +202,7 @@
|
|||
<string/>
|
||||
</property>
|
||||
<property name="pixmap">
|
||||
<pixmap resource="../../icons/icons.qrc">:/bulb.png</pixmap>
|
||||
<pixmap resource="../../icons/icons.qrc">:/bulb@2x.png</pixmap>
|
||||
</property>
|
||||
<property name="scaledContents">
|
||||
<bool>false</bool>
|
||||
|
|
|
|||
|
|
@ -373,7 +373,7 @@ LayerControlPanel::LayerControlPanel (lay::LayoutViewBase *view, db::Manager *ma
|
|||
|
||||
m_no_stipples_label = new QLabel (tb);
|
||||
m_no_stipples_label->hide ();
|
||||
m_no_stipples_label->setPixmap (QPixmap (QString::fromUtf8 (":/warn_16px.png")));
|
||||
m_no_stipples_label->setPixmap (QPixmap (QString::fromUtf8 (":/warn_16px@2x.png")));
|
||||
m_no_stipples_label->setToolTip (tr ("Stipples are disabled - unselect \"View/Show Layers Without Fill\" to re-enable them"));
|
||||
ltb->addWidget (m_no_stipples_label);
|
||||
|
||||
|
|
|
|||
|
|
@ -796,7 +796,7 @@ LCPColorPalette::LCPColorPalette (QWidget *parent, const char *name)
|
|||
b = new LCPActiveLabel (-10, f);
|
||||
b->setFrameStyle (QFrame::Panel | QFrame::Raised);
|
||||
b->setLineWidth (1);
|
||||
b->setPixmap (QPixmap (QString::fromUtf8 (":dark_12px.png")));
|
||||
b->setPixmap (QPixmap (QString::fromUtf8 (":dark_12px@2x.png")));
|
||||
b->setBackgroundRole (QPalette::Button);
|
||||
b->setAlignment (Qt::AlignHCenter);
|
||||
connect (b, SIGNAL (clicked (int)), this, SLOT (button_clicked (int)));
|
||||
|
|
@ -805,7 +805,7 @@ LCPColorPalette::LCPColorPalette (QWidget *parent, const char *name)
|
|||
b = new LCPActiveLabel (-11, f);
|
||||
b->setFrameStyle (QFrame::Panel | QFrame::Raised);
|
||||
b->setLineWidth (1);
|
||||
b->setPixmap (QPixmap (QString::fromUtf8 (":bright_12px.png")));
|
||||
b->setPixmap (QPixmap (QString::fromUtf8 (":bright_12px@2x.png")));
|
||||
b->setBackgroundRole (QPalette::Button);
|
||||
b->setAlignment (Qt::AlignHCenter);
|
||||
connect (b, SIGNAL (clicked (int)), this, SLOT (button_clicked (int)));
|
||||
|
|
@ -814,7 +814,7 @@ LCPColorPalette::LCPColorPalette (QWidget *parent, const char *name)
|
|||
b = new LCPActiveLabel (-12, f);
|
||||
b->setFrameStyle (QFrame::Panel | QFrame::Raised);
|
||||
b->setLineWidth (1);
|
||||
b->setPixmap (QPixmap (QString::fromUtf8 (":neutral_12px.png")));
|
||||
b->setPixmap (QPixmap (QString::fromUtf8 (":neutral_12px@2x.png")));
|
||||
b->setBackgroundRole (QPalette::Button);
|
||||
b->setAlignment (Qt::AlignHCenter);
|
||||
connect (b, SIGNAL (clicked (int)), this, SLOT (button_clicked (int)));
|
||||
|
|
|
|||
|
|
@ -1001,12 +1001,12 @@ DecoratedLineEdit::DecoratedLineEdit (QWidget *parent)
|
|||
mp_options_label = new QLabel (this);
|
||||
mp_options_label->hide ();
|
||||
mp_options_label->setCursor (Qt::ArrowCursor);
|
||||
mp_options_label->setPixmap (QString::fromUtf8 (":/options_edit_16px.png"));
|
||||
mp_options_label->setPixmap (QString::fromUtf8 (":/options_edit_16px@2x.png"));
|
||||
|
||||
mp_clear_label = new QLabel (this);
|
||||
mp_clear_label->hide ();
|
||||
mp_clear_label->setCursor (Qt::ArrowCursor);
|
||||
mp_clear_label->setPixmap (QString::fromUtf8 (":/clear_edit_16px.png"));
|
||||
mp_clear_label->setPixmap (QString::fromUtf8 (":/clear_edit_16px@2x.png"));
|
||||
|
||||
QMargins margins = textMargins ();
|
||||
m_default_left_margin = margins.left ();
|
||||
|
|
|
|||
|
|
@ -236,7 +236,7 @@
|
|||
<string>...</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../../../../lay/lay/layResources.qrc">
|
||||
<iconset resource="../../../../icons/icons.qrc">
|
||||
<normaloff>:/down_16px.png</normaloff>:/down_16px.png</iconset>
|
||||
</property>
|
||||
</widget>
|
||||
|
|
@ -250,7 +250,7 @@
|
|||
<string>...</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../../../../lay/lay/layResources.qrc">
|
||||
<iconset resource="../../../../icons/icons.qrc">
|
||||
<normaloff>:/clear_16px.png</normaloff>:/clear_16px.png</iconset>
|
||||
</property>
|
||||
</widget>
|
||||
|
|
@ -264,7 +264,7 @@
|
|||
<string>...</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../../../../lay/lay/layResources.qrc">
|
||||
<iconset resource="../../../../icons/icons.qrc">
|
||||
<normaloff>:/add_16px.png</normaloff>:/add_16px.png</iconset>
|
||||
</property>
|
||||
</widget>
|
||||
|
|
@ -278,7 +278,7 @@
|
|||
<string>...</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../../../../lay/lay/layResources.qrc">
|
||||
<iconset resource="../../../../icons/icons.qrc">
|
||||
<normaloff>:/up_16px.png</normaloff>:/up_16px.png</iconset>
|
||||
</property>
|
||||
</widget>
|
||||
|
|
@ -340,7 +340,7 @@
|
|||
<string>...</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../../../../lay/lay/layResources.qrc">
|
||||
<iconset resource="../../../../icons/icons.qrc">
|
||||
<normaloff>:/add_16px.png</normaloff>:/add_16px.png</iconset>
|
||||
</property>
|
||||
</widget>
|
||||
|
|
@ -354,7 +354,7 @@
|
|||
<string>...</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../../../../lay/lay/layResources.qrc">
|
||||
<iconset resource="../../../../icons/icons.qrc">
|
||||
<normaloff>:/clear_16px.png</normaloff>:/clear_16px.png</iconset>
|
||||
</property>
|
||||
</widget>
|
||||
|
|
@ -368,7 +368,7 @@
|
|||
<string>...</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../../../../lay/lay/layResources.qrc">
|
||||
<iconset resource="../../../../icons/icons.qrc">
|
||||
<normaloff>:/up_16px.png</normaloff>:/up_16px.png</iconset>
|
||||
</property>
|
||||
</widget>
|
||||
|
|
@ -382,7 +382,7 @@
|
|||
<string>...</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../../../../lay/lay/layResources.qrc">
|
||||
<iconset resource="../../../../icons/icons.qrc">
|
||||
<normaloff>:/down_16px.png</normaloff>:/down_16px.png</iconset>
|
||||
</property>
|
||||
</widget>
|
||||
|
|
@ -620,7 +620,7 @@
|
|||
<string/>
|
||||
</property>
|
||||
<property name="pixmap">
|
||||
<pixmap resource="../../../../lay/lay/layResources.qrc">:/right_16px.png</pixmap>
|
||||
<pixmap resource="../../../../icons/icons.qrc">:/right_16px@2x.png</pixmap>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
@ -670,7 +670,7 @@
|
|||
<string/>
|
||||
</property>
|
||||
<property name="pixmap">
|
||||
<pixmap resource="../../../../lay/lay/layResources.qrc">:/right_16px.png</pixmap>
|
||||
<pixmap resource="../../../../icons/icons.qrc">:/right_16px@2x.png</pixmap>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
@ -716,7 +716,7 @@
|
|||
<string/>
|
||||
</property>
|
||||
<property name="pixmap">
|
||||
<pixmap resource="../../../../lay/lay/layResources.qrc">:/right_16px.png</pixmap>
|
||||
<pixmap resource="../../../../icons/icons.qrc">:/right_16px@2x.png</pixmap>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
@ -736,7 +736,7 @@
|
|||
<string/>
|
||||
</property>
|
||||
<property name="pixmap">
|
||||
<pixmap resource="../../../../lay/lay/layResources.qrc">:/right_16px.png</pixmap>
|
||||
<pixmap resource="../../../../icons/icons.qrc">:/right_16px@2x.png</pixmap>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
@ -765,7 +765,7 @@
|
|||
<string/>
|
||||
</property>
|
||||
<property name="pixmap">
|
||||
<pixmap resource="../../../../lay/lay/layResources.qrc">:/right_16px.png</pixmap>
|
||||
<pixmap resource="../../../../icons/icons.qrc">:/right_16px@2x.png</pixmap>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
@ -899,7 +899,7 @@
|
|||
<string/>
|
||||
</property>
|
||||
<property name="pixmap">
|
||||
<pixmap resource="../../../../lay/lay/layResources.qrc">:/right_16px.png</pixmap>
|
||||
<pixmap resource="../../../../icons/icons.qrc">:/right_16px@2x.png</pixmap>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
@ -1084,7 +1084,7 @@ suffix ...</string>
|
|||
<string/>
|
||||
</property>
|
||||
<property name="pixmap">
|
||||
<pixmap resource="../../../../lay/lay/layResources.qrc">:/right_16px.png</pixmap>
|
||||
<pixmap resource="../../../../icons/icons.qrc">:/right_16px@2x.png</pixmap>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
@ -1107,7 +1107,7 @@ suffix ...</string>
|
|||
<string/>
|
||||
</property>
|
||||
<property name="pixmap">
|
||||
<pixmap resource="../../../../lay/lay/layResources.qrc">:/right_16px.png</pixmap>
|
||||
<pixmap resource="../../../../icons/icons.qrc">:/right_16px@2x.png</pixmap>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
@ -1143,7 +1143,7 @@ suffix ...</string>
|
|||
<string/>
|
||||
</property>
|
||||
<property name="pixmap">
|
||||
<pixmap resource="../../../../lay/lay/layResources.qrc">:/right_16px.png</pixmap>
|
||||
<pixmap resource="../../../../icons/icons.qrc">:/right_16px@2x.png</pixmap>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
@ -1159,7 +1159,7 @@ suffix ...</string>
|
|||
<string/>
|
||||
</property>
|
||||
<property name="pixmap">
|
||||
<pixmap resource="../../../../lay/lay/layResources.qrc">:/right_16px.png</pixmap>
|
||||
<pixmap resource="../../../../icons/icons.qrc">:/right_16px@2x.png</pixmap>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
@ -1195,7 +1195,7 @@ suffix ...</string>
|
|||
<string/>
|
||||
</property>
|
||||
<property name="pixmap">
|
||||
<pixmap resource="../../../../lay/lay/layResources.qrc">:/right_16px.png</pixmap>
|
||||
<pixmap resource="../../../../icons/icons.qrc">:/right_16px@2x.png</pixmap>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
@ -1211,7 +1211,7 @@ suffix ...</string>
|
|||
<string/>
|
||||
</property>
|
||||
<property name="pixmap">
|
||||
<pixmap resource="../../../../lay/lay/layResources.qrc">:/right_16px.png</pixmap>
|
||||
<pixmap resource="../../../../icons/icons.qrc">:/right_16px@2x.png</pixmap>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
@ -1228,7 +1228,7 @@ suffix ...</string>
|
|||
<string/>
|
||||
</property>
|
||||
<property name="pixmap">
|
||||
<pixmap resource="../../../../lay/lay/layResources.qrc">:/right_16px.png</pixmap>
|
||||
<pixmap resource="../../../../icons/icons.qrc">:/right_16px@2x.png</pixmap>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
@ -1265,7 +1265,7 @@ suffix ...</string>
|
|||
<string/>
|
||||
</property>
|
||||
<property name="pixmap">
|
||||
<pixmap resource="../../../../lay/lay/layResources.qrc">:/right_16px.png</pixmap>
|
||||
<pixmap resource="../../../../icons/icons.qrc">:/right_16px@2x.png</pixmap>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
@ -1364,7 +1364,7 @@ suffix ...</string>
|
|||
<string/>
|
||||
</property>
|
||||
<property name="pixmap">
|
||||
<pixmap resource="../../../../lay/lay/layResources.qrc">:/right_16px.png</pixmap>
|
||||
<pixmap resource="../../../../icons/icons.qrc">:/right_16px@2x.png</pixmap>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
@ -1470,7 +1470,7 @@ type ...</string>
|
|||
<string/>
|
||||
</property>
|
||||
<property name="pixmap">
|
||||
<pixmap resource="../../../../lay/lay/layResources.qrc">:/right_16px.png</pixmap>
|
||||
<pixmap resource="../../../../icons/icons.qrc">:/right_16px@2x.png</pixmap>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
@ -1639,7 +1639,7 @@ type ...</string>
|
|||
<tabstop>read_all_cbx</tabstop>
|
||||
</tabstops>
|
||||
<resources>
|
||||
<include location="../../../../lay/lay/layResources.qrc"/>
|
||||
<include location="../../../../icons/icons.qrc"/>
|
||||
</resources>
|
||||
<connections/>
|
||||
</ui>
|
||||
|
|
|
|||
|
|
@ -284,7 +284,7 @@
|
|||
<string/>
|
||||
</property>
|
||||
<property name="pixmap">
|
||||
<pixmap resource="../../../../lay/lay/layResources.qrc">:/warn_16px.png</pixmap>
|
||||
<pixmap resource="../../../../lay/lay/layResources.qrc">:/warn_16px@2x.png</pixmap>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
@ -379,7 +379,7 @@
|
|||
<string/>
|
||||
</property>
|
||||
<property name="pixmap">
|
||||
<pixmap resource="../../../../lay/lay/layResources.qrc">:/warn_16px.png</pixmap>
|
||||
<pixmap resource="../../../../lay/lay/layResources.qrc">:/warn_16px@2x.png</pixmap>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
|
|||
Loading…
Reference in New Issue