Added "Open Recent" button to StartupView.
- Also disabled broken MacOS build in travis CI file
This commit is contained in:
@@ -402,6 +402,7 @@ namespace glabels
|
||||
addPixmap( QPixmap( ":icons/flat/16x16/glabels-file-new.svg" ) );
|
||||
addPixmap( QPixmap( ":icons/flat/22x22/glabels-file-new.svg" ) );
|
||||
addPixmap( QPixmap( ":icons/flat/24x24/glabels-file-new.svg" ) );
|
||||
addPixmap( QPixmap( ":icons/flat/32x32/glabels-file-new.svg" ) );
|
||||
}
|
||||
};
|
||||
|
||||
@@ -414,6 +415,20 @@ namespace glabels
|
||||
addPixmap( QPixmap( ":icons/flat/16x16/glabels-file-open.svg" ) );
|
||||
addPixmap( QPixmap( ":icons/flat/22x22/glabels-file-open.svg" ) );
|
||||
addPixmap( QPixmap( ":icons/flat/24x24/glabels-file-open.svg" ) );
|
||||
addPixmap( QPixmap( ":icons/flat/32x32/glabels-file-open.svg" ) );
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
class FileRecent : public QIcon
|
||||
{
|
||||
public:
|
||||
FileRecent()
|
||||
{
|
||||
addPixmap( QPixmap( ":icons/flat/16x16/glabels-file-recent.svg" ) );
|
||||
addPixmap( QPixmap( ":icons/flat/22x22/glabels-file-recent.svg" ) );
|
||||
addPixmap( QPixmap( ":icons/flat/24x24/glabels-file-recent.svg" ) );
|
||||
addPixmap( QPixmap( ":icons/flat/32x32/glabels-file-recent.svg" ) );
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user