Esempio n. 1
0
 def _slotSectionMoved(logicalIndex, oldVisualIndex, newVisualIndex):
     self.app.settings.setValue(skeyMoved, settings.getHeaderSectionVisualIndices(tableHeader))
Esempio n. 2
0
 def _slotTreeSectionMoved(self, logicalIndex, oldVisualIndex, newVisualIndex):
     self.app.settings.setValue('databrowserwidget/headerSectionVisualIndices', settings.getHeaderSectionVisualIndices(self.treeHeader))
Esempio n. 3
0
 def _slotTableSectionMoved(self, logicalIndex, oldVisualIndex, newVisualIndex):
     self.app.settings.setValue('workshopsbrowser/HeaderSectionVisualIndices', settings.getHeaderSectionVisualIndices(self.tableHeader))
Esempio n. 4
0
 def _slotTableSectionMoved(self, logicalIndex, oldVisualIndex,
                            newVisualIndex):
     self.app.settings.setValue(
         'radiowidget/headerSectionVisualIndices',
         settings.getHeaderSectionVisualIndices(self.tableHeader))
Esempio n. 5
0
 def _slotLocationTableSectionMoved(self, logicalIndex, oldVisualIndex, newVisualIndex):
     self.app.settings.setValue('locationbrowserwidget/LocationHeaderSectionVisualIndices', settings.getHeaderSectionVisualIndices(self.locationTableHeader))
Esempio n. 6
0
 def _slotSectionMoved(logicalIndex, oldVisualIndex, newVisualIndex):
     self.app.settings.setValue(
         skeyMoved, settings.getHeaderSectionVisualIndices(tableHeader))
 def _slotTreeSectionMoved(self, logicalIndex, oldVisualIndex,
                           newVisualIndex):
     self.app.settings.setValue(
         'databrowserwidget/headerSectionVisualIndices',
         settings.getHeaderSectionVisualIndices(self.treeHeader))
Esempio n. 8
0
 def _slotTableSectionMoved(self, logicalIndex, oldVisualIndex,
                            newVisualIndex):
     self.app.settings.setValue(
         'workshopsbrowser/HeaderSectionVisualIndices',
         settings.getHeaderSectionVisualIndices(self.tableHeader))
Esempio n. 9
0
 def _slotTableSectionMoved(self, logicalIndex, oldVisualIndex, newVisualIndex):
     self.app.settings.setValue('effectswidget/headerSectionVisualIndices', settings.getHeaderSectionVisualIndices(self.tableHeader))
Esempio n. 10
0
 def _slotLocationTableSectionMoved(self, logicalIndex, oldVisualIndex,
                                    newVisualIndex):
     self.app.settings.setValue(
         'locationbrowserwidget/LocationHeaderSectionVisualIndices',
         settings.getHeaderSectionVisualIndices(self.locationTableHeader))