Warning, /graphics/kst-plot/src/libkstapp/histogramtab.ui is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" encoding="UTF-8"?> 0002 <ui version="4.0"> 0003 <class>HistogramTab</class> 0004 <widget class="QWidget" name="HistogramTab"> 0005 <property name="geometry"> 0006 <rect> 0007 <x>0</x> 0008 <y>0</y> 0009 <width>660</width> 0010 <height>227</height> 0011 </rect> 0012 </property> 0013 <property name="sizePolicy"> 0014 <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> 0015 <horstretch>0</horstretch> 0016 <verstretch>0</verstretch> 0017 </sizepolicy> 0018 </property> 0019 <layout class="QGridLayout" name="gridLayout_2"> 0020 <item row="1" column="0"> 0021 <widget class="Kst::CurveAppearance" name="_curveAppearance" native="true"> 0022 <property name="sizePolicy"> 0023 <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> 0024 <horstretch>0</horstretch> 0025 <verstretch>0</verstretch> 0026 </sizepolicy> 0027 </property> 0028 </widget> 0029 </item> 0030 <item row="1" column="1"> 0031 <widget class="Kst::CurvePlacement" name="_curvePlacement" native="true"> 0032 <property name="sizePolicy"> 0033 <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> 0034 <horstretch>0</horstretch> 0035 <verstretch>0</verstretch> 0036 </sizepolicy> 0037 </property> 0038 </widget> 0039 </item> 0040 <item row="0" column="0" colspan="2"> 0041 <layout class="QHBoxLayout" name="horizontalLayout"> 0042 <item> 0043 <widget class="QGroupBox" name="ButtonGroup1_3"> 0044 <property name="sizePolicy"> 0045 <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> 0046 <horstretch>0</horstretch> 0047 <verstretch>0</verstretch> 0048 </sizepolicy> 0049 </property> 0050 <property name="title"> 0051 <string>Histogram Properties</string> 0052 </property> 0053 <layout class="QGridLayout" name="gridLayout"> 0054 <item row="0" column="0"> 0055 <widget class="QLabel" name="_vectorLabel"> 0056 <property name="sizePolicy"> 0057 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 0058 <horstretch>0</horstretch> 0059 <verstretch>0</verstretch> 0060 </sizepolicy> 0061 </property> 0062 <property name="text"> 0063 <string>Data vecto&r:</string> 0064 </property> 0065 <property name="alignment"> 0066 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 0067 </property> 0068 <property name="wordWrap"> 0069 <bool>false</bool> 0070 </property> 0071 </widget> 0072 </item> 0073 <item row="0" column="1" colspan="4"> 0074 <widget class="Kst::VectorSelector" name="_vector" native="true"> 0075 <property name="sizePolicy"> 0076 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> 0077 <horstretch>0</horstretch> 0078 <verstretch>0</verstretch> 0079 </sizepolicy> 0080 </property> 0081 </widget> 0082 </item> 0083 <item row="1" column="0"> 0084 <widget class="QLabel" name="TextLabel1_4_2_2"> 0085 <property name="sizePolicy"> 0086 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 0087 <horstretch>0</horstretch> 0088 <verstretch>0</verstretch> 0089 </sizepolicy> 0090 </property> 0091 <property name="text"> 0092 <string>Bins from&:</string> 0093 </property> 0094 <property name="alignment"> 0095 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 0096 </property> 0097 <property name="wordWrap"> 0098 <bool>false</bool> 0099 </property> 0100 <property name="buddy"> 0101 <cstring>_min</cstring> 0102 </property> 0103 </widget> 0104 </item> 0105 <item row="1" column="1" colspan="2"> 0106 <widget class="QLineEdit" name="_min"> 0107 <property name="sizePolicy"> 0108 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> 0109 <horstretch>0</horstretch> 0110 <verstretch>0</verstretch> 0111 </sizepolicy> 0112 </property> 0113 <property name="whatsThis"> 0114 <string>The lower limit of the lowest bin. Values below this limit will not be counted in any bin.</string> 0115 </property> 0116 <property name="text"> 0117 <string notr="true">-10.0</string> 0118 </property> 0119 </widget> 0120 </item> 0121 <item row="1" column="3"> 0122 <widget class="QLabel" name="TextLabel4_5_2"> 0123 <property name="sizePolicy"> 0124 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 0125 <horstretch>0</horstretch> 0126 <verstretch>0</verstretch> 0127 </sizepolicy> 0128 </property> 0129 <property name="text"> 0130 <string comment="from: 333 to: 555">to:</string> 0131 </property> 0132 <property name="wordWrap"> 0133 <bool>false</bool> 0134 </property> 0135 <property name="buddy"> 0136 <cstring>_max</cstring> 0137 </property> 0138 </widget> 0139 </item> 0140 <item row="1" column="4"> 0141 <widget class="QLineEdit" name="_max"> 0142 <property name="sizePolicy"> 0143 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> 0144 <horstretch>0</horstretch> 0145 <verstretch>0</verstretch> 0146 </sizepolicy> 0147 </property> 0148 <property name="whatsThis"> 0149 <string>The upper limit of the highest bin. Values above this limit will not be counted in any bin.</string> 0150 </property> 0151 <property name="text"> 0152 <string notr="true">10.0</string> 0153 </property> 0154 </widget> 0155 </item> 0156 <item row="2" column="0"> 0157 <widget class="QLabel" name="TextLabel5_2"> 0158 <property name="sizePolicy"> 0159 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 0160 <horstretch>0</horstretch> 0161 <verstretch>0</verstretch> 0162 </sizepolicy> 0163 </property> 0164 <property name="text"> 0165 <string>Num bin&s:</string> 0166 </property> 0167 <property name="alignment"> 0168 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 0169 </property> 0170 <property name="wordWrap"> 0171 <bool>false</bool> 0172 </property> 0173 <property name="buddy"> 0174 <cstring>_numberOfBins</cstring> 0175 </property> 0176 </widget> 0177 </item> 0178 <item row="2" column="1"> 0179 <widget class="QSpinBox" name="_numberOfBins"> 0180 <property name="sizePolicy"> 0181 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> 0182 <horstretch>0</horstretch> 0183 <verstretch>0</verstretch> 0184 </sizepolicy> 0185 </property> 0186 <property name="whatsThis"> 0187 <string>The number of bins in the Histogram.</string> 0188 </property> 0189 <property name="maximum"> 0190 <number>1000000</number> 0191 </property> 0192 <property name="singleStep"> 0193 <number>5</number> 0194 </property> 0195 <property name="value"> 0196 <number>60</number> 0197 </property> 0198 </widget> 0199 </item> 0200 <item row="2" column="2" colspan="3"> 0201 <layout class="QHBoxLayout"> 0202 <property name="margin"> 0203 <number>0</number> 0204 </property> 0205 <item> 0206 <widget class="QPushButton" name="AutoBin"> 0207 <property name="sizePolicy"> 0208 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 0209 <horstretch>0</horstretch> 0210 <verstretch>0</verstretch> 0211 </sizepolicy> 0212 </property> 0213 <property name="whatsThis"> 0214 <string>Set the upper and lower limits, and the number of bins to a reasonable default.</string> 0215 </property> 0216 <property name="text"> 0217 <string>A&uto Bin</string> 0218 </property> 0219 </widget> 0220 </item> 0221 <item> 0222 <widget class="QCheckBox" name="_realTimeAutoBin"> 0223 <property name="text"> 0224 <string>Real&-time auto bin</string> 0225 </property> 0226 </widget> 0227 </item> 0228 </layout> 0229 </item> 0230 </layout> 0231 </widget> 0232 </item> 0233 <item> 0234 <widget class="QGroupBox" name="ButtonGroup5"> 0235 <property name="sizePolicy"> 0236 <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> 0237 <horstretch>0</horstretch> 0238 <verstretch>0</verstretch> 0239 </sizepolicy> 0240 </property> 0241 <property name="title"> 0242 <string>Y-axis Normalization</string> 0243 </property> 0244 <layout class="QGridLayout"> 0245 <item row="0" column="2"> 0246 <widget class="QRadioButton" name="_normalizationIsFraction"> 0247 <property name="whatsThis"> 0248 <string>The Y axis of the histogram reports the fraction of samples in the bin.</string> 0249 </property> 0250 <property name="text"> 0251 <string>&Fraction in bin</string> 0252 </property> 0253 </widget> 0254 </item> 0255 <item row="0" column="0"> 0256 <widget class="QRadioButton" name="_normalizationIsNumber"> 0257 <property name="whatsThis"> 0258 <string>The Y axis of the histogram reports the number of samples in the bin.</string> 0259 </property> 0260 <property name="text"> 0261 <string>Nu&mber in bin</string> 0262 </property> 0263 <property name="checked"> 0264 <bool>true</bool> 0265 </property> 0266 </widget> 0267 </item> 0268 <item row="1" column="2"> 0269 <widget class="QRadioButton" name="_normalizationMaximumOne"> 0270 <property name="whatsThis"> 0271 <string>The Y axis of the histogram is normalized so that the highest bin is 1.</string> 0272 </property> 0273 <property name="text"> 0274 <string>Peak bin = &1.0</string> 0275 </property> 0276 <property name="shortcut"> 0277 <string>Alt+1</string> 0278 </property> 0279 </widget> 0280 </item> 0281 <item row="1" column="0"> 0282 <widget class="QRadioButton" name="_normalizationIsPercent"> 0283 <property name="whatsThis"> 0284 <string>The Y axis of the histogram reports the percent of the samples in the bin.</string> 0285 </property> 0286 <property name="text"> 0287 <string>Percen&t in bin</string> 0288 </property> 0289 </widget> 0290 </item> 0291 </layout> 0292 </widget> 0293 </item> 0294 </layout> 0295 </item> 0296 </layout> 0297 </widget> 0298 <layoutdefault spacing="6" margin="11"/> 0299 <customwidgets> 0300 <customwidget> 0301 <class>Kst::VectorSelector</class> 0302 <extends>QWidget</extends> 0303 <header>vectorselector.h</header> 0304 </customwidget> 0305 <customwidget> 0306 <class>Kst::CurvePlacement</class> 0307 <extends>QWidget</extends> 0308 <header>curveplacement.h</header> 0309 </customwidget> 0310 <customwidget> 0311 <class>Kst::CurveAppearance</class> 0312 <extends>QWidget</extends> 0313 <header>curveappearance.h</header> 0314 </customwidget> 0315 </customwidgets> 0316 <tabstops> 0317 <tabstop>_vector</tabstop> 0318 <tabstop>_min</tabstop> 0319 <tabstop>_max</tabstop> 0320 <tabstop>_numberOfBins</tabstop> 0321 <tabstop>AutoBin</tabstop> 0322 <tabstop>_realTimeAutoBin</tabstop> 0323 <tabstop>_normalizationIsNumber</tabstop> 0324 <tabstop>_curveAppearance</tabstop> 0325 </tabstops> 0326 <resources/> 0327 <connections/> 0328 </ui>