- Added side pane for product preview and information - Product selection is done with a separate pushbutton, so that user gets a chance to preview the complete product information before committing to the selection - Supports two view modes: Grid View and List View - View mode is automatically stored in Settings, so it will default to the user's prefered mode - Should address most concerns in #109 and #142
This commit is contained in:
@@ -39,11 +39,21 @@ namespace glabels
|
||||
public:
|
||||
static const int SIZE = 80;
|
||||
|
||||
|
||||
/////////////////////////////////
|
||||
// Life Cycle
|
||||
/////////////////////////////////
|
||||
public:
|
||||
TemplatePickerItem( model::Template *tmplate, QListWidget *parent = nullptr );
|
||||
TemplatePickerItem( model::Template* tmplate,
|
||||
QListView::ViewMode mode,
|
||||
QListWidget* parent = nullptr );
|
||||
|
||||
|
||||
/////////////////////////////////
|
||||
// Manipulate widget
|
||||
/////////////////////////////////
|
||||
public:
|
||||
void setMode( QListView::ViewMode mode );
|
||||
|
||||
|
||||
/////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user