Changeset 12966


Ignore:
Timestamp:
02/29/12 10:13:53 (13 years ago)
Author:
tbretz
Message:
Added wind gusts to GUI.
Location:
trunk/FACT++/gui
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/gui/FactGui.h

    r12900 r12966  
    28202820        fMagicPressure->setValue(ptr[3]);
    28212821        fMagicWind->setValue(ptr[4]);
    2822         fMagicWindDir->setValue(ptr[5]);
     2822        fMagicGusts->setValue(ptr[5]);
     2823        fMagicWindDir->setValue(ptr[6]);
    28232824    }
    28242825
  • trunk/FACT++/gui/design.ui

    r12657 r12966  
    1111    <x>0</x>
    1212    <y>0</y>
    13     <width>1383</width>
     13    <width>1381</width>
    1414    <height>927</height>
    1515   </rect>
     
    5353      </property>
    5454      <property name="currentIndex">
    55        <number>6</number>
     55       <number>9</number>
    5656      </property>
    5757      <property name="documentMode">
     
    1298912989                  </widget>
    1299012990                 </item>
     12991                 <item row="7" column="0">
     12992                  <widget class="QLabel" name="label_136">
     12993                   <property name="text">
     12994                    <string>Wind-Direction</string>
     12995                   </property>
     12996                   <property name="alignment">
     12997                    <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
     12998                   </property>
     12999                  </widget>
     13000                 </item>
     13001                 <item row="0" column="1">
     13002                  <widget class="QDoubleSpinBox" name="fMagicTemp">
     13003                   <property name="alignment">
     13004                    <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
     13005                   </property>
     13006                   <property name="readOnly">
     13007                    <bool>true</bool>
     13008                   </property>
     13009                   <property name="buttonSymbols">
     13010                    <enum>QAbstractSpinBox::NoButtons</enum>
     13011                   </property>
     13012                   <property name="suffix">
     13013                    <string>°C</string>
     13014                   </property>
     13015                   <property name="decimals">
     13016                    <number>1</number>
     13017                   </property>
     13018                   <property name="minimum">
     13019                    <double>-9999.000000000000000</double>
     13020                   </property>
     13021                   <property name="maximum">
     13022                    <double>9999.000000000000000</double>
     13023                   </property>
     13024                  </widget>
     13025                 </item>
     13026                 <item row="2" column="1">
     13027                  <widget class="QDoubleSpinBox" name="fMagicHum">
     13028                   <property name="alignment">
     13029                    <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
     13030                   </property>
     13031                   <property name="readOnly">
     13032                    <bool>true</bool>
     13033                   </property>
     13034                   <property name="buttonSymbols">
     13035                    <enum>QAbstractSpinBox::NoButtons</enum>
     13036                   </property>
     13037                   <property name="suffix">
     13038                    <string>%</string>
     13039                   </property>
     13040                   <property name="decimals">
     13041                    <number>1</number>
     13042                   </property>
     13043                   <property name="maximum">
     13044                    <double>9999.000000000000000</double>
     13045                   </property>
     13046                  </widget>
     13047                 </item>
     13048                 <item row="7" column="1">
     13049                  <widget class="QDoubleSpinBox" name="fMagicWindDir">
     13050                   <property name="alignment">
     13051                    <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
     13052                   </property>
     13053                   <property name="readOnly">
     13054                    <bool>true</bool>
     13055                   </property>
     13056                   <property name="buttonSymbols">
     13057                    <enum>QAbstractSpinBox::NoButtons</enum>
     13058                   </property>
     13059                   <property name="suffix">
     13060                    <string>°</string>
     13061                   </property>
     13062                   <property name="decimals">
     13063                    <number>0</number>
     13064                   </property>
     13065                   <property name="minimum">
     13066                    <double>-360.000000000000000</double>
     13067                   </property>
     13068                   <property name="maximum">
     13069                    <double>360.000000000000000</double>
     13070                   </property>
     13071                  </widget>
     13072                 </item>
     13073                 <item row="1" column="1">
     13074                  <widget class="QDoubleSpinBox" name="fMagicDew">
     13075                   <property name="alignment">
     13076                    <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
     13077                   </property>
     13078                   <property name="readOnly">
     13079                    <bool>true</bool>
     13080                   </property>
     13081                   <property name="buttonSymbols">
     13082                    <enum>QAbstractSpinBox::NoButtons</enum>
     13083                   </property>
     13084                   <property name="suffix">
     13085                    <string>°C</string>
     13086                   </property>
     13087                   <property name="decimals">
     13088                    <number>1</number>
     13089                   </property>
     13090                   <property name="minimum">
     13091                    <double>-9999.000000000000000</double>
     13092                   </property>
     13093                   <property name="maximum">
     13094                    <double>9999.000000000000000</double>
     13095                   </property>
     13096                  </widget>
     13097                 </item>
     13098                 <item row="1" column="0">
     13099                  <widget class="QLabel" name="label_123">
     13100                   <property name="text">
     13101                    <string>Dew</string>
     13102                   </property>
     13103                   <property name="alignment">
     13104                    <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
     13105                   </property>
     13106                  </widget>
     13107                 </item>
     13108                 <item row="3" column="1">
     13109                  <widget class="QDoubleSpinBox" name="fMagicPressure">
     13110                   <property name="alignment">
     13111                    <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
     13112                   </property>
     13113                   <property name="readOnly">
     13114                    <bool>true</bool>
     13115                   </property>
     13116                   <property name="buttonSymbols">
     13117                    <enum>QAbstractSpinBox::NoButtons</enum>
     13118                   </property>
     13119                   <property name="suffix">
     13120                    <string> hPa</string>
     13121                   </property>
     13122                   <property name="decimals">
     13123                    <number>0</number>
     13124                   </property>
     13125                   <property name="maximum">
     13126                    <double>99999.000000000000000</double>
     13127                   </property>
     13128                  </widget>
     13129                 </item>
     13130                 <item row="3" column="0">
     13131                  <widget class="QLabel" name="label_146">
     13132                   <property name="text">
     13133                    <string>Pressure</string>
     13134                   </property>
     13135                   <property name="alignment">
     13136                    <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
     13137                   </property>
     13138                  </widget>
     13139                 </item>
     13140                 <item row="5" column="1">
     13141                  <widget class="QDoubleSpinBox" name="fMagicWind">
     13142                   <property name="alignment">
     13143                    <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
     13144                   </property>
     13145                   <property name="readOnly">
     13146                    <bool>true</bool>
     13147                   </property>
     13148                   <property name="buttonSymbols">
     13149                    <enum>QAbstractSpinBox::NoButtons</enum>
     13150                   </property>
     13151                   <property name="suffix">
     13152                    <string> km/h</string>
     13153                   </property>
     13154                   <property name="decimals">
     13155                    <number>1</number>
     13156                   </property>
     13157                   <property name="maximum">
     13158                    <double>999999.000000000000000</double>
     13159                   </property>
     13160                  </widget>
     13161                 </item>
     13162                 <item row="6" column="1">
     13163                  <widget class="QDoubleSpinBox" name="fMagicGusts">
     13164                   <property name="alignment">
     13165                    <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
     13166                   </property>
     13167                   <property name="readOnly">
     13168                    <bool>true</bool>
     13169                   </property>
     13170                   <property name="buttonSymbols">
     13171                    <enum>QAbstractSpinBox::NoButtons</enum>
     13172                   </property>
     13173                   <property name="suffix">
     13174                    <string> km/h</string>
     13175                   </property>
     13176                   <property name="decimals">
     13177                    <number>1</number>
     13178                   </property>
     13179                   <property name="maximum">
     13180                    <double>999999.000000000000000</double>
     13181                   </property>
     13182                  </widget>
     13183                 </item>
    1299113184                 <item row="5" column="0">
    1299213185                  <widget class="QLabel" name="label_126">
     
    1300013193                 </item>
    1300113194                 <item row="6" column="0">
    13002                   <widget class="QLabel" name="label_136">
     13195                  <widget class="QLabel" name="label_151">
    1300313196                   <property name="text">
    13004                     <string>Wind-Direction</string>
    13005                    </property>
    13006                    <property name="alignment">
    13007                     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
    13008                    </property>
    13009                   </widget>
    13010                  </item>
    13011                  <item row="0" column="1">
    13012                   <widget class="QDoubleSpinBox" name="fMagicTemp">
    13013                    <property name="alignment">
    13014                     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
    13015                    </property>
    13016                    <property name="readOnly">
    13017                     <bool>true</bool>
    13018                    </property>
    13019                    <property name="buttonSymbols">
    13020                     <enum>QAbstractSpinBox::NoButtons</enum>
    13021                    </property>
    13022                    <property name="suffix">
    13023                     <string>°C</string>
    13024                    </property>
    13025                    <property name="decimals">
    13026                     <number>1</number>
    13027                    </property>
    13028                    <property name="minimum">
    13029                     <double>-9999.000000000000000</double>
    13030                    </property>
    13031                    <property name="maximum">
    13032                     <double>9999.000000000000000</double>
    13033                    </property>
    13034                   </widget>
    13035                  </item>
    13036                  <item row="2" column="1">
    13037                   <widget class="QDoubleSpinBox" name="fMagicHum">
    13038                    <property name="alignment">
    13039                     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
    13040                    </property>
    13041                    <property name="readOnly">
    13042                     <bool>true</bool>
    13043                    </property>
    13044                    <property name="buttonSymbols">
    13045                     <enum>QAbstractSpinBox::NoButtons</enum>
    13046                    </property>
    13047                    <property name="suffix">
    13048                     <string>%</string>
    13049                    </property>
    13050                    <property name="decimals">
    13051                     <number>1</number>
    13052                    </property>
    13053                    <property name="maximum">
    13054                     <double>9999.000000000000000</double>
    13055                    </property>
    13056                   </widget>
    13057                  </item>
    13058                  <item row="5" column="1">
    13059                   <widget class="QDoubleSpinBox" name="fMagicWind">
    13060                    <property name="alignment">
    13061                     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
    13062                    </property>
    13063                    <property name="readOnly">
    13064                     <bool>true</bool>
    13065                    </property>
    13066                    <property name="buttonSymbols">
    13067                     <enum>QAbstractSpinBox::NoButtons</enum>
    13068                    </property>
    13069                    <property name="suffix">
    13070                     <string> km/h</string>
    13071                    </property>
    13072                    <property name="decimals">
    13073                     <number>1</number>
    13074                    </property>
    13075                    <property name="maximum">
    13076                     <double>999999.000000000000000</double>
    13077                    </property>
    13078                   </widget>
    13079                  </item>
    13080                  <item row="6" column="1">
    13081                   <widget class="QDoubleSpinBox" name="fMagicWindDir">
    13082                    <property name="alignment">
    13083                     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
    13084                    </property>
    13085                    <property name="readOnly">
    13086                     <bool>true</bool>
    13087                    </property>
    13088                    <property name="buttonSymbols">
    13089                     <enum>QAbstractSpinBox::NoButtons</enum>
    13090                    </property>
    13091                    <property name="suffix">
    13092                     <string>°</string>
    13093                    </property>
    13094                    <property name="decimals">
    13095                     <number>0</number>
    13096                    </property>
    13097                    <property name="minimum">
    13098                     <double>-360.000000000000000</double>
    13099                    </property>
    13100                    <property name="maximum">
    13101                     <double>360.000000000000000</double>
    13102                    </property>
    13103                   </widget>
    13104                  </item>
    13105                  <item row="1" column="1">
    13106                   <widget class="QDoubleSpinBox" name="fMagicDew">
    13107                    <property name="alignment">
    13108                     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
    13109                    </property>
    13110                    <property name="readOnly">
    13111                     <bool>true</bool>
    13112                    </property>
    13113                    <property name="buttonSymbols">
    13114                     <enum>QAbstractSpinBox::NoButtons</enum>
    13115                    </property>
    13116                    <property name="suffix">
    13117                     <string>°C</string>
    13118                    </property>
    13119                    <property name="decimals">
    13120                     <number>1</number>
    13121                    </property>
    13122                    <property name="minimum">
    13123                     <double>-9999.000000000000000</double>
    13124                    </property>
    13125                    <property name="maximum">
    13126                     <double>9999.000000000000000</double>
    13127                    </property>
    13128                   </widget>
    13129                  </item>
    13130                  <item row="1" column="0">
    13131                   <widget class="QLabel" name="label_123">
    13132                    <property name="text">
    13133                     <string>Dew</string>
    13134                    </property>
    13135                    <property name="alignment">
    13136                     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
    13137                    </property>
    13138                   </widget>
    13139                  </item>
    13140                  <item row="3" column="1">
    13141                   <widget class="QDoubleSpinBox" name="fMagicPressure">
    13142                    <property name="alignment">
    13143                     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
    13144                    </property>
    13145                    <property name="readOnly">
    13146                     <bool>true</bool>
    13147                    </property>
    13148                    <property name="buttonSymbols">
    13149                     <enum>QAbstractSpinBox::NoButtons</enum>
    13150                    </property>
    13151                    <property name="suffix">
    13152                     <string> hPa</string>
    13153                    </property>
    13154                    <property name="decimals">
    13155                     <number>0</number>
    13156                    </property>
    13157                    <property name="maximum">
    13158                     <double>99999.000000000000000</double>
    13159                    </property>
    13160                   </widget>
    13161                  </item>
    13162                  <item row="3" column="0">
    13163                   <widget class="QLabel" name="label_146">
    13164                    <property name="text">
    13165                     <string>Pressure</string>
     13197                    <string>Wind-Gusts</string>
    1316613198                   </property>
    1316713199                   <property name="alignment">
     
    1505615088                    <enum>QAbstractSpinBox::NoButtons</enum>
    1505715089                   </property>
    15058                    <property name="currentSection">
    15059                     <enum>QDateTimeEdit::HourSection</enum>
    15060                    </property>
    15061                    <property name="displayFormat">
    15062                     <string>hh:mm:ss</string>
    15063                    </property>
    15064                    <property name="calendarPopup">
    15065                     <bool>false</bool>
    15066                    </property>
    15067                    <property name="timeSpec">
    15068                     <enum>Qt::OffsetFromUTC</enum>
    15069                    </property>
    1507015090                   <property name="time">
    1507115091                    <time>
     
    1507415094                     <second>0</second>
    1507515095                    </time>
     15096                   </property>
     15097                   <property name="currentSection">
     15098                    <enum>QDateTimeEdit::HourSection</enum>
     15099                   </property>
     15100                   <property name="displayFormat">
     15101                    <string>hh:mm:ss</string>
     15102                   </property>
     15103                   <property name="calendarPopup">
     15104                    <bool>false</bool>
     15105                   </property>
     15106                   <property name="timeSpec">
     15107                    <enum>Qt::OffsetFromUTC</enum>
    1507615108                   </property>
    1507715109                  </widget>
     
    1548215514                    <enum>QAbstractSpinBox::NoButtons</enum>
    1548315515                   </property>
    15484                    <property name="currentSection">
    15485                     <enum>QDateTimeEdit::HourSection</enum>
    15486                    </property>
    15487                    <property name="displayFormat">
    15488                     <string>hh:mm:ss</string>
    15489                    </property>
    15490                    <property name="calendarPopup">
    15491                     <bool>false</bool>
    15492                    </property>
    15493                    <property name="timeSpec">
    15494                     <enum>Qt::OffsetFromUTC</enum>
    15495                    </property>
    1549615516                   <property name="time">
    1549715517                    <time>
     
    1550015520                     <second>0</second>
    1550115521                    </time>
     15522                   </property>
     15523                   <property name="currentSection">
     15524                    <enum>QDateTimeEdit::HourSection</enum>
     15525                   </property>
     15526                   <property name="displayFormat">
     15527                    <string>hh:mm:ss</string>
     15528                   </property>
     15529                   <property name="calendarPopup">
     15530                    <bool>false</bool>
     15531                   </property>
     15532                   <property name="timeSpec">
     15533                    <enum>Qt::OffsetFromUTC</enum>
    1550215534                   </property>
    1550315535                  </widget>
     
    1647616508     <x>0</x>
    1647716509     <y>0</y>
    16478      <width>1383</width>
     16510     <width>1381</width>
    1647916511     <height>21</height>
    1648016512    </rect>
Note: See TracChangeset for help on using the changeset viewer.