damianavila / vIPer

vIPer: a new tool for IPython notebooks.
60 stars 9 forks source link

[mac only] Diverse GUI stuff. #4

Open Carreau opened 12 years ago

Carreau commented 12 years ago

This is more UI-related and a small detail. Qt application ofter use the unifiedTitleAndToolbar to look more like native applications.

See qt blog for screenshot.

Tabs should use PySide.QtGui.QTabBar.documentMode() when each tab is a separate document.

damianavila commented 12 years ago

Thanks for the link, I will look it. Are you testing in a Mac? Because I only tested vIPer in linux (ubuntu 12.04)

Carreau commented 12 years ago

Yes, I'm testing on mac. I personally don't care a lot on those details, but it doesn't harm the code on other platform, and really look nicer if you are trying to sell your stuff to most of mac users.