Beispiel #1
0
static Htop_Reaction actionExpandOrCollapse(State* st) {
   bool changed = expandCollapse(st->panel);
   return changed ? HTOP_RECALCULATE : HTOP_OK;
}
void FilterGeneratorTab::paintEvent( QPaintEvent* /*p*/ )
{
	expandCollapse(jsexp,ui->jsbut,ui->jsframe);
	expandCollapse(guiexp,ui->guibut,ui->guiframe);	
}