ProjectFlask/FlaskCommandDialog.ui

Thu, 26 Nov 2020 20:11:25 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 26 Nov 2020 20:11:25 +0100
changeset 34
a91c6a1eb23f
parent 9
79094fb72c18
permissions
-rw-r--r--

Added the action to upgrade or downgrade the database.

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>FlaskCommandDialog</class>
 <widget class="QDialog" name="FlaskCommandDialog">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>600</width>
    <height>500</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>Flask Command</string>
  </property>
  <property name="sizeGripEnabled">
   <bool>true</bool>
  </property>
  <layout class="QVBoxLayout" name="verticalLayout_2">
   <item>
    <widget class="QGroupBox" name="groupBox">
     <property name="title">
      <string>Output</string>
     </property>
     <layout class="QVBoxLayout" name="verticalLayout">
      <item>
       <widget class="QPlainTextEdit" name="outputEdit">
        <property name="sizePolicy">
         <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
          <horstretch>0</horstretch>
          <verstretch>0</verstretch>
         </sizepolicy>
        </property>
        <property name="lineWrapMode">
         <enum>QPlainTextEdit::NoWrap</enum>
        </property>
        <property name="readOnly">
         <bool>true</bool>
        </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::Close</set>
     </property>
    </widget>
   </item>
  </layout>
 </widget>
 <tabstops>
  <tabstop>outputEdit</tabstop>
 </tabstops>
 <resources/>
 <connections>
  <connection>
   <sender>buttonBox</sender>
   <signal>rejected()</signal>
   <receiver>FlaskCommandDialog</receiver>
   <slot>reject()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>505</x>
     <y>474</y>
    </hint>
    <hint type="destinationlabel">
     <x>593</x>
     <y>419</y>
    </hint>
   </hints>
  </connection>
 </connections>
</ui>

eric ide

mercurial