Changeset 1443 for bcdaqwidgets/trunk/src/bcdaqwidgets_demos/pvview.py
- Timestamp:
- Oct 15, 2013 8:22:10 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bcdaqwidgets/trunk/src/bcdaqwidgets_demos/pvview.py
r1440 r1443 7 7 from PySide.QtGui import QWidget, QLabel, QGridLayout, QApplication 8 8 9 sys.path.insert(0, os.path.abspath('..'))9 #sys.path.insert(0, os.path.abspath('..')) 10 10 import bcdaqwidgets 11 11 … … 48 48 self.grid.addWidget(widget, row, 1) 49 49 50 if __name__ == '__main__': 50 51 def main(): 51 52 app = QApplication(sys.argv) 52 53 probe = PVView() … … 59 60 60 61 62 if __name__ == '__main__': 63 main() 64 65 61 66 ########### SVN repository information ################### 62 67 # $Date$
Note: See TracChangeset
for help on using the changeset viewer.