Changeset 820


Ignore:
Timestamp:
Apr 24, 2012 11:33:35 AM (12 years ago)
Author:
jemian
Message:

final tweaks for presentation

Location:
qtprobe-demo
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • qtprobe-demo/README

    r818 r820  
    1010
    1111* simpleton.py
    12 * pyside-probe.py
     12* pyside_probe.py
    1313* traits_probe_more.py
    1414* traits_probe.py
  • qtprobe-demo/pyside_probe.py

    r819 r820  
    99########### SVN repository information ###################
    1010
    11 # from Matt Newville, CARS, U Chicago
     11# from Matt Newville, CARS, University of Chicago
    1212
    1313import epics
  • qtprobe-demo/traits_probe.py

    r814 r820  
    3232                description = 'Connect to new PV',
    3333                method_name = 'connect' ),
     34    KeyBinding( binding1    = 'Return',
     35                description = 'Connect to new PV',
     36                method_name = 'connect' ),
    3437)
    3538
     
    6366        Readonly('value'),
    6467        resizable=True,
    65         width = 250,
     68        width = 250,
    6669        title='Traits-based EPICS Probe',
    6770        key_bindings = key_bindings,
  • qtprobe-demo/traits_probe_more.py

    r817 r820  
    188188
    189189    view = View(
    190                 Item('pvname', label='EPICS PV', tooltip='enter the EPICS PV name and press [Watch]'),
     190                Item('pvname', label='EPICS PV', tooltip='enter the EPICS PV name and press [Start]'),
    191191                Readonly('pv_value', label='PV value', tooltip='most recent value of EPICS PV'),
    192192                title="%s EPICS + Traits Demo" % ETSConfig.toolkit,
     
    217217        FORMAT = '%(asctime)-15s: %(message)s'
    218218        logging.basicConfig(stream=sys.stdout, level=logging.INFO, format=FORMAT)
    219         self.SetStatus('Enter PV name and press [Watch] to start monitoring')
     219        self.SetStatus('Enter PV name and press [Start] to start monitoring')
    220220   
    221221
Note: See TracChangeset for help on using the changeset viewer.