Release pytextmonitor 1.5.2

+ added time formats
* fixed definition of conf file for dataengine
This commit is contained in:
arcan1s
2013-11-18 21:02:55 +04:00
parent ccaca2a725
commit e2e511f083
8 changed files with 31 additions and 10 deletions

View File

@ -63,7 +63,10 @@
<item>
<widget class="QLineEdit" name="lineEdit_time">
<property name="toolTip">
<string notr="true">$time - time</string>
<string notr="true">$time - time in default format
$isotime - time in ISO format
$shorttime - time in short format
$longtime - time in log format</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>