Changeset 10920
- Timestamp:
- 06/07/11 22:16:06 (13 years ago)
- Location:
- trunk/FACT++/gui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/gui/FactGui.h
r10917 r10920 290 290 stream.seekp(0); 291 291 if (idx>=0) 292 stream << "Pixel=" << idx << " Data=" << fData[idx] << '\0';292 stream << "Pixel=" << idx << "(" <</* fMapHW[idx] <<*/ ") Data=" << fData[idx] << '\0'; 293 293 294 294 str = stream.str(); … … 329 329 330 330 valarray<int8_t> fFtuStatus; 331 332 // vector<int> fMapHW; // Software -> Hardware 333 // map<int,int> fMapSW; // Hardware -> Software 331 334 332 335 DimStampedInfo fDimDNS; … … 344 347 DimStampedInfo fDimFtmDynamicData; 345 348 DimStampedInfo fDimFtmCounter; 346 /* 347 DimStampedInfo fDimFadPassport; 348 DimStampedInfo fDimFadTemperatures; 349 DimStampedInfo fDimFadSetup; 350 */ 349 350 DimStampedInfo fDimFadFiles; 351 351 352 map<string, DimInfo*> fServices; 352 353 … … 857 858 858 859 // ===================== FAD ============================================ 860 861 void handleFadFiles(const DimData &d) 862 { 863 if (d.size()==0) 864 return; 865 866 if (d.size()!=8) 867 { 868 cout << "Size mismatch: " << d.size() << " " << 8 << endl; 869 return; 870 } 871 872 fEvtBuilderOpenFiles->setValue(d.get<uint64_t>()); 873 } 874 859 875 /* 860 876 void handleFadPassport(const DimData &d) … … 1652 1668 if (getInfo()==&fDimLoggerStats) 1653 1669 return PostInfoHandler(&FactGui::handleLoggerStats); 1670 1671 if (getInfo()==&fDimFadFiles) 1672 return PostInfoHandler(&FactGui::handleFadFiles); 1673 1654 1674 /* 1655 if (getInfo()==&fDimFadTemperatures)1656 return PostInfoHandler(&FactGui::handleFadTemperatures);1657 1658 1675 if (getInfo()==&fDimFadSetup) 1659 1676 return PostInfoHandler(&FactGui::handleFadSetup); … … 1925 1942 public: 1926 1943 FactGui() : 1927 fFtuStatus(40), 1944 fFtuStatus(40), //fMapHW(1440) 1928 1945 fDimDNS("DIS_DNS/VERSION_NUMBER", 1, int(0), this), 1929 1946 … … 1939 1956 fDimFtmStaticData ("FTM_CONTROL/STATIC_DATA", (void*)NULL, 0, this), 1940 1957 fDimFtmDynamicData ("FTM_CONTROL/DYNAMIC_DATA", (void*)NULL, 0, this), 1941 fDimFtmCounter ("FTM_CONTROL/COUNTER", (void*)NULL, 0, this) 1942 /* 1943 , fDimFadPassport ("FAD_CONTROL/PASSPORT", (void*)NULL, 0, this), 1944 fDimFadTemperatures ("FAD_CONTROL/TEMPERATURES", (void*)NULL, 0, this), 1945 fDimFadSetup ("FAD_CONTROL/SETUP", (void*)NULL, 0, this)*/ 1958 fDimFtmCounter ("FTM_CONTROL/COUNTER", (void*)NULL, 0, this), 1959 fDimFadFiles ("FAD_CONTROL/FILES", (void*)NULL, 0, this) 1946 1960 { 1947 1961 fTriggerWidget->setEnabled(false); … … 1959 1973 // -------------------------------------------------------------------------- 1960 1974 1961 ifstream fin ("fact-trigger-all.txt");1975 ifstream fin1("fact-trigger-all.txt"); 1962 1976 1963 1977 int l = 0; 1964 1978 1965 1979 string buf; 1966 while (getline(fin , buf, '\n'))1980 while (getline(fin1, buf, '\n')) 1967 1981 { 1968 1982 buf = Tools::Trim(buf); … … 1981 1995 } 1982 1996 1997 // -------------------------------------------------------------------------- 1998 /* 1999 ifstream fin2("FACTmapV3.txt"); 2000 2001 l = 0; 2002 2003 while (getline(fin2, buf, '\n')) 2004 { 2005 buf = Tools::Trim(buf); 2006 if (buf[0]=='#') 2007 continue; 2008 2009 int softid, hardid, geom_i, geom_j, gapd; 2010 2011 stringstream str(buf); 2012 2013 str >> softid; 2014 str >> hardid; 2015 str >> geom_i; 2016 str >> geom_j; 2017 str >> gapd; 2018 2019 fMapHW[softid] = hardid; 2020 fMapSW[hardid] = softid; 2021 2022 l++; 2023 } 2024 */ 1983 2025 // -------------------------------------------------------------------------- 1984 2026 #ifdef HAVE_ROOT -
trunk/FACT++/gui/design.ui
r10917 r10920 10 10 <x>0</x> 11 11 <y>0</y> 12 <width>1 070</width>12 <width>1149</width> 13 13 <height>768</height> 14 14 </rect> … … 33 33 </sizepolicy> 34 34 </property> 35 <layout class="QGridLayout" name="gridLayout" rowstretch="0 ">35 <layout class="QGridLayout" name="gridLayout" rowstretch="0,0"> 36 36 <property name="sizeConstraint"> 37 37 <enum>QLayout::SetDefaultConstraint</enum> 38 38 </property> 39 <item row=" 0" column="0">39 <item row="1" column="0"> 40 40 <widget class="QTabWidget" name="fTabWidget"> 41 41 <property name="enabled"> … … 52 52 </property> 53 53 <property name="currentIndex"> 54 <number> 1</number>54 <number>3</number> 55 55 </property> 56 56 <property name="documentMode"> … … 2673 2673 </attribute> 2674 2674 <layout class="QGridLayout" name="gridLayout_41"> 2675 <item row="0" column=" 0">2675 <item row="0" column="1"> 2676 2676 <widget class="QDockWidget" name="fFadDock"> 2677 2677 <property name="sizePolicy"> … … 2700 2700 <property name="geometry"> 2701 2701 <rect> 2702 <x> 10</x>2702 <x>570</x> 2703 2703 <y>10</y> 2704 2704 <width>307</width> … … 2902 2902 </item> 2903 2903 </layout> 2904 </widget> 2905 <widget class="QWidget" name="gridLayoutWidget"> 2906 <property name="geometry"> 2907 <rect> 2908 <x>10</x> 2909 <y>330</y> 2910 <width>201</width> 2911 <height>172</height> 2912 </rect> 2913 </property> 2914 <layout class="QGridLayout" name="gridLayout_37"> 2915 <item row="0" column="0"> 2916 <widget class="QPushButton" name="fFadLedPllLck"> 2917 <property name="enabled"> 2918 <bool>true</bool> 2919 </property> 2920 <property name="sizePolicy"> 2921 <sizepolicy hsizetype="Fixed" vsizetype="Minimum"> 2922 <horstretch>0</horstretch> 2923 <verstretch>0</verstretch> 2924 </sizepolicy> 2925 </property> 2926 <property name="maximumSize"> 2927 <size> 2928 <width>18</width> 2929 <height>16777215</height> 2930 </size> 2931 </property> 2932 <property name="text"> 2933 <string/> 2934 </property> 2935 <property name="icon"> 2936 <iconset resource="design.qrc"> 2937 <normaloff>:/Resources/icons/gray circle 1.png</normaloff>:/Resources/icons/gray circle 1.png</iconset> 2938 </property> 2939 <property name="iconSize"> 2940 <size> 2941 <width>16</width> 2942 <height>16</height> 2943 </size> 2944 </property> 2945 <property name="checkable"> 2946 <bool>false</bool> 2947 </property> 2948 <property name="flat"> 2949 <bool>true</bool> 2950 </property> 2951 </widget> 2952 </item> 2953 <item row="1" column="0"> 2954 <widget class="QPushButton" name="fFadLedDenable"> 2955 <property name="enabled"> 2956 <bool>true</bool> 2957 </property> 2958 <property name="sizePolicy"> 2959 <sizepolicy hsizetype="Fixed" vsizetype="Minimum"> 2960 <horstretch>0</horstretch> 2961 <verstretch>0</verstretch> 2962 </sizepolicy> 2963 </property> 2964 <property name="maximumSize"> 2965 <size> 2966 <width>18</width> 2967 <height>16777215</height> 2968 </size> 2969 </property> 2970 <property name="text"> 2971 <string/> 2972 </property> 2973 <property name="icon"> 2974 <iconset resource="design.qrc"> 2975 <normaloff>:/Resources/icons/gray circle 1.png</normaloff>:/Resources/icons/gray circle 1.png</iconset> 2976 </property> 2977 <property name="iconSize"> 2978 <size> 2979 <width>16</width> 2980 <height>16</height> 2981 </size> 2982 </property> 2983 <property name="checkable"> 2984 <bool>false</bool> 2985 </property> 2986 <property name="flat"> 2987 <bool>true</bool> 2988 </property> 2989 </widget> 2990 </item> 2991 <item row="2" column="0"> 2992 <widget class="QPushButton" name="fFadLedDwrite"> 2993 <property name="enabled"> 2994 <bool>true</bool> 2995 </property> 2996 <property name="sizePolicy"> 2997 <sizepolicy hsizetype="Fixed" vsizetype="Minimum"> 2998 <horstretch>0</horstretch> 2999 <verstretch>0</verstretch> 3000 </sizepolicy> 3001 </property> 3002 <property name="maximumSize"> 3003 <size> 3004 <width>18</width> 3005 <height>16777215</height> 3006 </size> 3007 </property> 3008 <property name="text"> 3009 <string/> 3010 </property> 3011 <property name="icon"> 3012 <iconset resource="design.qrc"> 3013 <normaloff>:/Resources/icons/gray circle 1.png</normaloff>:/Resources/icons/gray circle 1.png</iconset> 3014 </property> 3015 <property name="iconSize"> 3016 <size> 3017 <width>16</width> 3018 <height>16</height> 3019 </size> 3020 </property> 3021 <property name="checkable"> 3022 <bool>false</bool> 3023 </property> 3024 <property name="flat"> 3025 <bool>true</bool> 3026 </property> 3027 </widget> 3028 </item> 3029 <item row="3" column="0"> 3030 <widget class="QPushButton" name="fFadLedDcmLocked"> 3031 <property name="enabled"> 3032 <bool>true</bool> 3033 </property> 3034 <property name="sizePolicy"> 3035 <sizepolicy hsizetype="Fixed" vsizetype="Minimum"> 3036 <horstretch>0</horstretch> 3037 <verstretch>0</verstretch> 3038 </sizepolicy> 3039 </property> 3040 <property name="maximumSize"> 3041 <size> 3042 <width>18</width> 3043 <height>16777215</height> 3044 </size> 3045 </property> 3046 <property name="text"> 3047 <string/> 3048 </property> 3049 <property name="icon"> 3050 <iconset resource="design.qrc"> 3051 <normaloff>:/Resources/icons/gray circle 1.png</normaloff>:/Resources/icons/gray circle 1.png</iconset> 3052 </property> 3053 <property name="iconSize"> 3054 <size> 3055 <width>16</width> 3056 <height>16</height> 3057 </size> 3058 </property> 3059 <property name="checkable"> 3060 <bool>false</bool> 3061 </property> 3062 <property name="flat"> 3063 <bool>true</bool> 3064 </property> 3065 </widget> 3066 </item> 3067 <item row="4" column="0"> 3068 <widget class="QPushButton" name="fFadLedDcmReady"> 3069 <property name="enabled"> 3070 <bool>true</bool> 3071 </property> 3072 <property name="sizePolicy"> 3073 <sizepolicy hsizetype="Fixed" vsizetype="Minimum"> 3074 <horstretch>0</horstretch> 3075 <verstretch>0</verstretch> 3076 </sizepolicy> 3077 </property> 3078 <property name="maximumSize"> 3079 <size> 3080 <width>18</width> 3081 <height>16777215</height> 3082 </size> 3083 </property> 3084 <property name="text"> 3085 <string/> 3086 </property> 3087 <property name="icon"> 3088 <iconset resource="design.qrc"> 3089 <normaloff>:/Resources/icons/gray circle 1.png</normaloff>:/Resources/icons/gray circle 1.png</iconset> 3090 </property> 3091 <property name="iconSize"> 3092 <size> 3093 <width>16</width> 3094 <height>16</height> 3095 </size> 3096 </property> 3097 <property name="checkable"> 3098 <bool>false</bool> 3099 </property> 3100 <property name="flat"> 3101 <bool>true</bool> 3102 </property> 3103 </widget> 3104 </item> 3105 <item row="5" column="0"> 3106 <widget class="QPushButton" name="fFadLedSpiSclk"> 3107 <property name="enabled"> 3108 <bool>true</bool> 3109 </property> 3110 <property name="sizePolicy"> 3111 <sizepolicy hsizetype="Fixed" vsizetype="Minimum"> 3112 <horstretch>0</horstretch> 3113 <verstretch>0</verstretch> 3114 </sizepolicy> 3115 </property> 3116 <property name="maximumSize"> 3117 <size> 3118 <width>18</width> 3119 <height>16777215</height> 3120 </size> 3121 </property> 3122 <property name="text"> 3123 <string/> 3124 </property> 3125 <property name="icon"> 3126 <iconset resource="design.qrc"> 3127 <normaloff>:/Resources/icons/gray circle 1.png</normaloff>:/Resources/icons/gray circle 1.png</iconset> 3128 </property> 3129 <property name="iconSize"> 3130 <size> 3131 <width>16</width> 3132 <height>16</height> 3133 </size> 3134 </property> 3135 <property name="checkable"> 3136 <bool>false</bool> 3137 </property> 3138 <property name="flat"> 3139 <bool>true</bool> 3140 </property> 3141 </widget> 3142 </item> 3143 <item row="0" column="3"> 3144 <widget class="QLabel" name="label_92"> 3145 <property name="text"> 3146 <string>PLL lock</string> 3147 </property> 3148 </widget> 3149 </item> 3150 <item row="1" column="3"> 3151 <widget class="QLabel" name="label_93"> 3152 <property name="text"> 3153 <string>DRS enable</string> 3154 </property> 3155 </widget> 3156 </item> 3157 <item row="2" column="3"> 3158 <widget class="QLabel" name="label_94"> 3159 <property name="text"> 3160 <string>Write enable</string> 3161 </property> 3162 </widget> 3163 </item> 3164 <item row="3" column="3"> 3165 <widget class="QLabel" name="label_95"> 3166 <property name="text"> 3167 <string>DCM locked</string> 3168 </property> 3169 </widget> 3170 </item> 3171 <item row="4" column="3"> 3172 <widget class="QLabel" name="label_96"> 3173 <property name="text"> 3174 <string>DCM ready</string> 3175 </property> 3176 </widget> 3177 </item> 3178 <item row="5" column="3"> 3179 <widget class="QLabel" name="label_97"> 3180 <property name="text"> 3181 <string>SPI serial clock</string> 3182 </property> 3183 </widget> 3184 </item> 3185 <item row="0" column="1"> 3186 <widget class="QPushButton" name="pushButton_4"> 3187 <property name="text"> 3188 <string>on</string> 3189 </property> 3190 </widget> 3191 </item> 3192 <item row="0" column="2"> 3193 <widget class="QPushButton" name="pushButton_5"> 3194 <property name="text"> 3195 <string>off</string> 3196 </property> 3197 </widget> 3198 </item> 3199 <item row="1" column="1"> 3200 <widget class="QPushButton" name="pushButton_6"> 3201 <property name="text"> 3202 <string>on</string> 3203 </property> 3204 </widget> 3205 </item> 3206 <item row="2" column="1"> 3207 <widget class="QPushButton" name="pushButton_7"> 3208 <property name="text"> 3209 <string>on</string> 3210 </property> 3211 </widget> 3212 </item> 3213 <item row="3" column="1"> 3214 <widget class="QPushButton" name="pushButton_8"> 3215 <property name="text"> 3216 <string>on</string> 3217 </property> 3218 </widget> 3219 </item> 3220 <item row="4" column="1"> 3221 <widget class="QPushButton" name="pushButton_9"> 3222 <property name="text"> 3223 <string>on</string> 3224 </property> 3225 </widget> 3226 </item> 3227 <item row="5" column="1"> 3228 <widget class="QPushButton" name="pushButton_10"> 3229 <property name="text"> 3230 <string>on</string> 3231 </property> 3232 </widget> 3233 </item> 3234 <item row="1" column="2"> 3235 <widget class="QPushButton" name="pushButton_11"> 3236 <property name="text"> 3237 <string>off</string> 3238 </property> 3239 </widget> 3240 </item> 3241 <item row="2" column="2"> 3242 <widget class="QPushButton" name="pushButton_12"> 3243 <property name="text"> 3244 <string>off</string> 3245 </property> 3246 </widget> 3247 </item> 3248 <item row="3" column="2"> 3249 <widget class="QPushButton" name="pushButton_13"> 3250 <property name="text"> 3251 <string>off</string> 3252 </property> 3253 </widget> 3254 </item> 3255 <item row="4" column="2"> 3256 <widget class="QPushButton" name="pushButton_14"> 3257 <property name="text"> 3258 <string>off</string> 3259 </property> 3260 </widget> 3261 </item> 3262 <item row="5" column="2"> 3263 <widget class="QPushButton" name="pushButton_15"> 3264 <property name="text"> 3265 <string>off</string> 3266 </property> 3267 </widget> 3268 </item> 3269 </layout> 3270 </widget> 3271 <widget class="QWidget" name="gridLayoutWidget_2"> 3272 <property name="geometry"> 3273 <rect> 3274 <x>10</x> 3275 <y>30</y> 3276 <width>281</width> 3277 <height>211</height> 3278 </rect> 3279 </property> 3280 <layout class="QGridLayout" name="gridLayout_38"> 3281 <item row="1" column="1"> 3282 <widget class="QPushButton" name="fStatusDNSLed_2"> 3283 <property name="enabled"> 3284 <bool>true</bool> 3285 </property> 3286 <property name="sizePolicy"> 3287 <sizepolicy hsizetype="Fixed" vsizetype="Minimum"> 3288 <horstretch>0</horstretch> 3289 <verstretch>0</verstretch> 3290 </sizepolicy> 3291 </property> 3292 <property name="maximumSize"> 3293 <size> 3294 <width>18</width> 3295 <height>16777215</height> 3296 </size> 3297 </property> 3298 <property name="text"> 3299 <string/> 3300 </property> 3301 <property name="icon"> 3302 <iconset resource="design.qrc"> 3303 <normaloff>:/Resources/icons/gray circle 1.png</normaloff>:/Resources/icons/gray circle 1.png</iconset> 3304 </property> 3305 <property name="iconSize"> 3306 <size> 3307 <width>16</width> 3308 <height>16</height> 3309 </size> 3310 </property> 3311 <property name="checkable"> 3312 <bool>false</bool> 3313 </property> 3314 <property name="flat"> 3315 <bool>true</bool> 3316 </property> 3317 </widget> 3318 </item> 3319 <item row="2" column="1"> 3320 <widget class="QPushButton" name="fStatusDNSLed_3"> 3321 <property name="enabled"> 3322 <bool>true</bool> 3323 </property> 3324 <property name="sizePolicy"> 3325 <sizepolicy hsizetype="Fixed" vsizetype="Minimum"> 3326 <horstretch>0</horstretch> 3327 <verstretch>0</verstretch> 3328 </sizepolicy> 3329 </property> 3330 <property name="maximumSize"> 3331 <size> 3332 <width>18</width> 3333 <height>16777215</height> 3334 </size> 3335 </property> 3336 <property name="text"> 3337 <string/> 3338 </property> 3339 <property name="icon"> 3340 <iconset resource="design.qrc"> 3341 <normaloff>:/Resources/icons/gray circle 1.png</normaloff>:/Resources/icons/gray circle 1.png</iconset> 3342 </property> 3343 <property name="iconSize"> 3344 <size> 3345 <width>16</width> 3346 <height>16</height> 3347 </size> 3348 </property> 3349 <property name="checkable"> 3350 <bool>false</bool> 3351 </property> 3352 <property name="flat"> 3353 <bool>true</bool> 3354 </property> 3355 </widget> 3356 </item> 3357 <item row="3" column="1"> 3358 <widget class="QPushButton" name="fStatusDNSLed_4"> 3359 <property name="enabled"> 3360 <bool>true</bool> 3361 </property> 3362 <property name="sizePolicy"> 3363 <sizepolicy hsizetype="Fixed" vsizetype="Minimum"> 3364 <horstretch>0</horstretch> 3365 <verstretch>0</verstretch> 3366 </sizepolicy> 3367 </property> 3368 <property name="maximumSize"> 3369 <size> 3370 <width>18</width> 3371 <height>16777215</height> 3372 </size> 3373 </property> 3374 <property name="text"> 3375 <string/> 3376 </property> 3377 <property name="icon"> 3378 <iconset resource="design.qrc"> 3379 <normaloff>:/Resources/icons/gray circle 1.png</normaloff>:/Resources/icons/gray circle 1.png</iconset> 3380 </property> 3381 <property name="iconSize"> 3382 <size> 3383 <width>16</width> 3384 <height>16</height> 3385 </size> 3386 </property> 3387 <property name="checkable"> 3388 <bool>false</bool> 3389 </property> 3390 <property name="flat"> 3391 <bool>true</bool> 3392 </property> 3393 </widget> 3394 </item> 3395 <item row="1" column="0"> 3396 <widget class="QLabel" name="label_99"> 3397 <property name="text"> 3398 <string>Prescaler</string> 3399 </property> 3400 </widget> 3401 </item> 3402 <item row="2" column="0"> 3403 <widget class="QLabel" name="label_100"> 3404 <property name="text"> 3405 <string>Region of interest</string> 3406 </property> 3407 </widget> 3408 </item> 3409 <item row="3" column="0"> 3410 <widget class="QLabel" name="label_101"> 3411 <property name="text"> 3412 <string>Reference clock</string> 3413 </property> 3414 </widget> 3415 </item> 3416 <item row="0" column="0"> 3417 <widget class="QLabel" name="label_102"> 3418 <property name="toolTip"> 3419 <string>This is<br>a tool tip</string> 3420 </property> 3421 <property name="text"> 3422 <string>Version</string> 3423 </property> 3424 </widget> 3425 </item> 3426 <item row="0" column="1"> 3427 <widget class="QPushButton" name="fStatusDNSLed_5"> 3428 <property name="enabled"> 3429 <bool>true</bool> 3430 </property> 3431 <property name="sizePolicy"> 3432 <sizepolicy hsizetype="Fixed" vsizetype="Minimum"> 3433 <horstretch>0</horstretch> 3434 <verstretch>0</verstretch> 3435 </sizepolicy> 3436 </property> 3437 <property name="maximumSize"> 3438 <size> 3439 <width>18</width> 3440 <height>16777215</height> 3441 </size> 3442 </property> 3443 <property name="text"> 3444 <string/> 3445 </property> 3446 <property name="icon"> 3447 <iconset resource="design.qrc"> 3448 <normaloff>:/Resources/icons/gray circle 1.png</normaloff>:/Resources/icons/gray circle 1.png</iconset> 3449 </property> 3450 <property name="iconSize"> 3451 <size> 3452 <width>16</width> 3453 <height>16</height> 3454 </size> 3455 </property> 3456 <property name="checkable"> 3457 <bool>false</bool> 3458 </property> 3459 <property name="flat"> 3460 <bool>true</bool> 3461 </property> 3462 </widget> 3463 </item> 3464 <item row="4" column="0"> 3465 <widget class="QLabel" name="label_103"> 3466 <property name="text"> 3467 <string> -- underflow</string> 3468 </property> 3469 </widget> 3470 </item> 3471 <item row="5" column="0"> 3472 <widget class="QLabel" name="label_104"> 3473 <property name="text"> 3474 <string> -- overflow</string> 3475 </property> 3476 </widget> 3477 </item> 3478 <item row="5" column="1"> 3479 <widget class="QPushButton" name="fStatusDNSLed_6"> 3480 <property name="enabled"> 3481 <bool>true</bool> 3482 </property> 3483 <property name="sizePolicy"> 3484 <sizepolicy hsizetype="Fixed" vsizetype="Minimum"> 3485 <horstretch>0</horstretch> 3486 <verstretch>0</verstretch> 3487 </sizepolicy> 3488 </property> 3489 <property name="maximumSize"> 3490 <size> 3491 <width>18</width> 3492 <height>16777215</height> 3493 </size> 3494 </property> 3495 <property name="text"> 3496 <string/> 3497 </property> 3498 <property name="icon"> 3499 <iconset resource="design.qrc"> 3500 <normaloff>:/Resources/icons/gray circle 1.png</normaloff>:/Resources/icons/gray circle 1.png</iconset> 3501 </property> 3502 <property name="iconSize"> 3503 <size> 3504 <width>16</width> 3505 <height>16</height> 3506 </size> 3507 </property> 3508 <property name="checkable"> 3509 <bool>false</bool> 3510 </property> 3511 <property name="flat"> 3512 <bool>true</bool> 3513 </property> 3514 </widget> 3515 </item> 3516 <item row="1" column="2"> 3517 <widget class="QSpinBox" name="spinBox"> 3518 <property name="alignment"> 3519 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 3520 </property> 3521 <property name="readOnly"> 3522 <bool>true</bool> 3523 </property> 3524 <property name="buttonSymbols"> 3525 <enum>QAbstractSpinBox::NoButtons</enum> 3526 </property> 3527 </widget> 3528 </item> 3529 <item row="2" column="2"> 3530 <widget class="QSpinBox" name="spinBox_2"> 3531 <property name="alignment"> 3532 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 3533 </property> 3534 <property name="readOnly"> 3535 <bool>true</bool> 3536 </property> 3537 <property name="buttonSymbols"> 3538 <enum>QAbstractSpinBox::NoButtons</enum> 3539 </property> 3540 </widget> 3541 </item> 3542 <item row="0" column="2"> 3543 <widget class="QDoubleSpinBox" name="doubleSpinBox"> 3544 <property name="alignment"> 3545 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 3546 </property> 3547 <property name="readOnly"> 3548 <bool>true</bool> 3549 </property> 3550 <property name="buttonSymbols"> 3551 <enum>QAbstractSpinBox::NoButtons</enum> 3552 </property> 3553 <property name="prefix"> 3554 <string>V</string> 3555 </property> 3556 </widget> 3557 </item> 3558 <item row="3" column="2"> 3559 <widget class="QSpinBox" name="spinBox_3"> 3560 <property name="alignment"> 3561 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 3562 </property> 3563 <property name="readOnly"> 3564 <bool>true</bool> 3565 </property> 3566 <property name="buttonSymbols"> 3567 <enum>QAbstractSpinBox::NoButtons</enum> 3568 </property> 3569 </widget> 3570 </item> 3571 <item row="4" column="1"> 3572 <widget class="QPushButton" name="fStatusDNSLed_11"> 3573 <property name="enabled"> 3574 <bool>true</bool> 3575 </property> 3576 <property name="sizePolicy"> 3577 <sizepolicy hsizetype="Fixed" vsizetype="Minimum"> 3578 <horstretch>0</horstretch> 3579 <verstretch>0</verstretch> 3580 </sizepolicy> 3581 </property> 3582 <property name="maximumSize"> 3583 <size> 3584 <width>18</width> 3585 <height>16777215</height> 3586 </size> 3587 </property> 3588 <property name="text"> 3589 <string/> 3590 </property> 3591 <property name="icon"> 3592 <iconset resource="design.qrc"> 3593 <normaloff>:/Resources/icons/gray circle 1.png</normaloff>:/Resources/icons/gray circle 1.png</iconset> 3594 </property> 3595 <property name="iconSize"> 3596 <size> 3597 <width>16</width> 3598 <height>16</height> 3599 </size> 3600 </property> 3601 <property name="checkable"> 3602 <bool>false</bool> 3603 </property> 3604 <property name="flat"> 3605 <bool>true</bool> 3606 </property> 3607 </widget> 3608 </item> 3609 <item row="1" column="3"> 3610 <widget class="QSpinBox" name="spinBox_18"> 3611 <property name="alignment"> 3612 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 3613 </property> 3614 </widget> 3615 </item> 3616 <item row="2" column="3"> 3617 <widget class="QSpinBox" name="spinBox_19"> 3618 <property name="alignment"> 3619 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 3620 </property> 3621 </widget> 3622 </item> 3623 <item row="3" column="3"> 3624 <widget class="QSpinBox" name="spinBox_20"> 3625 <property name="alignment"> 3626 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 3627 </property> 3628 </widget> 3629 </item> 3630 <item row="8" column="0"> 3631 <widget class="QLabel" name="label_111"> 3632 <property name="text"> 3633 <string>Temperature</string> 3634 </property> 3635 </widget> 3636 </item> 3637 <item row="8" column="1"> 3638 <widget class="QPushButton" name="fStatusDNSLed_10"> 3639 <property name="enabled"> 3640 <bool>true</bool> 3641 </property> 3642 <property name="sizePolicy"> 3643 <sizepolicy hsizetype="Fixed" vsizetype="Minimum"> 3644 <horstretch>0</horstretch> 3645 <verstretch>0</verstretch> 3646 </sizepolicy> 3647 </property> 3648 <property name="maximumSize"> 3649 <size> 3650 <width>18</width> 3651 <height>16777215</height> 3652 </size> 3653 </property> 3654 <property name="text"> 3655 <string/> 3656 </property> 3657 <property name="icon"> 3658 <iconset resource="design.qrc"> 3659 <normaloff>:/Resources/icons/gray circle 1.png</normaloff>:/Resources/icons/gray circle 1.png</iconset> 3660 </property> 3661 <property name="iconSize"> 3662 <size> 3663 <width>16</width> 3664 <height>16</height> 3665 </size> 3666 </property> 3667 <property name="checkable"> 3668 <bool>false</bool> 3669 </property> 3670 <property name="flat"> 3671 <bool>true</bool> 3672 </property> 3673 </widget> 3674 </item> 3675 <item row="8" column="2"> 3676 <widget class="QDoubleSpinBox" name="doubleSpinBox_2"> 3677 <property name="alignment"> 3678 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 3679 </property> 3680 <property name="readOnly"> 3681 <bool>true</bool> 3682 </property> 3683 <property name="buttonSymbols"> 3684 <enum>QAbstractSpinBox::NoButtons</enum> 3685 </property> 3686 </widget> 3687 </item> 3688 <item row="8" column="3"> 3689 <widget class="QDoubleSpinBox" name="doubleSpinBox_3"> 3690 <property name="alignment"> 3691 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 3692 </property> 3693 <property name="readOnly"> 3694 <bool>true</bool> 3695 </property> 3696 <property name="buttonSymbols"> 3697 <enum>QAbstractSpinBox::NoButtons</enum> 3698 </property> 3699 </widget> 3700 </item> 3701 <item row="7" column="2"> 3702 <widget class="QLabel" name="label_128"> 3703 <property name="text"> 3704 <string>Min</string> 3705 </property> 3706 <property name="alignment"> 3707 <set>Qt::AlignCenter</set> 3708 </property> 3709 </widget> 3710 </item> 3711 <item row="7" column="3"> 3712 <widget class="QLabel" name="label_129"> 3713 <property name="text"> 3714 <string>Max</string> 3715 </property> 3716 <property name="alignment"> 3717 <set>Qt::AlignCenter</set> 3718 </property> 3719 </widget> 3720 </item> 3721 <item row="6" column="1"> 3722 <spacer name="verticalSpacer_26"> 3723 <property name="orientation"> 3724 <enum>Qt::Vertical</enum> 3725 </property> 3726 <property name="sizeType"> 3727 <enum>QSizePolicy::Fixed</enum> 3728 </property> 3729 <property name="sizeHint" stdset="0"> 3730 <size> 3731 <width>20</width> 3732 <height>10</height> 3733 </size> 3734 </property> 3735 </spacer> 3736 </item> 3737 </layout> 3738 </widget> 3739 <widget class="QWidget" name="gridLayoutWidget_3"> 3740 <property name="geometry"> 3741 <rect> 3742 <x>310</x> 3743 <y>30</y> 3744 <width>221</width> 3745 <height>140</height> 3746 </rect> 3747 </property> 3748 <layout class="QGridLayout" name="gridLayout_39"> 3749 <item row="1" column="0"> 3750 <widget class="QLabel" name="label_98"> 3751 <property name="text"> 3752 <string>Run number</string> 3753 </property> 3754 </widget> 3755 </item> 3756 <item row="2" column="0"> 3757 <widget class="QLabel" name="label_108"> 3758 <property name="text"> 3759 <string>Trigger ID</string> 3760 </property> 3761 </widget> 3762 </item> 3763 <item row="3" column="0"> 3764 <widget class="QLabel" name="label_109"> 3765 <property name="text"> 3766 <string>Event ID</string> 3767 </property> 3768 </widget> 3769 </item> 3770 <item row="1" column="1"> 3771 <widget class="QPushButton" name="fStatusDNSLed_7"> 3772 <property name="enabled"> 3773 <bool>true</bool> 3774 </property> 3775 <property name="sizePolicy"> 3776 <sizepolicy hsizetype="Fixed" vsizetype="Minimum"> 3777 <horstretch>0</horstretch> 3778 <verstretch>0</verstretch> 3779 </sizepolicy> 3780 </property> 3781 <property name="maximumSize"> 3782 <size> 3783 <width>18</width> 3784 <height>16777215</height> 3785 </size> 3786 </property> 3787 <property name="text"> 3788 <string/> 3789 </property> 3790 <property name="icon"> 3791 <iconset resource="design.qrc"> 3792 <normaloff>:/Resources/icons/gray circle 1.png</normaloff>:/Resources/icons/gray circle 1.png</iconset> 3793 </property> 3794 <property name="iconSize"> 3795 <size> 3796 <width>16</width> 3797 <height>16</height> 3798 </size> 3799 </property> 3800 <property name="checkable"> 3801 <bool>false</bool> 3802 </property> 3803 <property name="flat"> 3804 <bool>true</bool> 3805 </property> 3806 </widget> 3807 </item> 3808 <item row="2" column="1"> 3809 <widget class="QPushButton" name="fStatusDNSLed_8"> 3810 <property name="enabled"> 3811 <bool>true</bool> 3812 </property> 3813 <property name="sizePolicy"> 3814 <sizepolicy hsizetype="Fixed" vsizetype="Minimum"> 3815 <horstretch>0</horstretch> 3816 <verstretch>0</verstretch> 3817 </sizepolicy> 3818 </property> 3819 <property name="maximumSize"> 3820 <size> 3821 <width>18</width> 3822 <height>16777215</height> 3823 </size> 3824 </property> 3825 <property name="text"> 3826 <string/> 3827 </property> 3828 <property name="icon"> 3829 <iconset resource="design.qrc"> 3830 <normaloff>:/Resources/icons/gray circle 1.png</normaloff>:/Resources/icons/gray circle 1.png</iconset> 3831 </property> 3832 <property name="iconSize"> 3833 <size> 3834 <width>16</width> 3835 <height>16</height> 3836 </size> 3837 </property> 3838 <property name="checkable"> 3839 <bool>false</bool> 3840 </property> 3841 <property name="flat"> 3842 <bool>true</bool> 3843 </property> 3844 </widget> 3845 </item> 3846 <item row="3" column="1"> 3847 <widget class="QPushButton" name="fStatusDNSLed_9"> 3848 <property name="enabled"> 3849 <bool>true</bool> 3850 </property> 3851 <property name="sizePolicy"> 3852 <sizepolicy hsizetype="Fixed" vsizetype="Minimum"> 3853 <horstretch>0</horstretch> 3854 <verstretch>0</verstretch> 3855 </sizepolicy> 3856 </property> 3857 <property name="maximumSize"> 3858 <size> 3859 <width>18</width> 3860 <height>16777215</height> 3861 </size> 3862 </property> 3863 <property name="text"> 3864 <string/> 3865 </property> 3866 <property name="icon"> 3867 <iconset resource="design.qrc"> 3868 <normaloff>:/Resources/icons/gray circle 1.png</normaloff>:/Resources/icons/gray circle 1.png</iconset> 3869 </property> 3870 <property name="iconSize"> 3871 <size> 3872 <width>16</width> 3873 <height>16</height> 3874 </size> 3875 </property> 3876 <property name="checkable"> 3877 <bool>false</bool> 3878 </property> 3879 <property name="flat"> 3880 <bool>true</bool> 3881 </property> 3882 </widget> 3883 </item> 3884 <item row="1" column="2"> 3885 <widget class="QSpinBox" name="spinBox_4"> 3886 <property name="alignment"> 3887 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 3888 </property> 3889 <property name="readOnly"> 3890 <bool>true</bool> 3891 </property> 3892 <property name="buttonSymbols"> 3893 <enum>QAbstractSpinBox::NoButtons</enum> 3894 </property> 3895 </widget> 3896 </item> 3897 <item row="1" column="3"> 3898 <widget class="QSpinBox" name="spinBox_5"> 3899 <property name="alignment"> 3900 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 3901 </property> 3902 <property name="readOnly"> 3903 <bool>true</bool> 3904 </property> 3905 <property name="buttonSymbols"> 3906 <enum>QAbstractSpinBox::NoButtons</enum> 3907 </property> 3908 </widget> 3909 </item> 3910 <item row="2" column="2"> 3911 <widget class="QSpinBox" name="spinBox_6"> 3912 <property name="alignment"> 3913 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 3914 </property> 3915 <property name="readOnly"> 3916 <bool>true</bool> 3917 </property> 3918 <property name="buttonSymbols"> 3919 <enum>QAbstractSpinBox::NoButtons</enum> 3920 </property> 3921 </widget> 3922 </item> 3923 <item row="2" column="3"> 3924 <widget class="QSpinBox" name="spinBox_7"> 3925 <property name="alignment"> 3926 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 3927 </property> 3928 <property name="readOnly"> 3929 <bool>true</bool> 3930 </property> 3931 <property name="buttonSymbols"> 3932 <enum>QAbstractSpinBox::NoButtons</enum> 3933 </property> 3934 </widget> 3935 </item> 3936 <item row="3" column="2"> 3937 <widget class="QSpinBox" name="spinBox_8"> 3938 <property name="alignment"> 3939 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 3940 </property> 3941 <property name="readOnly"> 3942 <bool>true</bool> 3943 </property> 3944 <property name="buttonSymbols"> 3945 <enum>QAbstractSpinBox::NoButtons</enum> 3946 </property> 3947 </widget> 3948 </item> 3949 <item row="3" column="3"> 3950 <widget class="QSpinBox" name="spinBox_9"> 3951 <property name="alignment"> 3952 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 3953 </property> 3954 <property name="readOnly"> 3955 <bool>true</bool> 3956 </property> 3957 <property name="buttonSymbols"> 3958 <enum>QAbstractSpinBox::NoButtons</enum> 3959 </property> 3960 </widget> 3961 </item> 3962 <item row="5" column="0"> 3963 <widget class="QLabel" name="label_126"> 3964 <property name="text"> 3965 <string>FAD Buffer</string> 3966 </property> 3967 </widget> 3968 </item> 3969 <item row="4" column="0"> 3970 <spacer name="verticalSpacer_25"> 3971 <property name="orientation"> 3972 <enum>Qt::Vertical</enum> 3973 </property> 3974 <property name="sizeType"> 3975 <enum>QSizePolicy::Fixed</enum> 3976 </property> 3977 <property name="sizeHint" stdset="0"> 3978 <size> 3979 <width>20</width> 3980 <height>5</height> 3981 </size> 3982 </property> 3983 </spacer> 3984 </item> 3985 <item row="5" column="2"> 3986 <widget class="QSpinBox" name="spinBox_16"> 3987 <property name="alignment"> 3988 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 3989 </property> 3990 <property name="readOnly"> 3991 <bool>true</bool> 3992 </property> 3993 <property name="buttonSymbols"> 3994 <enum>QAbstractSpinBox::NoButtons</enum> 3995 </property> 3996 </widget> 3997 </item> 3998 <item row="5" column="3"> 3999 <widget class="QSpinBox" name="spinBox_17"> 4000 <property name="alignment"> 4001 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 4002 </property> 4003 <property name="readOnly"> 4004 <bool>true</bool> 4005 </property> 4006 <property name="buttonSymbols"> 4007 <enum>QAbstractSpinBox::NoButtons</enum> 4008 </property> 4009 </widget> 4010 </item> 4011 <item row="0" column="2"> 4012 <widget class="QLabel" name="label_110"> 4013 <property name="text"> 4014 <string>Min</string> 4015 </property> 4016 </widget> 4017 </item> 4018 <item row="0" column="3"> 4019 <widget class="QLabel" name="label_127"> 4020 <property name="text"> 4021 <string>Max</string> 4022 </property> 4023 </widget> 4024 </item> 4025 </layout> 4026 </widget> 4027 <widget class="QLabel" name="label_105"> 4028 <property name="geometry"> 4029 <rect> 4030 <x>20</x> 4031 <y>10</y> 4032 <width>57</width> 4033 <height>15</height> 4034 </rect> 4035 </property> 4036 <property name="text"> 4037 <string>FAD </string> 4038 </property> 4039 </widget> 4040 <widget class="QLabel" name="label_106"> 4041 <property name="geometry"> 4042 <rect> 4043 <x>30</x> 4044 <y>300</y> 4045 <width>91</width> 4046 <height>16</height> 4047 </rect> 4048 </property> 4049 <property name="text"> 4050 <string>FAD status</string> 4051 </property> 4052 </widget> 4053 <widget class="QLabel" name="label_107"> 4054 <property name="geometry"> 4055 <rect> 4056 <x>370</x> 4057 <y>10</y> 4058 <width>121</width> 4059 <height>20</height> 4060 </rect> 4061 </property> 4062 <property name="text"> 4063 <string>Eventbuilder / FAD</string> 4064 </property> 4065 </widget> 4066 <widget class="QTextEdit" name="textEdit"> 4067 <property name="geometry"> 4068 <rect> 4069 <x>660</x> 4070 <y>410</y> 4071 <width>231</width> 4072 <height>101</height> 4073 </rect> 4074 </property> 4075 </widget> 4076 <widget class="QLabel" name="label_112"> 4077 <property name="geometry"> 4078 <rect> 4079 <x>750</x> 4080 <y>390</y> 4081 <width>57</width> 4082 <height>15</height> 4083 </rect> 4084 </property> 4085 <property name="text"> 4086 <string>DNA</string> 4087 </property> 4088 </widget> 4089 <widget class="QWidget" name="gridLayoutWidget_5"> 4090 <property name="geometry"> 4091 <rect> 4092 <x>300</x> 4093 <y>220</y> 4094 <width>209</width> 4095 <height>104</height> 4096 </rect> 4097 </property> 4098 <layout class="QGridLayout" name="gridLayout_42"> 4099 <item row="1" column="0"> 4100 <widget class="QLabel" name="label_113"> 4101 <property name="text"> 4102 <string>Successfull</string> 4103 </property> 4104 </widget> 4105 </item> 4106 <item row="3" column="0"> 4107 <widget class="QLabel" name="label_114"> 4108 <property name="text"> 4109 <string>Rejected</string> 4110 </property> 4111 </widget> 4112 </item> 4113 <item row="2" column="0"> 4114 <widget class="QLabel" name="label_115"> 4115 <property name="text"> 4116 <string>Incomplete</string> 4117 </property> 4118 </widget> 4119 </item> 4120 <item row="1" column="1"> 4121 <widget class="QSpinBox" name="spinBox_10"> 4122 <property name="alignment"> 4123 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 4124 </property> 4125 <property name="readOnly"> 4126 <bool>true</bool> 4127 </property> 4128 <property name="buttonSymbols"> 4129 <enum>QAbstractSpinBox::NoButtons</enum> 4130 </property> 4131 </widget> 4132 </item> 4133 <item row="2" column="1"> 4134 <widget class="QSpinBox" name="spinBox_11"> 4135 <property name="alignment"> 4136 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 4137 </property> 4138 <property name="readOnly"> 4139 <bool>true</bool> 4140 </property> 4141 <property name="buttonSymbols"> 4142 <enum>QAbstractSpinBox::NoButtons</enum> 4143 </property> 4144 </widget> 4145 </item> 4146 <item row="3" column="1"> 4147 <widget class="QSpinBox" name="spinBox_12"> 4148 <property name="alignment"> 4149 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 4150 </property> 4151 <property name="readOnly"> 4152 <bool>true</bool> 4153 </property> 4154 <property name="buttonSymbols"> 4155 <enum>QAbstractSpinBox::NoButtons</enum> 4156 </property> 4157 </widget> 4158 </item> 4159 <item row="0" column="1"> 4160 <widget class="QLabel" name="label_116"> 4161 <property name="text"> 4162 <string>Current run</string> 4163 </property> 4164 </widget> 4165 </item> 4166 <item row="0" column="2"> 4167 <widget class="QLabel" name="label_121"> 4168 <property name="text"> 4169 <string>Total</string> 4170 </property> 4171 </widget> 4172 </item> 4173 <item row="1" column="2"> 4174 <widget class="QSpinBox" name="spinBox_13"> 4175 <property name="alignment"> 4176 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 4177 </property> 4178 <property name="readOnly"> 4179 <bool>true</bool> 4180 </property> 4181 <property name="buttonSymbols"> 4182 <enum>QAbstractSpinBox::NoButtons</enum> 4183 </property> 4184 </widget> 4185 </item> 4186 <item row="2" column="2"> 4187 <widget class="QSpinBox" name="spinBox_14"> 4188 <property name="alignment"> 4189 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 4190 </property> 4191 <property name="readOnly"> 4192 <bool>true</bool> 4193 </property> 4194 <property name="buttonSymbols"> 4195 <enum>QAbstractSpinBox::NoButtons</enum> 4196 </property> 4197 </widget> 4198 </item> 4199 <item row="3" column="2"> 4200 <widget class="QSpinBox" name="spinBox_15"> 4201 <property name="alignment"> 4202 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 4203 </property> 4204 <property name="readOnly"> 4205 <bool>true</bool> 4206 </property> 4207 <property name="buttonSymbols"> 4208 <enum>QAbstractSpinBox::NoButtons</enum> 4209 </property> 4210 </widget> 4211 </item> 4212 </layout> 4213 </widget> 4214 <widget class="QLabel" name="label_120"> 4215 <property name="geometry"> 4216 <rect> 4217 <x>310</x> 4218 <y>200</y> 4219 <width>191</width> 4220 <height>16</height> 4221 </rect> 4222 </property> 4223 <property name="text"> 4224 <string>Event builder event statistics</string> 4225 </property> 4226 </widget> 4227 <widget class="QWidget" name="gridLayoutWidget_6"> 4228 <property name="geometry"> 4229 <rect> 4230 <x>280</x> 4231 <y>380</y> 4232 <width>341</width> 4233 <height>125</height> 4234 </rect> 4235 </property> 4236 <layout class="QGridLayout" name="gridLayout_43" columnstretch="0,0,0,0"> 4237 <item row="4" column="2" colspan="2"> 4238 <widget class="QProgressBar" name="progressBar"> 4239 <property name="value"> 4240 <number>24</number> 4241 </property> 4242 </widget> 4243 </item> 4244 <item row="2" column="3"> 4245 <widget class="QDoubleSpinBox" name="doubleSpinBox_7"> 4246 <property name="alignment"> 4247 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 4248 </property> 4249 <property name="readOnly"> 4250 <bool>true</bool> 4251 </property> 4252 <property name="buttonSymbols"> 4253 <enum>QAbstractSpinBox::NoButtons</enum> 4254 </property> 4255 </widget> 4256 </item> 4257 <item row="2" column="2"> 4258 <widget class="QDoubleSpinBox" name="doubleSpinBox_4"> 4259 <property name="alignment"> 4260 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 4261 </property> 4262 <property name="readOnly"> 4263 <bool>true</bool> 4264 </property> 4265 <property name="buttonSymbols"> 4266 <enum>QAbstractSpinBox::NoButtons</enum> 4267 </property> 4268 </widget> 4269 </item> 4270 <item row="1" column="2"> 4271 <widget class="QDoubleSpinBox" name="doubleSpinBox_5"> 4272 <property name="alignment"> 4273 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 4274 </property> 4275 <property name="readOnly"> 4276 <bool>true</bool> 4277 </property> 4278 <property name="buttonSymbols"> 4279 <enum>QAbstractSpinBox::NoButtons</enum> 4280 </property> 4281 </widget> 4282 </item> 4283 <item row="3" column="2"> 4284 <widget class="QDoubleSpinBox" name="doubleSpinBox_6"> 4285 <property name="alignment"> 4286 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 4287 </property> 4288 <property name="readOnly"> 4289 <bool>true</bool> 4290 </property> 4291 <property name="buttonSymbols"> 4292 <enum>QAbstractSpinBox::NoButtons</enum> 4293 </property> 4294 </widget> 4295 </item> 4296 <item row="1" column="1"> 4297 <widget class="QLabel" name="label_118"> 4298 <property name="text"> 4299 <string>Min</string> 4300 </property> 4301 <property name="alignment"> 4302 <set>Qt::AlignCenter</set> 4303 </property> 4304 </widget> 4305 </item> 4306 <item row="2" column="1"> 4307 <widget class="QLabel" name="label_119"> 4308 <property name="text"> 4309 <string>Avg</string> 4310 </property> 4311 <property name="alignment"> 4312 <set>Qt::AlignCenter</set> 4313 </property> 4314 </widget> 4315 </item> 4316 <item row="3" column="1"> 4317 <widget class="QLabel" name="label_122"> 4318 <property name="text"> 4319 <string>Max</string> 4320 </property> 4321 <property name="alignment"> 4322 <set>Qt::AlignCenter</set> 4323 </property> 4324 </widget> 4325 </item> 4326 <item row="4" column="1"> 4327 <widget class="QLabel" name="label_124"> 4328 <property name="text"> 4329 <string>Buffer</string> 4330 </property> 4331 <property name="alignment"> 4332 <set>Qt::AlignCenter</set> 4333 </property> 4334 </widget> 4335 </item> 4336 <item row="0" column="1" colspan="3"> 4337 <widget class="QLabel" name="label_117"> 4338 <property name="text"> 4339 <string>Ethernet throughput per socket</string> 4340 </property> 4341 </widget> 4342 </item> 4343 <item row="1" column="3"> 4344 <widget class="QLabel" name="label_123"> 4345 <property name="text"> 4346 <string>Total</string> 4347 </property> 4348 <property name="alignment"> 4349 <set>Qt::AlignCenter</set> 4350 </property> 4351 </widget> 4352 </item> 4353 </layout> 4354 </widget> 4355 <widget class="QLabel" name="label_125"> 4356 <property name="geometry"> 4357 <rect> 4358 <x>290</x> 4359 <y>360</y> 4360 <width>91</width> 4361 <height>16</height> 4362 </rect> 4363 </property> 4364 <property name="text"> 4365 <string>Event builder</string> 4366 </property> 2904 4367 </widget> 2905 4368 </widget> … … 4434 5897 <html><head><meta name="qrichtext" content="1" /><style type="text/css"> 4435 5898 p, li { white-space: pre-wrap; } 4436 </style></head><body style=" font-family:' Ubuntu'; font-size:9pt; font-weight:400; font-style:normal;">4437 <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; "></p></body></html></string>5899 </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> 5900 <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Ubuntu';"></p></body></html></string> 4438 5901 </property> 4439 5902 <property name="textInteractionFlags"> … … 4487 5950 <x>0</x> 4488 5951 <y>0</y> 4489 <width>1 070</width>5952 <width>1149</width> 4490 5953 <height>21</height> 4491 5954 </rect> … … 4728 6191 <property name="minimumSize"> 4729 6192 <size> 4730 <width>2 07</width>6193 <width>223</width> 4731 6194 <height>320</height> 4732 6195 </size> … … 4762 6225 </widget> 4763 6226 </item> 4764 <item row="1" column="3">4765 <widget class="QPushButton" name="fStatusDNSLed">4766 <property name="enabled">4767 <bool>true</bool>4768 </property>4769 <property name="sizePolicy">4770 <sizepolicy hsizetype="Fixed" vsizetype="Minimum">4771 <horstretch>0</horstretch>4772 <verstretch>0</verstretch>4773 </sizepolicy>4774 </property>4775 <property name="maximumSize">4776 <size>4777 <width>18</width>4778 <height>16777215</height>4779 </size>4780 </property>4781 <property name="text">4782 <string/>4783 </property>4784 <property name="icon">4785 <iconset resource="design.qrc">4786 <normaloff>:/Resources/icons/gray circle 1.png</normaloff>:/Resources/icons/gray circle 1.png</iconset>4787 </property>4788 <property name="iconSize">4789 <size>4790 <width>16</width>4791 <height>16</height>4792 </size>4793 </property>4794 <property name="checkable">4795 <bool>false</bool>4796 </property>4797 <property name="flat">4798 <bool>true</bool>4799 </property>4800 </widget>4801 </item>4802 6227 <item row="3" column="4"> 4803 6228 <widget class="QLabel" name="fStatusFTMLabel"> … … 5211 6636 <item row="8" column="3"> 5212 6637 <widget class="QPushButton" name="fStatusChatLed"> 6638 <property name="enabled"> 6639 <bool>true</bool> 6640 </property> 6641 <property name="sizePolicy"> 6642 <sizepolicy hsizetype="Fixed" vsizetype="Minimum"> 6643 <horstretch>0</horstretch> 6644 <verstretch>0</verstretch> 6645 </sizepolicy> 6646 </property> 6647 <property name="maximumSize"> 6648 <size> 6649 <width>18</width> 6650 <height>16777215</height> 6651 </size> 6652 </property> 6653 <property name="text"> 6654 <string/> 6655 </property> 6656 <property name="icon"> 6657 <iconset resource="design.qrc"> 6658 <normaloff>:/Resources/icons/gray circle 1.png</normaloff>:/Resources/icons/gray circle 1.png</iconset> 6659 </property> 6660 <property name="iconSize"> 6661 <size> 6662 <width>16</width> 6663 <height>16</height> 6664 </size> 6665 </property> 6666 <property name="checkable"> 6667 <bool>false</bool> 6668 </property> 6669 <property name="flat"> 6670 <bool>true</bool> 6671 </property> 6672 </widget> 6673 </item> 6674 <item row="1" column="3"> 6675 <widget class="QPushButton" name="fStatusDNSLed"> 5213 6676 <property name="enabled"> 5214 6677 <bool>true</bool>
Note:
See TracChangeset
for help on using the changeset viewer.