Commit graph

20 commits

Author SHA1 Message Date
bcd24e9381 No longer a QPixmap pointer 2014-10-04 11:04:18 +02:00
8e2e9ecbc3 Convert to the new signal-slot syntax 2014-10-03 23:17:52 +02:00
c32637cafa KPushButton -> QPushButton 2014-10-03 23:07:26 +02:00
d7fec181e2 KUrl -> QUrl 2014-10-03 23:06:43 +02:00
e2cdec1947 KIcon -> QIcon 2014-10-03 23:02:19 +02:00
3c9a4de1ad Fix the model (same issue as in Holiday Planner, beginInsertRows is inclusive) 2014-03-23 20:55:32 +01:00
782a113475 Change name accordingly and fix include guards 2013-07-28 17:14:08 +02:00
521bdad42c Add a clear() method to empty the list of the model (better than
creating a new one every time) and rename m_posts to m_items
2013-07-28 17:13:28 +02:00
6a3a866ad5 These variables are not needed anymore 2013-07-28 17:12:55 +02:00
64e16642ff Cleanup 2013-07-28 17:12:40 +02:00
41be285e07 Rename DanbooruTableModel to DanbooruPostModel, as it's clearer what it
does
2013-07-28 17:11:50 +02:00
ec6735c44e Provide the filename as tooltip 2013-07-23 07:31:28 +02:00
834bdfd82d Use the height - 3 lines of text to make also very high pixmaps fit 2013-07-23 07:31:14 +02:00
e787a35330 Use moveBottom instead of setBottom so that the images are all lined up at the bottom. 2013-07-21 09:44:05 +02:00
6bbe54a7fd Display ratings as strings 2013-07-20 20:16:13 +02:00
04f1c4a76f Almost working delegate version with text. Needs a little more polishing though 2013-07-20 15:46:48 +02:00
1886dbf53c Switch to QVector instead of QList. Insertions aren't really needed. 2013-07-20 11:44:27 +02:00
2141bd0a08 One less temporary variable 2013-06-09 22:35:00 +02:00
9373508bc3 Add two signals to propagate the URLs when the buttons are clicked 2013-06-09 22:00:41 +02:00
ad89dd5db9 Moved models to a separate directory 2013-06-09 21:59:55 +02:00