Beispiel #1
0
    def plusToolButtonClicked(self):
        Glob.doAnimation(self.plusToolButtonAnim, self.plusToolButton, 3)

        addWindow = AddWindow(parent=self)
        addWindow.show()
Beispiel #2
0
    def crownToolButtonClicked(self):
        Glob.doAnimation(self.crownToolButtonAnim, self.crownToolButton, 3)

        chosen_action = self.contextMenu.exec_(self.calculateCoordinates())
        self.contextMenu.executeAction(chosen_action)