fritzing / fritzing-app

Fritzing desktop application
http://fritzing.org
Other
3.96k stars 822 forks source link

Welcomescreen - Partseditor #2778

Closed davidperrenoud closed 10 years ago

davidperrenoud commented 10 years ago

From bluearc....@gmail.com on November 15, 2013 10:07:52

The parts-editor should not have a welcome screen. we have to find a way to get rid of it.

also the tabs need to be styled in a different way than the tabs in the main-programm. we need to have a parts-editor-tab-style that is different form the fritzing-tab-style.

Original issue: http://code.google.com/p/fritzing/issues/detail?id=2780

davidperrenoud commented 10 years ago

From irasc...@gmail.com on November 18, 2013 06:50:24

r3de33172b74e .

removed welcome tab from parts editor.

For the tab styling, I think you can use the "descendant selector" QSS syntax to distinguish (see http://qt-project.org/doc/qt-4.8/stylesheet-syntax.html ): so you could try PEMainWindow QTabWidget (for the parts editor) and MainWindow QTabWidget (for the sketch window).

Note also that setObjectName("peTabs") is now effective. I think that previously the setObjectName() line was in the wrong place, so it was not doing anything.

Status: ProbablyFixed

davidperrenoud commented 10 years ago

From irasc...@gmail.com on January 18, 2014 12:21:50

shipped.

Status: Fixed