236 |
236 |
237 QGuiApplication.clipboard().setText(tomlkit.dumps(doc)) |
237 QGuiApplication.clipboard().setText(tomlkit.dumps(doc)) |
238 |
238 |
239 EricMessageBox.information( |
239 EricMessageBox.information( |
240 self, |
240 self, |
241 self.tr("Create TOML snipper"), |
241 self.tr("Create TOML snippet"), |
242 self.tr("""The 'pyproject.toml' snippet was copied to the clipboard""" |
242 self.tr("""The 'pyproject.toml' snippet was copied to the clipboard""" |
243 """ successfully.""") |
243 """ successfully.""") |
244 ) |
244 ) |
245 |
245 |
246 def getConfiguration(self): |
246 def getConfiguration(self): |