src/eric7/CodeFormatting/IsortFormattingDialog.ui

branch
eric7
changeset 9455
5f138ee215a5
parent 9453
e5065dde905d
child 10406
27b7580aa784
equal deleted inserted replaced
9454:f3cf935c0c66 9455:5f138ee215a5
9 <width>700</width> 9 <width>700</width>
10 <height>650</height> 10 <height>650</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <property name="windowTitle"> 13 <property name="windowTitle">
14 <string>Formatting Imports with isort</string> 14 <string>Sort Imports with isort</string>
15 </property> 15 </property>
16 <property name="sizeGripEnabled"> 16 <property name="sizeGripEnabled">
17 <bool>true</bool> 17 <bool>true</bool>
18 </property> 18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout"> 19 <layout class="QVBoxLayout" name="verticalLayout">
120 </spacer> 120 </spacer>
121 </item> 121 </item>
122 <item row="0" column="3"> 122 <item row="0" column="3">
123 <widget class="QLabel" name="label_3"> 123 <widget class="QLabel" name="label_3">
124 <property name="text"> 124 <property name="text">
125 <string>Skipped</string> 125 <string>Skipped:</string>
126 </property> 126 </property>
127 </widget> 127 </widget>
128 </item> 128 </item>
129 <item row="0" column="4"> 129 <item row="0" column="4">
130 <widget class="QLabel" name="skippedCountLabel"> 130 <widget class="QLabel" name="skippedCountLabel">
184 </widget> 184 </widget>
185 </item> 185 </item>
186 <item row="1" column="3"> 186 <item row="1" column="3">
187 <widget class="QLabel" name="reformattedLabel"> 187 <widget class="QLabel" name="reformattedLabel">
188 <property name="text"> 188 <property name="text">
189 <string>Resorted</string> 189 <string>Resorted:</string>
190 </property> 190 </property>
191 </widget> 191 </widget>
192 </item> 192 </item>
193 <item row="1" column="4"> 193 <item row="1" column="4">
194 <widget class="QLabel" name="reformattedCountLabel"> 194 <widget class="QLabel" name="reformattedCountLabel">

eric ide

mercurial