コード例 #1
0
 def _slotSectionMoved(logicalIndex, oldVisualIndex, newVisualIndex):
     self.app.settings.setValue(skeyMoved, settings.getHeaderSectionVisualIndices(tableHeader))
コード例 #2
0
 def _slotTreeSectionMoved(self, logicalIndex, oldVisualIndex, newVisualIndex):
     self.app.settings.setValue('databrowserwidget/headerSectionVisualIndices', settings.getHeaderSectionVisualIndices(self.treeHeader))
コード例 #3
0
ファイル: workshopswidget.py プロジェクト: akamal/PyPipboyApp
 def _slotTableSectionMoved(self, logicalIndex, oldVisualIndex, newVisualIndex):
     self.app.settings.setValue('workshopsbrowser/HeaderSectionVisualIndices', settings.getHeaderSectionVisualIndices(self.tableHeader))
コード例 #4
0
 def _slotTableSectionMoved(self, logicalIndex, oldVisualIndex,
                            newVisualIndex):
     self.app.settings.setValue(
         'radiowidget/headerSectionVisualIndices',
         settings.getHeaderSectionVisualIndices(self.tableHeader))
コード例 #5
0
ファイル: locationbrowser.py プロジェクト: akamal/PyPipboyApp
 def _slotLocationTableSectionMoved(self, logicalIndex, oldVisualIndex, newVisualIndex):
     self.app.settings.setValue('locationbrowserwidget/LocationHeaderSectionVisualIndices', settings.getHeaderSectionVisualIndices(self.locationTableHeader))
コード例 #6
0
 def _slotSectionMoved(logicalIndex, oldVisualIndex, newVisualIndex):
     self.app.settings.setValue(
         skeyMoved, settings.getHeaderSectionVisualIndices(tableHeader))
コード例 #7
0
 def _slotTreeSectionMoved(self, logicalIndex, oldVisualIndex,
                           newVisualIndex):
     self.app.settings.setValue(
         'databrowserwidget/headerSectionVisualIndices',
         settings.getHeaderSectionVisualIndices(self.treeHeader))
コード例 #8
0
 def _slotTableSectionMoved(self, logicalIndex, oldVisualIndex,
                            newVisualIndex):
     self.app.settings.setValue(
         'workshopsbrowser/HeaderSectionVisualIndices',
         settings.getHeaderSectionVisualIndices(self.tableHeader))
コード例 #9
0
ファイル: effectswidget.py プロジェクト: JoeGurt/PyPipboyApp
 def _slotTableSectionMoved(self, logicalIndex, oldVisualIndex, newVisualIndex):
     self.app.settings.setValue('effectswidget/headerSectionVisualIndices', settings.getHeaderSectionVisualIndices(self.tableHeader))
コード例 #10
0
 def _slotLocationTableSectionMoved(self, logicalIndex, oldVisualIndex,
                                    newVisualIndex):
     self.app.settings.setValue(
         'locationbrowserwidget/LocationHeaderSectionVisualIndices',
         settings.getHeaderSectionVisualIndices(self.locationTableHeader))