Skip to content

Commit f010205

Browse files
committedOct 28, 2012
Merge pull request #306 from slarosa/master
Remove the about tab in settings dialog for console
2 parents 9744b8a + 0660dcf commit f010205

File tree

2 files changed

+209
-229
lines changed

2 files changed

+209
-229
lines changed
 

‎python/console_settings.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ def __init__(self, parent):
4040
self.fontConfig()
4141

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

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

0 commit comments

Comments
 (0)
Please sign in to comment.