Skip to content

Commit

Permalink
Remove the about tab in settings dialog for console
Browse files Browse the repository at this point in the history
  • Loading branch information
slarosa committed Oct 28, 2012
1 parent 50f3352 commit 0660dcf
Show file tree
Hide file tree
Showing 2 changed files with 209 additions and 229 deletions.
4 changes: 0 additions & 4 deletions python/console_settings.py
Expand Up @@ -40,10 +40,6 @@ def __init__(self, parent):
self.fontConfig()

self.lineEdit.setReadOnly(True)
self.tabWidget.setTabText(0, QCoreApplication.translate("PythonConsole", "General"))
self.tabWidget.setTabIcon(0, QIcon(":/images/themes/default/propertyicons/general.png"))
self.tabWidget.setTabText(1, QCoreApplication.translate("PythonConsole", "About"))
self.tabWidget.setTabIcon(1, QIcon(":/images/console/iconAboutConsole.png"))

self.addAPIpath.setIcon(QIcon(":/images/themes/default/symbologyAdd.png"))
self.addAPIpath.setToolTip(QCoreApplication.translate("PythonConsole", "Add API path"))
Expand Down

0 comments on commit 0660dcf

Please sign in to comment.