Added icons for up/down/stop
This commit is contained in:
parent
7adda8214c
commit
1d863031c0
5 changed files with 17 additions and 16 deletions
Binary file not shown.
Before Width: | Height: | Size: 502 B After Width: | Height: | Size: 339 B |
BIN
telldus-gui/TelldusGui/images/stop.png
Normal file
BIN
telldus-gui/TelldusGui/images/stop.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 202 B |
Binary file not shown.
Before Width: | Height: | Size: 490 B After Width: | Height: | Size: 342 B |
|
@ -75,7 +75,7 @@ MethodWidget::MethodWidget( Device *device, QWidget *parent )
|
||||||
d->down->setVisible( false );
|
d->down->setVisible( false );
|
||||||
layout->addWidget( d->down );
|
layout->addWidget( d->down );
|
||||||
|
|
||||||
d->stop->setIcon( QIcon(":/images/state_2.png") ); //TODO
|
d->stop->setIcon( QIcon(":/images/stop.png") );
|
||||||
d->stop->setVisible( false );
|
d->stop->setVisible( false );
|
||||||
layout->addWidget( d->stop );
|
layout->addWidget( d->stop );
|
||||||
|
|
||||||
|
|
|
@ -13,5 +13,6 @@
|
||||||
<file>images/execute.png</file>
|
<file>images/execute.png</file>
|
||||||
<file>images/up.png</file>
|
<file>images/up.png</file>
|
||||||
<file>images/down.png</file>
|
<file>images/down.png</file>
|
||||||
|
<file>images/stop.png</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
</RCC>
|
</RCC>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue