diff options
Diffstat (limited to 'SQLiteStudio3/guiSQLiteStudio/windows/collationseditor.ui')
| -rw-r--r-- | SQLiteStudio3/guiSQLiteStudio/windows/collationseditor.ui | 57 |
1 files changed, 36 insertions, 21 deletions
diff --git a/SQLiteStudio3/guiSQLiteStudio/windows/collationseditor.ui b/SQLiteStudio3/guiSQLiteStudio/windows/collationseditor.ui index 98e7ddb..97c4e0a 100644 --- a/SQLiteStudio3/guiSQLiteStudio/windows/collationseditor.ui +++ b/SQLiteStudio3/guiSQLiteStudio/windows/collationseditor.ui @@ -101,27 +101,7 @@ <property name="bottomMargin"> <number>0</number> </property> - <item row="1" column="0"> - <widget class="QLineEdit" name="nameEdit"/> - </item> - <item row="0" column="0"> - <widget class="QLabel" name="nameLabel"> - <property name="text"> - <string>Collation name:</string> - </property> - </widget> - </item> - <item row="1" column="1"> - <widget class="QComboBox" name="langCombo"/> - </item> - <item row="0" column="1"> - <widget class="QLabel" name="langLabel"> - <property name="text"> - <string>Implementation language:</string> - </property> - </widget> - </item> - <item row="2" column="0" colspan="2"> + <item row="3" column="0" colspan="2"> <widget class="QWidget" name="rightBottomWidget" native="true"> <layout class="QVBoxLayout" name="verticalLayout_5"> <property name="leftMargin"> @@ -196,6 +176,41 @@ </layout> </widget> </item> + <item row="0" column="0" colspan="2"> + <widget class="QWidget" name="widget" native="true"> + <layout class="QGridLayout" name="gridLayout_2"> + <property name="leftMargin"> + <number>0</number> + </property> + <property name="topMargin"> + <number>0</number> + </property> + <property name="bottomMargin"> + <number>0</number> + </property> + <item row="0" column="0"> + <widget class="QLabel" name="nameLabel"> + <property name="text"> + <string>Collation name:</string> + </property> + </widget> + </item> + <item row="1" column="0"> + <widget class="QLineEdit" name="nameEdit"/> + </item> + <item row="0" column="1"> + <widget class="QLabel" name="langLabel"> + <property name="text"> + <string>Implementation language:</string> + </property> + </widget> + </item> + <item row="1" column="1"> + <widget class="QComboBox" name="langCombo"/> + </item> + </layout> + </widget> + </item> </layout> </widget> </widget> |
