Opened 8 years ago
Closed 8 years ago
#94 closed enhancement (fixed)
move create mainTab and subTab object from main.py to mainSet.py
Reported by: | yanll | Owned by: | yanll |
---|---|---|---|
Priority: | minor | Milestone: | pre-alpha |
Component: | viewer | Version: | 0.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Parent ID: | Parent Tickets: | ||
Estimated Number of Hours: | 0.0 | Add Hours to Ticket: | 0 |
Billable?: | yes | Total Hours: | 0 |
Description
1 create mainSet.py
2 mainSet.py
self.upRightTab = CSNSMainTab(self)
self.timeProgress = QtGui?.QProgressBar(self)
self.downRightTab = CSNSSubTab(self)
self.splitter.addWidget(self.upRightTab)
self.splitter.addWidget(self.timeProgress)
self.splitter.addWidget(self.downRightTab)
self.splitter.setSizes([370, 20, 80])
3 main.py
self.rightWidget = CSNSMainSetInfo(self.rightSplitter)
Subtickets
Child Tickets
Change History (1)
comment:1 Changed 8 years ago by yanll
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.