mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-09-13 20:23:04 +02:00
Minor: cosmetic change icons
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3820 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
parent
a327a1a9fe
commit
53298c4c87
BIN
ico/16x16/folio-new.png
Normal file
BIN
ico/16x16/folio-new.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 518 B |
@ -241,5 +241,6 @@
|
||||
<file>ico/22x22/project-WH-delete.png</file>
|
||||
<file>ico/22x22/project-WH-close.png</file>
|
||||
<file>ico/22x22/project-WH.png</file>
|
||||
<file>ico/16x16/folio-new.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
@ -750,7 +750,7 @@ int ProjectView::cleanProject() {
|
||||
Initialize actions for this widget.
|
||||
*/
|
||||
void ProjectView::initActions() {
|
||||
add_new_diagram_ = new QAction(QET::Icons::Add, tr("Ajouter un schéma"), this);
|
||||
add_new_diagram_ = new QAction(QET::Icons::AddFolio, tr("Ajouter un schéma"), this);
|
||||
connect(add_new_diagram_, SIGNAL(triggered()), this, SLOT(addNewDiagram()));
|
||||
}
|
||||
|
||||
@ -759,7 +759,7 @@ void ProjectView::initActions() {
|
||||
*/
|
||||
void ProjectView::initWidgets() {
|
||||
setObjectName("ProjectView");
|
||||
setWindowIcon(QET::Icons::ProjectFile);
|
||||
setWindowIcon(QET::Icons::ProjectFileGP);
|
||||
|
||||
// initialize the "fallback" widget
|
||||
fallback_widget_ = new QWidget();
|
||||
|
@ -22,6 +22,7 @@
|
||||
namespace QET {
|
||||
namespace Icons {
|
||||
QIcon Add;
|
||||
QIcon AddFolio;
|
||||
QIcon Allowed;
|
||||
QIcon ApplicationExit;
|
||||
QIcon ArrowLeft;
|
||||
@ -193,6 +194,7 @@ void QET::Icons::initIcons() {
|
||||
|
||||
Add .addFile(":/ico/16x16/list-add.png");
|
||||
Add .addFile(":/ico/22x22/list-add.png");
|
||||
AddFolio .addFile(":/ico/16x16/folio-new.png");
|
||||
Allowed .addFile(":/ico/16x16/user-online.png");
|
||||
ApplicationExit .addFile(":/ico/16x16/application-exit.png");
|
||||
ApplicationExit .addFile(":/ico/22x22/application-exit.png");
|
||||
|
@ -29,6 +29,7 @@ namespace QET {
|
||||
// using the extern keyword enables access to static objects from outside the
|
||||
// namespace
|
||||
extern QIcon Add;
|
||||
extern QIcon AddFolio;
|
||||
extern QIcon Allowed;
|
||||
extern QIcon ApplicationExit;
|
||||
extern QIcon ArrowLeft;
|
||||
|
Loading…
x
Reference in New Issue
Block a user