anton-hk / translator

Continuation line under-indented for visual indent FLK-E128
Style
Minor
2 years ago2 years old
continuation line under-indented for visual indent
  9################################################################################
 10
 11from PySide2.QtCore import (QCoreApplication, QDate, QDateTime, QMetaObject,
 12    QObject, QPoint, QRect, QSize, QTime, QUrl, Qt) 13from PySide2.QtGui import (QBrush, QColor, QConicalGradient, QCursor, QFont,
 14    QFontDatabase, QIcon, QKeySequence, QLinearGradient, QPalette, QPainter,
 15    QPixmap, QRadialGradient)
continuation line under-indented for visual indent
 11from PySide2.QtCore import (QCoreApplication, QDate, QDateTime, QMetaObject,
 12    QObject, QPoint, QRect, QSize, QTime, QUrl, Qt)
 13from PySide2.QtGui import (QBrush, QColor, QConicalGradient, QCursor, QFont,
 14    QFontDatabase, QIcon, QKeySequence, QLinearGradient, QPalette, QPainter, 15    QPixmap, QRadialGradient)
 16from PySide2.QtWidgets import *
 17
continuation line under-indented for visual indent
 12    QObject, QPoint, QRect, QSize, QTime, QUrl, Qt)
 13from PySide2.QtGui import (QBrush, QColor, QConicalGradient, QCursor, QFont,
 14    QFontDatabase, QIcon, QKeySequence, QLinearGradient, QPalette, QPainter,
 15    QPixmap, QRadialGradient) 16from PySide2.QtWidgets import *
 17
 18
continuation line under-indented for visual indent
138"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
139"p, li { white-space: pre-wrap; }\n"
140"</style></head><body style=\" font-family:'Times New Roman'; font-size:12pt; font-weight:400; font-style:normal;\">\n"
141"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:10pt;\">\u041f\u0435\u0440\u0435\u0432\u043e\u0434</span></p></body></html>", None))142        self.label_2.setText(QCoreApplication.translate("Dialoge", u"\u041f\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0441", None))
143        self.comboBox_2.setItemText(0, QCoreApplication.translate("Dialoge", u"\u0410\u043b\u0431\u0430\u043d\u0441\u043a\u0438\u0439", None))
144        self.comboBox_2.setItemText(1, QCoreApplication.translate("Dialoge", u"\u0410\u043d\u0433\u043b\u0438\u0439\u0441\u043a\u0438\u0439", None))
continuation line under-indented for visual indent
137        self.textBrowser.setHtml(QCoreApplication.translate("Dialoge", u"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
138"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
139"p, li { white-space: pre-wrap; }\n"
140"</style></head><body style=\" font-family:'Times New Roman'; font-size:12pt; font-weight:400; font-style:normal;\">\n"141"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:10pt;\">\u041f\u0435\u0440\u0435\u0432\u043e\u0434</span></p></body></html>", None))
142        self.label_2.setText(QCoreApplication.translate("Dialoge", u"\u041f\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0441", None))
143        self.comboBox_2.setItemText(0, QCoreApplication.translate("Dialoge", u"\u0410\u043b\u0431\u0430\u043d\u0441\u043a\u0438\u0439", None))