mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 01:45:36 -04:00
Support selection and better hover.
This commit is contained in:
parent
cc5520edda
commit
36f30b1ede
2 changed files with 70 additions and 4 deletions
|
@ -64,6 +64,7 @@ private:
|
|||
void drawPartitions( QPainter* painter, const QRect& rect, const QModelIndex& parent );
|
||||
void drawSection( QPainter* painter, const QRect& rect_, int x, int width, const QModelIndex& index );
|
||||
QModelIndex indexAt( const QPoint& point, const QRect& rect, const QModelIndex& parent ) const;
|
||||
QRect visualRect( const QModelIndex& index, const QRect& rect, const QModelIndex& parent ) const;
|
||||
|
||||
struct Item
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue