exporthtmldialog.ui
author insilmaril
Mon, 14 Jun 2010 13:59:17 +0000
changeset 848 e265f07f2173
parent 825 1ad892c1a709
permissions -rw-r--r--
Fixed tmp relink, colored headings in TreeView
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <ui version="4.0">
     3  <class>ExportHTMLDialog</class>
     4  <widget class="QDialog" name="ExportHTMLDialog">
     5   <property name="geometry">
     6    <rect>
     7     <x>0</x>
     8     <y>0</y>
     9     <width>681</width>
    10     <height>434</height>
    11    </rect>
    12   </property>
    13   <property name="sizePolicy">
    14    <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
    15     <horstretch>0</horstretch>
    16     <verstretch>0</verstretch>
    17    </sizepolicy>
    18   </property>
    19   <property name="minimumSize">
    20    <size>
    21     <width>0</width>
    22     <height>130</height>
    23    </size>
    24   </property>
    25   <property name="windowTitle">
    26    <string>Export HTML</string>
    27   </property>
    28   <layout class="QVBoxLayout" name="verticalLayout_2">
    29    <item>
    30     <layout class="QHBoxLayout">
    31      <property name="spacing">
    32       <number>6</number>
    33      </property>
    34      <property name="margin">
    35       <number>0</number>
    36      </property>
    37      <item>
    38       <widget class="QLabel" name="textLabel1">
    39        <property name="sizePolicy">
    40         <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
    41          <horstretch>0</horstretch>
    42          <verstretch>0</verstretch>
    43         </sizepolicy>
    44        </property>
    45        <property name="text">
    46         <string>Export to directory:</string>
    47        </property>
    48       </widget>
    49      </item>
    50      <item>
    51       <widget class="QLineEdit" name="lineEditDir">
    52        <property name="sizePolicy">
    53         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
    54          <horstretch>0</horstretch>
    55          <verstretch>0</verstretch>
    56         </sizepolicy>
    57        </property>
    58       </widget>
    59      </item>
    60      <item>
    61       <widget class="QPushButton" name="browseExportDirButton">
    62        <property name="sizePolicy">
    63         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
    64          <horstretch>0</horstretch>
    65          <verstretch>0</verstretch>
    66         </sizepolicy>
    67        </property>
    68        <property name="text">
    69         <string>Browse</string>
    70        </property>
    71       </widget>
    72      </item>
    73     </layout>
    74    </item>
    75    <item>
    76     <widget class="QGroupBox" name="groupBox">
    77      <property name="sizePolicy">
    78       <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
    79        <horstretch>0</horstretch>
    80        <verstretch>0</verstretch>
    81       </sizepolicy>
    82      </property>
    83      <property name="minimumSize">
    84       <size>
    85        <width>0</width>
    86        <height>200</height>
    87       </size>
    88      </property>
    89      <property name="title">
    90       <string>Options</string>
    91      </property>
    92      <widget class="QWidget" name="layoutWidget">
    93       <property name="geometry">
    94        <rect>
    95         <x>20</x>
    96         <y>20</y>
    97         <width>220</width>
    98         <height>106</height>
    99        </rect>
   100       </property>
   101       <layout class="QVBoxLayout" name="verticalLayout">
   102        <item>
   103         <widget class="QCheckBox" name="imageButton">
   104          <property name="sizePolicy">
   105           <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
   106            <horstretch>0</horstretch>
   107            <verstretch>0</verstretch>
   108           </sizepolicy>
   109          </property>
   110          <property name="text">
   111           <string>Include image</string>
   112          </property>
   113         </widget>
   114        </item>
   115        <item>
   116         <widget class="QCheckBox" name="textColorButton">
   117          <property name="sizePolicy">
   118           <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
   119            <horstretch>0</horstretch>
   120            <verstretch>0</verstretch>
   121           </sizepolicy>
   122          </property>
   123          <property name="text">
   124           <string>Colored headings in text</string>
   125          </property>
   126         </widget>
   127        </item>
   128        <item>
   129         <widget class="QCheckBox" name="saveSettingsInMapButton">
   130          <property name="sizePolicy">
   131           <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
   132            <horstretch>0</horstretch>
   133            <verstretch>0</verstretch>
   134           </sizepolicy>
   135          </property>
   136          <property name="text">
   137           <string>Save settings in map</string>
   138          </property>
   139         </widget>
   140        </item>
   141        <item>
   142         <widget class="QCheckBox" name="outputButton">
   143          <property name="sizePolicy">
   144           <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
   145            <horstretch>0</horstretch>
   146            <verstretch>0</verstretch>
   147           </sizepolicy>
   148          </property>
   149          <property name="text">
   150           <string>show output of external scripts</string>
   151          </property>
   152         </widget>
   153        </item>
   154       </layout>
   155      </widget>
   156     </widget>
   157    </item>
   158    <item>
   159     <widget class="Q3GroupBox" name="groupBox2">
   160      <property name="sizePolicy">
   161       <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
   162        <horstretch>0</horstretch>
   163        <verstretch>0</verstretch>
   164       </sizepolicy>
   165      </property>
   166      <property name="title">
   167       <string>Stylesheets</string>
   168      </property>
   169      <property name="orientation">
   170       <enum>Qt::Vertical</enum>
   171      </property>
   172      <layout class="QGridLayout">
   173       <property name="margin">
   174        <number>11</number>
   175       </property>
   176       <property name="spacing">
   177        <number>6</number>
   178       </property>
   179       <item row="0" column="0">
   180        <layout class="QHBoxLayout">
   181         <property name="spacing">
   182          <number>6</number>
   183         </property>
   184         <property name="margin">
   185          <number>0</number>
   186         </property>
   187         <item>
   188          <widget class="QLabel" name="textLabel1_2">
   189           <property name="sizePolicy">
   190            <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
   191             <horstretch>0</horstretch>
   192             <verstretch>0</verstretch>
   193            </sizepolicy>
   194           </property>
   195           <property name="minimumSize">
   196            <size>
   197             <width>125</width>
   198             <height>0</height>
   199            </size>
   200           </property>
   201           <property name="text">
   202            <string>CSS:</string>
   203           </property>
   204           <property name="alignment">
   205            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
   206           </property>
   207          </widget>
   208         </item>
   209         <item>
   210          <widget class="QLineEdit" name="lineEditCSS"/>
   211         </item>
   212         <item>
   213          <widget class="QPushButton" name="browseCSSButton">
   214           <property name="sizePolicy">
   215            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
   216             <horstretch>0</horstretch>
   217             <verstretch>0</verstretch>
   218            </sizepolicy>
   219           </property>
   220           <property name="text">
   221            <string>Browse</string>
   222           </property>
   223          </widget>
   224         </item>
   225        </layout>
   226       </item>
   227      </layout>
   228     </widget>
   229    </item>
   230    <item>
   231     <widget class="Q3GroupBox" name="groupBox1">
   232      <property name="sizePolicy">
   233       <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
   234        <horstretch>0</horstretch>
   235        <verstretch>0</verstretch>
   236       </sizepolicy>
   237      </property>
   238      <property name="title">
   239       <string>Scripts</string>
   240      </property>
   241      <property name="orientation">
   242       <enum>Qt::Vertical</enum>
   243      </property>
   244      <layout class="QGridLayout">
   245       <property name="margin">
   246        <number>11</number>
   247       </property>
   248       <property name="spacing">
   249        <number>6</number>
   250       </property>
   251       <item row="0" column="0">
   252        <layout class="QHBoxLayout">
   253         <property name="spacing">
   254          <number>6</number>
   255         </property>
   256         <property name="margin">
   257          <number>0</number>
   258         </property>
   259         <item>
   260          <widget class="QLabel" name="textLabel2_2">
   261           <property name="sizePolicy">
   262            <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
   263             <horstretch>0</horstretch>
   264             <verstretch>0</verstretch>
   265            </sizepolicy>
   266           </property>
   267           <property name="minimumSize">
   268            <size>
   269             <width>125</width>
   270             <height>0</height>
   271            </size>
   272           </property>
   273           <property name="frameShape">
   274            <enum>QFrame::NoFrame</enum>
   275           </property>
   276           <property name="text">
   277            <string>After Export:</string>
   278           </property>
   279           <property name="alignment">
   280            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
   281           </property>
   282          </widget>
   283         </item>
   284         <item>
   285          <widget class="QLineEdit" name="lineEditPostScript"/>
   286         </item>
   287         <item>
   288          <widget class="QPushButton" name="browsePostExportButton">
   289           <property name="sizePolicy">
   290            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
   291             <horstretch>0</horstretch>
   292             <verstretch>0</verstretch>
   293            </sizepolicy>
   294           </property>
   295           <property name="text">
   296            <string>Browse</string>
   297           </property>
   298          </widget>
   299         </item>
   300        </layout>
   301       </item>
   302      </layout>
   303     </widget>
   304    </item>
   305    <item>
   306     <spacer>
   307      <property name="orientation">
   308       <enum>Qt::Vertical</enum>
   309      </property>
   310      <property name="sizeType">
   311       <enum>QSizePolicy::MinimumExpanding</enum>
   312      </property>
   313      <property name="sizeHint" stdset="0">
   314       <size>
   315        <width>20</width>
   316        <height>41</height>
   317       </size>
   318      </property>
   319     </spacer>
   320    </item>
   321    <item>
   322     <layout class="QHBoxLayout">
   323      <item>
   324       <spacer>
   325        <property name="orientation">
   326         <enum>Qt::Horizontal</enum>
   327        </property>
   328        <property name="sizeType">
   329         <enum>QSizePolicy::Expanding</enum>
   330        </property>
   331        <property name="sizeHint" stdset="0">
   332         <size>
   333          <width>61</width>
   334          <height>21</height>
   335         </size>
   336        </property>
   337       </spacer>
   338      </item>
   339      <item>
   340       <widget class="QPushButton" name="cancelButton">
   341        <property name="text">
   342         <string>Cancel</string>
   343        </property>
   344       </widget>
   345      </item>
   346      <item>
   347       <widget class="QPushButton" name="exportButton">
   348        <property name="text">
   349         <string>Export</string>
   350        </property>
   351        <property name="default">
   352         <bool>true</bool>
   353        </property>
   354       </widget>
   355      </item>
   356     </layout>
   357    </item>
   358   </layout>
   359  </widget>
   360  <layoutdefault spacing="6" margin="11"/>
   361  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
   362  <customwidgets>
   363   <customwidget>
   364    <class>Q3GroupBox</class>
   365    <extends>QGroupBox</extends>
   366    <header>Qt3Support/Q3GroupBox</header>
   367    <container>1</container>
   368   </customwidget>
   369  </customwidgets>
   370  <includes>
   371   <include location="local">xsltproc.h</include>
   372   <include location="local">process.h</include>
   373  </includes>
   374  <resources/>
   375  <connections>
   376   <connection>
   377    <sender>cancelButton</sender>
   378    <signal>clicked()</signal>
   379    <receiver>ExportHTMLDialog</receiver>
   380    <slot>reject()</slot>
   381    <hints>
   382     <hint type="sourcelabel">
   383      <x>459</x>
   384      <y>443</y>
   385     </hint>
   386     <hint type="destinationlabel">
   387      <x>256</x>
   388      <y>233</y>
   389     </hint>
   390    </hints>
   391   </connection>
   392   <connection>
   393    <sender>exportButton</sender>
   394    <signal>clicked()</signal>
   395    <receiver>ExportHTMLDialog</receiver>
   396    <slot>accept()</slot>
   397    <hints>
   398     <hint type="sourcelabel">
   399      <x>368</x>
   400      <y>443</y>
   401     </hint>
   402     <hint type="destinationlabel">
   403      <x>256</x>
   404      <y>233</y>
   405     </hint>
   406    </hints>
   407   </connection>
   408  </connections>
   409 </ui>