Menu

[efa3d9]: / forms / export-confluence-dialog.ui  Maximize  Restore  History

Download this file

224 lines (223 with data), 6.0 kB

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>ExportConfluenceDialog</class>
 <widget class="QDialog" name="ExportConfluenceDialog">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>591</width>
    <height>444</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>Export Confluence</string>
  </property>
  <layout class="QVBoxLayout" name="verticalLayout_2">
   <item>
    <widget class="QLabel" name="exportModeLabel">
     <property name="text">
      <string>When exporting to confluence, do</string>
     </property>
    </widget>
   </item>
   <item>
    <widget class="QRadioButton" name="updatePageButton">
     <property name="text">
      <string>update existing page</string>
     </property>
     <attribute name="buttonGroup">
      <string notr="true">buttonGroup</string>
     </attribute>
    </widget>
   </item>
   <item>
    <widget class="QRadioButton" name="createPageButton">
     <property name="text">
      <string>create new page</string>
     </property>
     <attribute name="buttonGroup">
      <string notr="true">buttonGroup</string>
     </attribute>
    </widget>
   </item>
   <item>
    <widget class="QLabel" name="URLLabel">
     <property name="text">
      <string>Page URL:</string>
     </property>
    </widget>
   </item>
   <item>
    <layout class="QGridLayout" name="gridLayout">
     <item row="0" column="0">
      <widget class="QLineEdit" name="lineEditURL">
       <property name="sizePolicy">
        <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
         <horstretch>0</horstretch>
         <verstretch>0</verstretch>
        </sizepolicy>
       </property>
      </widget>
     </item>
     <item row="0" column="1">
      <widget class="QPushButton" name="openPageButton">
       <property name="text">
        <string>Open</string>
       </property>
       <property name="icon">
        <iconset resource="../vym.qrc">
         <normaloff>:/flag-url.svg</normaloff>:/flag-url.svg</iconset>
       </property>
      </widget>
     </item>
     <item row="1" column="0">
      <widget class="QLabel" name="pageNameLabel">
       <property name="sizePolicy">
        <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
         <horstretch>0</horstretch>
         <verstretch>0</verstretch>
        </sizepolicy>
       </property>
       <property name="text">
        <string>Page name:</string>
       </property>
      </widget>
     </item>
     <item row="2" column="0">
      <widget class="QLineEdit" name="lineEditPageName">
       <property name="sizePolicy">
        <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
         <horstretch>0</horstretch>
         <verstretch>0</verstretch>
        </sizepolicy>
       </property>
      </widget>
     </item>
    </layout>
   </item>
   <item>
    <widget class="QGroupBox" name="groupBox">
     <property name="title">
      <string>Options</string>
     </property>
     <layout class="QVBoxLayout" name="verticalLayout">
      <item>
       <widget class="QCheckBox" name="mapCenterToPageNameCheckBox">
        <property name="text">
         <string>Use heading of first map center as page name</string>
        </property>
       </widget>
      </item>
      <item>
       <widget class="QCheckBox" name="includeMapImageCheckBox">
        <property name="text">
         <string>Image of map on top of page</string>
        </property>
       </widget>
      </item>
      <item>
       <widget class="QCheckBox" name="includeImagesCheckBox">
        <property name="text">
         <string>Images used in map</string>
        </property>
       </widget>
      </item>
      <item>
       <widget class="QCheckBox" name="textColorCheckBox">
        <property name="text">
         <string>Colored headings in text</string>
        </property>
       </widget>
      </item>
      <item>
       <widget class="QCheckBox" name="useNumberingCheckBox">
        <property name="text">
         <string>Use numbering</string>
        </property>
       </widget>
      </item>
      <item>
       <widget class="QCheckBox" name="saveSettingsInMapCheckBox">
        <property name="text">
         <string>Save settings in map</string>
        </property>
       </widget>
      </item>
     </layout>
    </widget>
   </item>
   <item>
    <spacer name="verticalSpacer">
     <property name="orientation">
      <enum>Qt::Vertical</enum>
     </property>
     <property name="sizeHint" stdset="0">
      <size>
       <width>20</width>
       <height>40</height>
      </size>
     </property>
    </spacer>
   </item>
   <item>
    <layout class="QHBoxLayout" name="horizontalLayout">
     <item>
      <spacer name="spacer">
       <property name="orientation">
        <enum>Qt::Horizontal</enum>
       </property>
       <property name="sizeType">
        <enum>QSizePolicy::Expanding</enum>
       </property>
       <property name="sizeHint" stdset="0">
        <size>
         <width>258</width>
         <height>21</height>
        </size>
       </property>
      </spacer>
     </item>
     <item>
      <widget class="QPushButton" name="cancelButton">
       <property name="text">
        <string>Cancel</string>
       </property>
      </widget>
     </item>
     <item>
      <widget class="QPushButton" name="exportButton">
       <property name="text">
        <string>Export</string>
       </property>
      </widget>
     </item>
    </layout>
   </item>
  </layout>
 </widget>
 <resources>
  <include location="../vym.qrc"/>
 </resources>
 <connections>
  <connection>
   <sender>cancelButton</sender>
   <signal>clicked()</signal>
   <receiver>ExportConfluenceDialog</receiver>
   <slot>reject()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>451</x>
     <y>416</y>
    </hint>
    <hint type="destinationlabel">
     <x>295</x>
     <y>220</y>
    </hint>
   </hints>
  </connection>
 </connections>
 <buttongroups>
  <buttongroup name="buttonGroup"/>
 </buttongroups>
</ui>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.