mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-06 10:25:52 +00:00
Small changes
* move logging ini file from dataengine to library * improve dataengine desktop file * fix configuration warnings with the newest plasma
This commit is contained in:
@ -551,8 +551,8 @@ void GraphicalItem::changeValue(const int state)
|
||||
{
|
||||
qCDebug(LOG_LIB) << "Current state is" << state;
|
||||
|
||||
ui->widget_value->setHidden(state == Qt::Unchecked);
|
||||
ui->widget_customValue->setHidden(state != Qt::Unchecked);
|
||||
ui->widget_value->setHidden(state != Qt::Unchecked);
|
||||
ui->widget_customValue->setHidden(state == Qt::Unchecked);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user