Mon, 13 Apr 2020 17:35:49 +0200
Updated translations.
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>TasksPage</class> <widget class="QWidget" name="TasksPage"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>586</width> <height>475</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QLabel" name="headerLabel"> <property name="text"> <string><b>Configure Tasks</b></string> </property> </widget> </item> <item> <widget class="Line" name="line11_2_2_2"> <property name="frameShape"> <enum>QFrame::HLine</enum> </property> <property name="frameShadow"> <enum>QFrame::Sunken</enum> </property> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item> <widget class="QGroupBox" name="groupBox"> <property name="title"> <string>Tasks Markers</string> </property> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0"> <widget class="QLabel" name="textLabel5_3"> <property name="text"> <string>Bugfix tasks:</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QLineEdit" name="tasksMarkerFixmeEdit"> <property name="toolTip"> <string>Enter the tasks markers separated by a space character.</string> </property> <property name="text"> <string/> </property> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="textLabel4_4"> <property name="text"> <string>Warning tasks:</string> </property> </widget> </item> <item row="1" column="1"> <widget class="QLineEdit" name="tasksMarkerWarningEdit"> <property name="toolTip"> <string>Enter the tasks markers separated by a space character.</string> </property> </widget> </item> <item row="2" column="0"> <widget class="QLabel" name="textLabel4_3"> <property name="text"> <string>Todo tasks:</string> </property> </widget> </item> <item row="2" column="1"> <widget class="QLineEdit" name="tasksMarkerTodoEdit"> <property name="toolTip"> <string>Enter the tasks markers separated by a space character.</string> </property> </widget> </item> <item row="3" column="0"> <widget class="QLabel" name="textLabel4_5"> <property name="text"> <string>Note tasks:</string> </property> </widget> </item> <item row="3" column="1"> <widget class="QLineEdit" name="tasksMarkerNoteEdit"> <property name="toolTip"> <string>Enter the tasks markers separated by a space character.</string> </property> </widget> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="groupBox_2"> <property name="title"> <string>Tasks Background Colors</string> </property> <layout class="QGridLayout" name="gridLayout_2"> <item row="0" column="0"> <widget class="QLabel" name="textLabel2_8"> <property name="text"> <string>Bugfix tasks:</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QPushButton" name="tasksFixmeColourButton"> <property name="minimumSize"> <size> <width>100</width> <height>0</height> </size> </property> <property name="toolTip"> <string>Select the background color for these tasks.</string> </property> <property name="text"> <string/> </property> </widget> </item> <item row="0" column="2"> <spacer> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item row="1" column="0"> <widget class="QLabel" name="textLabel6_3"> <property name="text"> <string>Warning tasks:</string> </property> </widget> </item> <item row="1" column="1"> <widget class="QPushButton" name="tasksWarningColourButton"> <property name="minimumSize"> <size> <width>100</width> <height>0</height> </size> </property> <property name="toolTip"> <string>Select the background color for these tasks.</string> </property> <property name="text"> <string/> </property> </widget> </item> <item row="2" column="0"> <widget class="QLabel" name="textLabel1_3"> <property name="text"> <string>Todo tasks:</string> </property> </widget> </item> <item row="2" column="1"> <widget class="QPushButton" name="tasksTodoColourButton"> <property name="minimumSize"> <size> <width>100</width> <height>0</height> </size> </property> <property name="toolTip"> <string>Select the background color for these tasks.</string> </property> <property name="text"> <string/> </property> </widget> </item> <item row="3" column="0"> <widget class="QLabel" name="textLabel3_4"> <property name="text"> <string>Note tasks:</string> </property> </widget> </item> <item row="3" column="1"> <widget class="QPushButton" name="tasksNoteColourButton"> <property name="minimumSize"> <size> <width>100</width> <height>0</height> </size> </property> <property name="toolTip"> <string>Select the background color for these tasks.</string> </property> <property name="text"> <string/> </property> </widget> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="groupBox_3"> <property name="title"> <string>Tasks Handling</string> </property> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QCheckBox" name="clearCheckBox"> <property name="toolTip"> <string>Select to clear global file tasks when the file is closed</string> </property> <property name="text"> <string>Clear global file task when file is closed</string> </property> </widget> </item> </layout> </widget> </item> <item> <spacer> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> </layout> </widget> <tabstops> <tabstop>tasksMarkerFixmeEdit</tabstop> <tabstop>tasksMarkerWarningEdit</tabstop> <tabstop>tasksMarkerTodoEdit</tabstop> <tabstop>tasksMarkerNoteEdit</tabstop> <tabstop>tasksFixmeColourButton</tabstop> <tabstop>tasksWarningColourButton</tabstop> <tabstop>tasksTodoColourButton</tabstop> <tabstop>tasksNoteColourButton</tabstop> <tabstop>clearCheckBox</tabstop> </tabstops> <resources/> <connections/> </ui>