src/eric7/WebBrowser/Sync/SyncEncryptionPage.py

branch
eric7
changeset 10692
9becf9ca115c
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
equal deleted inserted replaced
10691:d1a603a70f83 10692:9becf9ca115c
137 @type str 137 @type str
138 """ 138 """
139 self.__updateUI() 139 self.__updateUI()
140 140
141 @pyqtSlot(bool) 141 @pyqtSlot(bool)
142 def on_encryptionGroupBox_toggled(self, on): 142 def on_encryptionGroupBox_toggled(self, _on):
143 """ 143 """
144 Private slot to handle changes of the encryption selection. 144 Private slot to handle changes of the encryption selection.
145 145
146 @param on state of the group box 146 @param _on state of the group box (unused)
147 @type bool 147 @type bool
148 """ 148 """
149 self.__updateUI() 149 self.__updateUI()
150 150
151 @pyqtSlot(bool) 151 @pyqtSlot(bool)
152 def on_reencryptCheckBox_toggled(self, on): 152 def on_reencryptCheckBox_toggled(self, _on):
153 """ 153 """
154 Private slot to handle changes of the re-encryption selection. 154 Private slot to handle changes of the re-encryption selection.
155 155
156 @param on state of the check box 156 @param _on state of the check box (unused)
157 @type bool 157 @type bool
158 """ 158 """
159 self.__updateUI() 159 self.__updateUI()

eric ide

mercurial