This commit is contained in:
cora32 2015-04-03 22:16:12 +03:00
parent d0474fab02
commit 95224c0ac5
3 changed files with 18 additions and 32 deletions

View File

@ -1374,22 +1374,6 @@ void nesca_3::switchDataFields()
}; };
} }
//void nesca_3::slotBlinkMessage()
//{
// if(blinkFlag)
// {
// blinkFlag = false;
// ui->newMessageLabel->setStyleSheet("color:rgba(255, 0, 0, 0);background-color: rgba(2, 2, 2, 0);");
// ui->IRCModeBut->setStyleSheet("color: rgb(216, 216, 216);background-color: rgba(2, 2, 2, 0);border: 1px solid rgba(255, 255, 255, 40);");
// }
// else
// {
// blinkFlag = true;
// ui->newMessageLabel->setStyleSheet("color:rgba(255, 0, 0, 255);background-color: rgba(2, 2, 2, 0);");
// ui->IRCModeBut->setStyleSheet("color: rgb(255, 0, 0);background-color: rgba(2, 2, 2, 0);border: 1px solid rgba(255, 0, 0, 255);");
// };
//}
void nesca_3::slotTabChanged(int index){ void nesca_3::slotTabChanged(int index){
if(index <= 2) savedTabIndex = index; if(index <= 2) savedTabIndex = index;
} }
@ -2742,7 +2726,8 @@ void _startMsgCheck()
dotsThreads << 0.1 << 0.2 << 0.1 << 0.2; dotsThreads << 0.1 << 0.2 << 0.1 << 0.2;
penAllThreads.setCapStyle(Qt::FlatCap); penAllThreads.setCapStyle(Qt::FlatCap);
penAllThreads.setDashPattern(dotsThreads); penAllThreads.setDashPattern(dotsThreads);
penThreads.setCapStyle(Qt::FlatCap); penThreads.setCapStyle(Qt::FlatCap);
penThreads.setDashPattern(dotsThreads);
penBAThreads.setDashPattern(dots); penBAThreads.setDashPattern(dots);
penBAThreads.setCapStyle(Qt::FlatCap); penBAThreads.setCapStyle(Qt::FlatCap);
penAllTargets.setCapStyle(Qt::FlatCap); penAllTargets.setCapStyle(Qt::FlatCap);

View File

@ -1546,7 +1546,7 @@ border-radius: 3px;</string>
</property> </property>
<property name="font"> <property name="font">
<font> <font>
<family>Sans</family> <family>MS Sans Serif</family>
<pointsize>10</pointsize> <pointsize>10</pointsize>
<weight>50</weight> <weight>50</weight>
<bold>false</bold> <bold>false</bold>
@ -1558,7 +1558,7 @@ border-radius: 3px;</string>
<string notr="true">color: rgb(216, 216, 216);background-color: rgba(2, 2, 2, 0);</string> <string notr="true">color: rgb(216, 216, 216);background-color: rgba(2, 2, 2, 0);</string>
</property> </property>
<property name="text"> <property name="text">
<string>:</string> <string>:</string>
</property> </property>
</widget> </widget>
<widget class="QLabel" name="ipLabel"> <widget class="QLabel" name="ipLabel">
@ -1601,7 +1601,7 @@ border-radius: 3px;</string>
<widget class="QLabel" name="labelRunningThreads"> <widget class="QLabel" name="labelRunningThreads">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>104</x> <x>105</x>
<y>324</y> <y>324</y>
<width>67</width> <width>67</width>
<height>20</height> <height>20</height>
@ -1750,17 +1750,18 @@ p, li { white-space: pre-wrap; }
<widget class="QLabel" name="labelTargetsLeft"> <widget class="QLabel" name="labelTargetsLeft">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>89</x> <x>90</x>
<y>335</y> <y>338</y>
<width>16</width> <width>16</width>
<height>20</height> <height>15</height>
</rect> </rect>
</property> </property>
<property name="font"> <property name="font">
<font> <font>
<family>Sans</family> <family>MS Sans Serif</family>
<pointsize>10</pointsize> <pointsize>10</pointsize>
<weight>50</weight> <weight>50</weight>
<italic>false</italic>
<bold>false</bold> <bold>false</bold>
<underline>false</underline> <underline>false</underline>
</font> </font>
@ -1769,13 +1770,13 @@ p, li { white-space: pre-wrap; }
<string notr="true">color: rgb(216, 216, 216);background-color: rgba(2, 2, 2, 0);</string> <string notr="true">color: rgb(216, 216, 216);background-color: rgba(2, 2, 2, 0);</string>
</property> </property>
<property name="text"> <property name="text">
<string>:</string> <string>:</string>
</property> </property>
</widget> </widget>
<widget class="QLabel" name="labelPendingTargets"> <widget class="QLabel" name="labelPendingTargets">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>104</x> <x>105</x>
<y>337</y> <y>337</y>
<width>71</width> <width>71</width>
<height>20</height> <height>20</height>
@ -3062,7 +3063,7 @@ background-color: #000000;</string>
<widget class="QLabel" name="labelSavedValue"> <widget class="QLabel" name="labelSavedValue">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>104</x> <x>105</x>
<y>311</y> <y>311</y>
<width>67</width> <width>67</width>
<height>20</height> <height>20</height>
@ -3087,16 +3088,16 @@ background-color: #000000;</string>
<widget class="QLabel" name="labelSaved"> <widget class="QLabel" name="labelSaved">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>89</x> <x>88</x>
<y>312</y> <y>312</y>
<width>15</width> <width>16</width>
<height>15</height> <height>15</height>
</rect> </rect>
</property> </property>
<property name="font"> <property name="font">
<font> <font>
<family>Sans</family> <family>MS Sans Serif</family>
<pointsize>10</pointsize> <pointsize>8</pointsize>
<weight>50</weight> <weight>50</weight>
<bold>false</bold> <bold>false</bold>
<underline>false</underline> <underline>false</underline>

View File

@ -1 +1 @@
24B83-77D 24B83-8A5