diff -r 0b6a6e49cc06 -r 09e9084796de ProjectDjango/ConfigurationPage/DjangoPage.ui --- a/ProjectDjango/ConfigurationPage/DjangoPage.ui Sun Jun 16 14:51:36 2013 +0200 +++ b/ProjectDjango/ConfigurationPage/DjangoPage.ui Tue Jun 18 19:27:03 2013 +0200 @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>536</width> - <height>927</height> + <height>1201</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout_5"> @@ -198,6 +198,12 @@ <layout class="QGridLayout" name="gridLayout_4"> <item row="0" column="0" colspan="2"> <widget class="QLabel" name="label_6"> + <property name="minimumSize"> + <size> + <width>0</width> + <height>40</height> + </size> + </property> <property name="text"> <string>Enter the path of the Django virtual environment. Leave empty to not use a virtual environment setup.</string> </property> @@ -261,9 +267,15 @@ <property name="title"> <string>Django Virtual Environment</string> </property> - <layout class="QGridLayout" name="gridLayout_6"> + <layout class="QGridLayout" name="gridLayout_5"> <item row="0" column="0" colspan="2"> <widget class="QLabel" name="label_7"> + <property name="minimumSize"> + <size> + <width>0</width> + <height>40</height> + </size> + </property> <property name="text"> <string>Enter the path of the Django virtual environment. Leave empty to not use a virtual environment setup.</string> </property> @@ -317,6 +329,44 @@ </widget> </item> <item> + <widget class="QGroupBox" name="TranslationsGroup"> + <property name="title"> + <string>Translations Editor</string> + </property> + <layout class="QGridLayout" name="gridLayout_3"> + <item row="0" column="0" colspan="2"> + <widget class="QLabel" name="label_8"> + <property name="minimumSize"> + <size> + <width>0</width> + <height>40</height> + </size> + </property> + <property name="text"> + <string>Enter the path of an editor to use to do the translations. Leave empty to disable this feature.</string> + </property> + <property name="wordWrap"> + <bool>true</bool> + </property> + </widget> + </item> + <item row="1" column="0"> + <widget class="QLineEdit" name="translationsEdit"/> + </item> + <item row="1" column="1"> + <widget class="QPushButton" name="translationsButton"> + <property name="toolTip"> + <string>Select the translations editor via a file selection dialog</string> + </property> + <property name="text"> + <string>...</string> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum>