Search Results

5
votes

How do I store the window size between sessions in Qt?

Use the QWidget::saveGeometry feature to write the current settings into the registry.(The registry is accessed u …