ProjectFlask/FlaskConfigDialog.ui

Tue, 10 Dec 2024 15:48:59 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 10 Dec 2024 15:48:59 +0100
branch
eric7
changeset 87
075f7667f69d
parent 49
3866bd742041
permissions
-rw-r--r--

Updated copyright for 2025.

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>FlaskConfigDialog</class>
 <widget class="QDialog" name="FlaskConfigDialog">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>500</width>
    <height>253</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>flask Configuration</string>
  </property>
  <property name="sizeGripEnabled">
   <bool>true</bool>
  </property>
  <layout class="QVBoxLayout" name="verticalLayout_4">
   <item>
    <widget class="QGroupBox" name="groupBox_2">
     <property name="title">
      <string>Virtual Environment</string>
     </property>
     <layout class="QVBoxLayout" name="verticalLayout">
      <item>
       <layout class="QHBoxLayout" name="horizontalLayout">
        <item>
         <widget class="QComboBox" name="virtualEnvironmentComboBox">
          <property name="toolTip">
           <string>Select a project specific virtual environment</string>
          </property>
         </widget>
        </item>
        <item>
         <widget class="QToolButton" name="newEnvironmentButton">
          <property name="toolTip">
           <string>Press to open a dialog to create a new virtual environment</string>
          </property>
         </widget>
        </item>
       </layout>
      </item>
      <item>
       <widget class="QLabel" name="label">
        <property name="text">
         <string>&lt;b&gt;Note:&lt;/b&gt; Leave this entry empty to use the virtual environment configured globally for all flask projects.</string>
        </property>
        <property name="wordWrap">
         <bool>true</bool>
        </property>
       </widget>
      </item>
     </layout>
    </widget>
   </item>
   <item>
    <widget class="QGroupBox" name="flaskBabelBox">
     <property name="toolTip">
      <string>Select this to override the auto-detection feature</string>
     </property>
     <property name="title">
      <string>Override 'flask-babel' Availability</string>
     </property>
     <property name="checkable">
      <bool>true</bool>
     </property>
     <layout class="QVBoxLayout" name="verticalLayout_2">
      <item>
       <widget class="QCheckBox" name="flaskBabelCheckBox">
        <property name="toolTip">
         <string>Select to manually indicate the 'flask-babel' availability</string>
        </property>
        <property name="text">
         <string>'flask-babel' available</string>
        </property>
       </widget>
      </item>
     </layout>
    </widget>
   </item>
   <item>
    <widget class="QGroupBox" name="flaskMigrateBox">
     <property name="toolTip">
      <string>Select this to override the auto-detection feature</string>
     </property>
     <property name="title">
      <string>Override 'flask-migrate' Availability</string>
     </property>
     <property name="checkable">
      <bool>true</bool>
     </property>
     <layout class="QVBoxLayout" name="verticalLayout_3">
      <item>
       <widget class="QCheckBox" name="flaskMigrateCheckBox">
        <property name="toolTip">
         <string>Select to manually indicate the 'flask-migrate' availability</string>
        </property>
        <property name="text">
         <string>'flask-migrate' available</string>
        </property>
       </widget>
      </item>
     </layout>
    </widget>
   </item>
   <item>
    <widget class="QDialogButtonBox" name="buttonBox">
     <property name="orientation">
      <enum>Qt::Horizontal</enum>
     </property>
     <property name="standardButtons">
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
     </property>
    </widget>
   </item>
  </layout>
 </widget>
 <tabstops>
  <tabstop>virtualEnvironmentComboBox</tabstop>
  <tabstop>newEnvironmentButton</tabstop>
  <tabstop>flaskBabelBox</tabstop>
  <tabstop>flaskBabelCheckBox</tabstop>
  <tabstop>flaskMigrateBox</tabstop>
  <tabstop>flaskMigrateCheckBox</tabstop>
 </tabstops>
 <resources/>
 <connections>
  <connection>
   <sender>buttonBox</sender>
   <signal>accepted()</signal>
   <receiver>FlaskConfigDialog</receiver>
   <slot>accept()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>227</x>
     <y>229</y>
    </hint>
    <hint type="destinationlabel">
     <x>157</x>
     <y>249</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>buttonBox</sender>
   <signal>rejected()</signal>
   <receiver>FlaskConfigDialog</receiver>
   <slot>reject()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>295</x>
     <y>235</y>
    </hint>
    <hint type="destinationlabel">
     <x>286</x>
     <y>249</y>
    </hint>
   </hints>
  </connection>
 </connections>
</ui>

eric ide

mercurial