eric7/Debugger/StartRunDialog.ui

branch
eric7
changeset 8528
2175f268ad9b
parent 8358
144a6b854f70
child 8534
8be5b0697864
--- a/eric7/Debugger/StartRunDialog.ui	Sat Aug 21 14:21:44 2021 +0200
+++ b/eric7/Debugger/StartRunDialog.ui	Sun Aug 22 19:59:18 2021 +0200
@@ -7,7 +7,7 @@
     <x>0</x>
     <y>0</y>
     <width>550</width>
-    <height>303</height>
+    <height>327</height>
    </rect>
   </property>
   <property name="windowTitle">
@@ -47,6 +47,36 @@
       </widget>
      </item>
      <item row="1" column="0">
+      <widget class="QLabel" name="TextLabel1_2">
+       <property name="text">
+        <string>Script Name:</string>
+       </property>
+       <property name="buddy">
+        <cstring>cmdlineCombo</cstring>
+       </property>
+      </widget>
+     </item>
+     <item row="1" column="1">
+      <widget class="EricComboPathPicker" name="scriptnamePicker" native="true">
+       <property name="sizePolicy">
+        <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
+         <horstretch>0</horstretch>
+         <verstretch>0</verstretch>
+        </sizepolicy>
+       </property>
+       <property name="focusPolicy">
+        <enum>Qt::WheelFocus</enum>
+       </property>
+       <property name="toolTip">
+        <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Enter the script file name&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
+       </property>
+       <property name="whatsThis">
+        <string>&lt;b&gt;Script Name&lt;/b&gt;
+&lt;p&gt;Enter the the name of the script. Leave empty to use the script of the current editor.&lt;/p&gt;</string>
+       </property>
+      </widget>
+     </item>
+     <item row="2" column="0">
       <widget class="QLabel" name="TextLabel1">
        <property name="text">
         <string>Script Parameters:</string>
@@ -56,7 +86,7 @@
        </property>
       </widget>
      </item>
-     <item row="1" column="1">
+     <item row="2" column="1">
       <widget class="QComboBox" name="cmdlineCombo">
        <property name="sizePolicy">
         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
@@ -85,7 +115,7 @@
        </property>
       </widget>
      </item>
-     <item row="2" column="0">
+     <item row="3" column="0">
       <widget class="QLabel" name="TextLabel2">
        <property name="text">
         <string>Working directory:</string>
@@ -95,7 +125,7 @@
        </property>
       </widget>
      </item>
-     <item row="2" column="1">
+     <item row="3" column="1">
       <widget class="EricComboPathPicker" name="workdirPicker" native="true">
        <property name="sizePolicy">
         <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
@@ -115,7 +145,7 @@
        </property>
       </widget>
      </item>
-     <item row="3" column="0">
+     <item row="4" column="0">
       <widget class="QLabel" name="textLabel1">
        <property name="text">
         <string>Environment Variables:</string>
@@ -125,7 +155,7 @@
        </property>
       </widget>
      </item>
-     <item row="3" column="1">
+     <item row="4" column="1">
       <widget class="QComboBox" name="environmentCombo">
        <property name="sizePolicy">
         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
@@ -259,6 +289,7 @@
  </customwidgets>
  <tabstops>
   <tabstop>venvComboBox</tabstop>
+  <tabstop>scriptnamePicker</tabstop>
   <tabstop>cmdlineCombo</tabstop>
   <tabstop>workdirPicker</tabstop>
   <tabstop>environmentCombo</tabstop>

eric ide

mercurial