Signed-off-by: Boris Barbulovski <bbarbulovski@gmail.com>
Signed-off-by: Thiago Macieira <thiago.macieira@intel.com>
Signed-off-by: Michal Marek <mmarek@suse.com>
setSortingEnabled(false);
setRootIsDecorated(true);
setSortingEnabled(false);
setRootIsDecorated(true);
+ setVerticalScrollMode(ScrollPerPixel);
+ setHorizontalScrollMode(ScrollPerPixel);
+
setHeaderLabels(QStringList() << _("Option") << _("Name") << "N" << "M" << "Y" << _("Value"));
connect(this, SIGNAL(itemSelectionChanged(void)),
setHeaderLabels(QStringList() << _("Option") << _("Name") << "N" << "M" << "Y" << _("Value"));
connect(this, SIGNAL(itemSelectionChanged(void)),
updateMenuList(item, rootEntry);
update();
updateMenuList(item, rootEntry);
update();
+ resizeColumnToContents(0);
return;
}
update:
updateMenuList(this, rootEntry);
update();
return;
}
update:
updateMenuList(this, rootEntry);
update();
+ resizeColumnToContents(0);
}
void ConfigList::setValue(ConfigItem* item, tristate val)
}
void ConfigList::setValue(ConfigItem* item, tristate val)