94 Preferences.getHelp("PyQt4DocDir"), toNative=False) |
94 Preferences.getHelp("PyQt4DocDir"), toNative=False) |
95 self.pyqt5DocDirPicker.setText( |
95 self.pyqt5DocDirPicker.setText( |
96 Preferences.getHelp("PyQt5DocDir"), toNative=False) |
96 Preferences.getHelp("PyQt5DocDir"), toNative=False) |
97 self.pysideDocDirPicker.setText( |
97 self.pysideDocDirPicker.setText( |
98 Preferences.getHelp("PySideDocDir"), toNative=False) |
98 Preferences.getHelp("PySideDocDir"), toNative=False) |
99 self.pysideDocDirPicker.setText( |
99 self.pyside2DocDirPicker.setText( |
100 Preferences.getHelp("PySide2DocDir"), toNative=False) |
100 Preferences.getHelp("PySide2DocDir"), toNative=False) |
101 |
101 |
102 def save(self): |
102 def save(self): |
103 """ |
103 """ |
104 Public slot to save the Help Documentation configuration. |
104 Public slot to save the Help Documentation configuration. |