- setMaximumWidth(200);
- setMinimumWidth(200); // something to fix on kcapacitybar (ereslibre)
-
- // Use a timer to update the space information. Polling is useful
- // here, as files can be deleted/added outside the scope of Dolphin.
- m_timer = new QTimer(this);
- connect(m_timer, SIGNAL(timeout()), this, SLOT(refresh()));