Changeset 11933 for trunk/FACT++/gui/RawEventsViewer/viewer.ui
- Timestamp:
- 09/01/11 16:16:52 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/gui/RawEventsViewer/viewer.ui
r11908 r11933 769 769 <layout class="QHBoxLayout" name="horizontalLayout"> 770 770 <item> 771 <widget class="QPushButton" name="playPauseButton"> 772 <property name="toolTip"> 773 <string>Play/Pause events animation</string> 774 </property> 775 <property name="text"> 776 <string>Play/Pause</string> 777 </property> 778 </widget> 779 </item> 780 <item> 771 781 <widget class="QLabel" name="label_24"> 772 782 <property name="text"> … … 794 804 <property name="value"> 795 805 <double>100.000000000000000</double> 796 </property>797 </widget>798 </item>799 </layout>800 </item>801 <item row="1" column="8">802 <layout class="QHBoxLayout" name="horizontalLayout_4">803 <item>804 <widget class="QLabel" name="label_2">805 <property name="text">806 <string>Events stepping</string>807 </property>808 </widget>809 </item>810 <item>811 <widget class="QPushButton" name="eventsMinusButton">812 <property name="toolTip">813 <string>Step backwards in events</string>814 </property>815 <property name="text">816 <string>-</string>817 </property>818 </widget>819 </item>820 <item>821 <widget class="QSpinBox" name="eventsStepBox">822 <property name="toolTip">823 <string>Number of events to skip at each step</string>824 </property>825 <property name="minimum">826 <number>1</number>827 </property>828 <property name="maximum">829 <number>9999</number>830 </property>831 </widget>832 </item>833 <item>834 <widget class="QPushButton" name="eventsPlusButton">835 <property name="sizePolicy">836 <sizepolicy hsizetype="Minimum" vsizetype="Minimum">837 <horstretch>0</horstretch>838 <verstretch>0</verstretch>839 </sizepolicy>840 </property>841 <property name="toolTip">842 <string>Step forward in events</string>843 </property>844 <property name="text">845 <string>+</string>846 806 </property> 847 807 </widget> … … 952 912 <layout class="QHBoxLayout" name="horizontalLayout_5"> 953 913 <item> 954 <widget class="QPushButton" name="slicesMinusMinusButton"> 955 <property name="toolTip"> 956 <string>Step backward one slice</string> 957 </property> 914 <widget class="QRadioButton" name="playEventsRadio"> 958 915 <property name="text"> 959 <string>Slice--</string> 960 </property> 961 </widget> 962 </item> 963 <item> 964 <widget class="QPushButton" name="playPauseButton"> 965 <property name="toolTip"> 966 <string>Play/Pause events animation</string> 967 </property> 968 <property name="text"> 969 <string>Play/Pause</string> 970 </property> 971 </widget> 972 </item> 973 <item> 974 <widget class="QPushButton" name="slicesPlusPlusButton"> 975 <property name="toolTip"> 976 <string>Step forward one slice</string> 977 </property> 978 <property name="text"> 979 <string>Slice++</string> 916 <string>play Events</string> 980 917 </property> 981 918 </widget> … … 1013 950 </property> 1014 951 </widget> 952 </item> 953 <item row="1" column="8"> 954 <layout class="QHBoxLayout" name="horizontalLayout_4"> 955 <item> 956 <widget class="QRadioButton" name="playSlicesRadio"> 957 <property name="text"> 958 <string>play Slices</string> 959 </property> 960 <property name="checked"> 961 <bool>true</bool> 962 </property> 963 </widget> 964 </item> 965 </layout> 1015 966 </item> 1016 967 </layout>
Note:
See TracChangeset
for help on using the changeset viewer.