mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-26 04:30:53 +01: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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user