do not accept rich text in email scene
This commit is contained in:
parent
7822984ff0
commit
dda40e11b8
|
@ -48,7 +48,11 @@
|
|||
</widget>
|
||||
</item>
|
||||
<item row="3" column="0" colspan="3">
|
||||
<widget class="QTextEdit" name="check_content"/>
|
||||
<widget class="QTextEdit" name="check_content">
|
||||
<property name="acceptRichText">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="0">
|
||||
<widget class="QPushButton" name="back_button">
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
<translation>Store:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../scenes/emailtextscene.ui" line="62"/>
|
||||
<location filename="../scenes/emailtextscene.ui" line="66"/>
|
||||
<source>Back</source>
|
||||
<translation>Back</translation>
|
||||
</message>
|
||||
|
@ -288,6 +288,11 @@
|
|||
<source>Path to image: </source>
|
||||
<translation>Path to image: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ocrscene.cpp" line="76"/>
|
||||
<source>Could not autodetect store. If you beleive that this is an error, please, report to the developer.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>OFDScene</name>
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
<translation>Магазин:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../scenes/emailtextscene.ui" line="62"/>
|
||||
<location filename="../scenes/emailtextscene.ui" line="66"/>
|
||||
<source>Back</source>
|
||||
<translation>Назад</translation>
|
||||
</message>
|
||||
|
@ -288,6 +288,11 @@
|
|||
<source>Path to image: </source>
|
||||
<translation>Путь к изображению: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ocrscene.cpp" line="76"/>
|
||||
<source>Could not autodetect store. If you beleive that this is an error, please, report to the developer.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>OFDScene</name>
|
||||
|
|
Loading…
Reference in New Issue