- May 22, 2018
-
-
Paul Tvete authored
-
Paul Tvete authored
Doc says "a stroked rectangle has a size of rectangle.size() plus the pen width".
-
Paul Tvete authored
Like all classic games, gameplay is tied to the framerate.
-
Paul Tvete authored
Use a transparent pixmap instead, since Qt supports that now.
-
Paul Tvete authored
...and we have to tell Qt to paint the background.
-
Paul Tvete authored
-
Paul Tvete authored
Now we have to kill timers individually.
-
Paul Tvete authored
Nowadays everything is buffered and composed, so we have to request that the widget should be repainted later.
-
Paul Tvete authored
QShortcut is more powerful and easier to use.
-
Paul Tvete authored
We do the right thing automatically these days
-
Paul Tvete authored
-
Paul Tvete authored
-
Paul Tvete authored
-
Paul Tvete authored
All constructors of QObject subclasses used to take the object name as a parameter.
-
Paul Tvete authored
-
Paul Tvete authored
-
Paul Tvete authored
-
Paul Tvete authored
Back in the old days, Windows only allowed eight character file names.
-
Paul Tvete authored
-
Paul Tvete authored
Leading spaces are just so much easier to work with.
-
- Jan 19, 2017
-
-
Paul Tvete authored
-