Changeset 10580 for trunk/FACT++/gui
- Timestamp:
- 05/04/11 17:22:29 (14 years ago)
- Location:
- trunk/FACT++/gui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/gui/FactGui.h
r10577 r10580 1210 1210 fChatMessage->setEnabled(fChatOnline); 1211 1211 } 1212 1213 if (server=="SCHEDULER") 1214 { 1215 fStatusSchedulerLabel->setText(s.name.c_str()); 1216 1217 if (s.index>=0) // Dim connection / FTM connected 1218 fStatusSchedulerLed->setIcon(QIcon(":/Resources/icons/green circle 1.png")); 1219 else 1220 fStatusSchedulerLed->setIcon(QIcon(":/Resources/icons/gray circle 1.png")); 1221 } 1212 1222 } 1213 1223 … … 1252 1262 1253 1263 1254 out << "<font color='";1264 out << "<font style='font-family:monospace' color='"; 1255 1265 1256 1266 switch (qos) -
trunk/FACT++/gui/design.ui
r10569 r10580 52 52 </property> 53 53 <property name="currentIndex"> 54 <number> 0</number>54 <number>3</number> 55 55 </property> 56 56 <property name="documentMode"> … … 3584 3584 <property name="minimumSize"> 3585 3585 <size> 3586 <width>2 23</width>3587 <height> 291</height>3586 <width>200</width> 3587 <height>320</height> 3588 3588 </size> 3589 3589 </property> … … 3796 3796 </widget> 3797 3797 </item> 3798 <item row=" 7" column="4">3798 <item row="8" column="4"> 3799 3799 <widget class="QLabel" name="fStatusChatLabel"> 3800 3800 <property name="text"> … … 3803 3803 </widget> 3804 3804 </item> 3805 <item row=" 7" column="3">3805 <item row="8" column="3"> 3806 3806 <widget class="QPushButton" name="fStatusChatLed"> 3807 3807 <property name="enabled"> … … 3841 3841 </widget> 3842 3842 </item> 3843 <item row=" 6" column="1">3843 <item row="7" column="1"> 3844 3844 <widget class="QCheckBox" name="fStatusLoggerEnable"> 3845 3845 <property name="enabled"> … … 3866 3866 </widget> 3867 3867 </item> 3868 <item row=" 6" column="3">3868 <item row="7" column="3"> 3869 3869 <widget class="QPushButton" name="fStatusLoggerLed"> 3870 3870 <property name="enabled"> … … 3904 3904 </widget> 3905 3905 </item> 3906 <item row=" 6" column="4">3906 <item row="7" column="4"> 3907 3907 <widget class="QLabel" name="fStatusLoggerLabel"> 3908 3908 <property name="text"> … … 3956 3956 </widget> 3957 3957 </item> 3958 <item row=" 6" column="2">3958 <item row="7" column="2"> 3959 3959 <widget class="QLabel" name="fStatusLogger"> 3960 3960 <property name="sizePolicy"> … … 3975 3975 </widget> 3976 3976 </item> 3977 <item row=" 7" column="2">3977 <item row="8" column="2"> 3978 3978 <widget class="QLabel" name="fStatusChat"> 3979 3979 <property name="sizePolicy"> … … 4066 4066 <property name="text"> 4067 4067 <string>Offline</string> 4068 </property> 4069 </widget> 4070 </item> 4071 <item row="6" column="2"> 4072 <widget class="QLabel" name="label_60"> 4073 <property name="text"> 4074 <string>Scheduler</string> 4075 </property> 4076 </widget> 4077 </item> 4078 <item row="6" column="4"> 4079 <widget class="QLabel" name="fStatusSchedulerLabel"> 4080 <property name="text"> 4081 <string>Offline</string> 4082 </property> 4083 </widget> 4084 </item> 4085 <item row="6" column="3"> 4086 <widget class="QPushButton" name="fStatusSchedulerLed"> 4087 <property name="maximumSize"> 4088 <size> 4089 <width>18</width> 4090 <height>16777215</height> 4091 </size> 4092 </property> 4093 <property name="text"> 4094 <string/> 4095 </property> 4096 <property name="icon"> 4097 <iconset resource="design.qrc"> 4098 <normaloff>:/Resources/icons/gray circle 1.png</normaloff>:/Resources/icons/gray circle 1.png</iconset> 4099 </property> 4100 <property name="flat"> 4101 <bool>true</bool> 4068 4102 </property> 4069 4103 </widget>
Note:
See TracChangeset
for help on using the changeset viewer.