r17570 by craig - #10490: set help text readonly in Insert A Frame dialog

scribus-commit scribus-commit at lists.scribus.net
Sat Jun 16 15:21:13 UTC 2012


Author: craig
Date: Sat Jun 16 15:21:12 2012
New Revision: 17570

URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=17570
Log:
#10490: set help text readonly in Insert A Frame dialog

Modified:
    trunk/Scribus/scribus/ui/insertaframe.ui

Modified: trunk/Scribus/scribus/ui/insertaframe.ui
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=17570&path=/trunk/Scribus/scribus/ui/insertaframe.ui
==============================================================================
--- trunk/Scribus/scribus/ui/insertaframe.ui (original)
+++ trunk/Scribus/scribus/ui/insertaframe.ui Sat Jun 16 15:21:12 2012
@@ -1,7 +1,8 @@
-<ui version="4.0" >
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
  <class>InsertAFrame</class>
- <widget class="QDialog" name="InsertAFrame" >
-  <property name="geometry" >
+ <widget class="QDialog" name="InsertAFrame">
+  <property name="geometry">
    <rect>
     <x>0</x>
     <y>0</y>
@@ -9,79 +10,47 @@
     <height>364</height>
    </rect>
   </property>
-  <property name="windowTitle" >
+  <property name="windowTitle">
    <string>Insert Frames</string>
   </property>
-  <layout class="QVBoxLayout" >
-   <property name="spacing" >
-    <number>6</number>
-   </property>
-   <property name="margin" >
-    <number>9</number>
-   </property>
+  <layout class="QVBoxLayout">
    <item>
-    <widget class="QTabWidget" name="tabWidget" >
-     <property name="currentIndex" >
+    <widget class="QTabWidget" name="tabWidget">
+     <property name="currentIndex">
       <number>0</number>
      </property>
-     <widget class="QWidget" name="typeTab" >
-      <property name="geometry" >
-       <rect>
-        <x>0</x>
-        <y>0</y>
-        <width>441</width>
-        <height>278</height>
-       </rect>
-      </property>
-      <attribute name="title" >
+     <widget class="QWidget" name="typeTab">
+      <attribute name="title">
        <string>T&ype</string>
       </attribute>
-      <layout class="QHBoxLayout" >
-       <property name="spacing" >
-        <number>6</number>
-       </property>
-       <property name="margin" >
-        <number>9</number>
-       </property>
+      <layout class="QHBoxLayout">
        <item>
-        <layout class="QVBoxLayout" >
-         <property name="spacing" >
-          <number>6</number>
-         </property>
-         <property name="margin" >
-          <number>0</number>
-         </property>
+        <layout class="QVBoxLayout">
          <item>
-          <widget class="QGroupBox" name="typeGroupBox" >
-           <property name="toolTip" >
+          <widget class="QGroupBox" name="typeGroupBox">
+           <property name="toolTip">
             <string/>
            </property>
-           <property name="title" >
+           <property name="title">
             <string/>
            </property>
-           <layout class="QVBoxLayout" >
-            <property name="spacing" >
-             <number>6</number>
-            </property>
-            <property name="margin" >
-             <number>9</number>
-            </property>
-            <item>
-             <widget class="QRadioButton" name="radioButtonTextFrame" >
-              <property name="toolTip" >
+           <layout class="QVBoxLayout">
+            <item>
+             <widget class="QRadioButton" name="radioButtonTextFrame">
+              <property name="toolTip">
                <string>Insert one or more text frames</string>
               </property>
-              <property name="text" >
+              <property name="text">
                <string>&Text Frame</string>
               </property>
              </widget>
             </item>
             <item>
-             <widget class="QRadioButton" name="radioButtonImageFrame" >
-              <property name="toolTip" >
+             <widget class="QRadioButton" name="radioButtonImageFrame">
+              <property name="toolTip">
                <string>Insert one or more image frames</string>
               </property>
-              <property name="text" >
+              <property name="text">
                <string>&Image Frame</string>
               </property>
              </widget>
@@ -91,10 +60,10 @@
          </item>
          <item>
           <spacer>
-           <property name="orientation" >
+           <property name="orientation">
             <enum>Qt::Vertical</enum>
            </property>
-           <property name="sizeHint" stdset="0" >
+           <property name="sizeHint" stdset="0">
             <size>
              <width>20</width>
              <height>40</height>
@@ -105,95 +74,73 @@
         </layout>
        </item>
        <item>
-        <widget class="QTextEdit" name="typeTextEdit" />
+        <widget class="QTextEdit" name="typeTextEdit">
+         <property name="readOnly">
+          <bool>true</bool>
+         </property>
+        </widget>
        </item>
       </layout>
      </widget>
-     <widget class="QWidget" name="locationTab" >
-      <property name="geometry" >
-       <rect>
-        <x>0</x>
-        <y>0</y>
-        <width>441</width>
-        <height>278</height>
-       </rect>
-      </property>
-      <attribute name="title" >
+     <widget class="QWidget" name="locationTab">
+      <attribute name="title">
        <string>&Location</string>
       </attribute>
-      <layout class="QHBoxLayout" >
-       <property name="spacing" >
-        <number>6</number>
-       </property>
-       <property name="margin" >
-        <number>9</number>
-       </property>
+      <layout class="QHBoxLayout">
        <item>
-        <widget class="QGroupBox" name="pagePlacementGroupBox" >
-         <property name="toolTip" >
+        <widget class="QGroupBox" name="pagePlacementGroupBox">
+         <property name="toolTip">
           <string>Place the new frames on the current page, on all pages or on a selected range</string>
          </property>
-         <property name="title" >
+         <property name="title">
           <string>Page Placement</string>
          </property>
-         <layout class="QVBoxLayout" >
-          <property name="spacing" >
-           <number>6</number>
-          </property>
-          <property name="margin" >
-           <number>9</number>
-          </property>
-          <item>
-           <widget class="QRadioButton" name="radioButtonCurrentPage" >
-            <property name="toolTip" >
+         <layout class="QVBoxLayout">
+          <item>
+           <widget class="QRadioButton" name="radioButtonCurrentPage">
+            <property name="toolTip">
              <string>Insert the frame on the current page only</string>
             </property>
-            <property name="text" >
+            <property name="text">
              <string>Current Page</string>
             </property>
            </widget>
           </item>
           <item>
-           <widget class="QRadioButton" name="radioButtonAllPages" >
-            <property name="toolTip" >
+           <widget class="QRadioButton" name="radioButtonAllPages">
+            <property name="toolTip">
              <string>Insert one frame for each existing page</string>
             </property>
-            <property name="text" >
+            <property name="text">
              <string>All Pages</string>
             </property>
            </widget>
           </item>
           <item>
-           <widget class="QRadioButton" name="radioButtonRangeOfPages" >
-            <property name="toolTip" >
+           <widget class="QRadioButton" name="radioButtonRangeOfPages">
+            <property name="toolTip">
              <string>Insert frames on a range of pages</string>
             </property>
-            <property name="text" >
+            <property name="text">
              <string>Range of Pages</string>
             </property>
            </widget>
           </item>
           <item>
-           <layout class="QHBoxLayout" >
-            <property name="spacing" >
-             <number>6</number>
-            </property>
-            <property name="margin" >
-             <number>0</number>
-            </property>
-            <item>
-             <widget class="QLineEdit" name="placementPagesLineEdit" >
-              <property name="toolTip" >
+           <layout class="QHBoxLayout">
+            <item>
+             <widget class="QLineEdit" name="placementPagesLineEdit">
+              <property name="toolTip">
                <string>Range of pages to insert frames on</string>
               </property>
              </widget>
             </item>
             <item>
-             <widget class="QToolButton" name="placementPagesRangeButton" >
-              <property name="toolTip" >
+             <widget class="QToolButton" name="placementPagesRangeButton">
+              <property name="toolTip">
                <string/>
               </property>
-              <property name="text" >
+              <property name="text">
                <string>...</string>
               </property>
              </widget>
@@ -202,10 +149,10 @@
           </item>
           <item>
            <spacer>
-            <property name="orientation" >
+            <property name="orientation">
              <enum>Qt::Vertical</enum>
             </property>
-            <property name="sizeHint" stdset="0" >
+            <property name="sizeHint" stdset="0">
              <size>
               <width>20</width>
               <height>40</height>
@@ -217,77 +164,65 @@
         </widget>
        </item>
        <item>
-        <widget class="QGroupBox" name="framePositionGroupBox" >
-         <property name="toolTip" >
+        <widget class="QGroupBox" name="framePositionGroupBox">
+         <property name="toolTip">
           <string>Position the new frame in relation to the page</string>
          </property>
-         <property name="title" >
+         <property name="title">
           <string>Position of Frame</string>
          </property>
-         <layout class="QVBoxLayout" >
-          <property name="spacing" >
-           <number>6</number>
-          </property>
-          <property name="margin" >
-           <number>9</number>
-          </property>
-          <item>
-           <widget class="QRadioButton" name="radioButtonTopLeftOfMargins" >
-            <property name="toolTip" >
+         <layout class="QVBoxLayout">
+          <item>
+           <widget class="QRadioButton" name="radioButtonTopLeftOfMargins">
+            <property name="toolTip">
              <string>Insert the frame at the top left of the page margins</string>
             </property>
-            <property name="text" >
+            <property name="text">
              <string>Top Left of Margins</string>
             </property>
            </widget>
           </item>
           <item>
-           <widget class="QRadioButton" name="radioButtonTopLeftOfPage" >
-            <property name="toolTip" >
+           <widget class="QRadioButton" name="radioButtonTopLeftOfPage">
+            <property name="toolTip">
              <string>Insert the frame at the top left of the page</string>
             </property>
-            <property name="text" >
+            <property name="text">
              <string>Top Left of Page</string>
             </property>
            </widget>
           </item>
           <item>
-           <widget class="QRadioButton" name="radioButtonTopLeftOfBleed" >
-            <property name="toolTip" >
+           <widget class="QRadioButton" name="radioButtonTopLeftOfBleed">
+            <property name="toolTip">
              <string>Insert the frame at the top left of the page bleed</string>
             </property>
-            <property name="text" >
+            <property name="text">
              <string>Top Left of Bleed</string>
             </property>
            </widget>
           </item>
           <item>
-           <widget class="QRadioButton" name="radioButtonCustomPosition" >
-            <property name="toolTip" >
+           <widget class="QRadioButton" name="radioButtonCustomPosition">
+            <property name="toolTip">
              <string>Insert the frame at a custom position on the page</string>
             </property>
-            <property name="text" >
+            <property name="text">
              <string>Custom Position</string>
             </property>
            </widget>
           </item>
           <item>
-           <layout class="QHBoxLayout" >
-            <property name="spacing" >
-             <number>6</number>
-            </property>
-            <property name="margin" >
-             <number>0</number>
-            </property>
+           <layout class="QHBoxLayout">
             <item>
              <spacer>
-              <property name="orientation" >
+              <property name="orientation">
                <enum>Qt::Horizontal</enum>
               </property>
-              <property name="sizeType" >
+              <property name="sizeType">
                <enum>QSizePolicy::Fixed</enum>
               </property>
-              <property name="sizeHint" stdset="0" >
+              <property name="sizeHint" stdset="0">
                <size>
                 <width>30</width>
                 <height>20</height>
@@ -296,37 +231,31 @@
              </spacer>
             </item>
             <item>
-             <layout class="QGridLayout" >
-              <property name="margin" >
-               <number>0</number>
-              </property>
-              <property name="spacing" >
-               <number>6</number>
-              </property>
-              <item row="1" column="0" >
-               <widget class="QLabel" name="label_2" >
-                <property name="text" >
+             <layout class="QGridLayout">
+              <item row="1" column="0">
+               <widget class="QLabel" name="label_2">
+                <property name="text">
                  <string>Y:</string>
                 </property>
                </widget>
               </item>
-              <item row="0" column="0" >
-               <widget class="QLabel" name="label" >
-                <property name="text" >
+              <item row="0" column="0">
+               <widget class="QLabel" name="label">
+                <property name="text">
                  <string>X:</string>
                 </property>
                </widget>
               </item>
-              <item row="1" column="1" >
-               <widget class="ScrSpinBox" name="yPosScrSpinBox" >
-                <property name="toolTip" >
+              <item row="1" column="1">
+               <widget class="ScrSpinBox" name="yPosScrSpinBox">
+                <property name="toolTip">
                  <string>Top position of the inserted frame</string>
                 </property>
                </widget>
               </item>
-              <item row="0" column="1" >
-               <widget class="ScrSpinBox" name="xPosScrSpinBox" >
-                <property name="toolTip" >
+              <item row="0" column="1">
+               <widget class="ScrSpinBox" name="xPosScrSpinBox">
+                <property name="toolTip">
                  <string>Left position of the inserted frame</string>
                 </property>
                </widget>
@@ -335,10 +264,10 @@
             </item>
             <item>
              <spacer>
-              <property name="orientation" >
+              <property name="orientation">
                <enum>Qt::Horizontal</enum>
               </property>
-              <property name="sizeHint" stdset="0" >
+              <property name="sizeHint" stdset="0">
                <size>
                 <width>40</width>
                 <height>20</height>
@@ -350,10 +279,10 @@
           </item>
           <item>
            <spacer>
-            <property name="orientation" >
+            <property name="orientation">
              <enum>Qt::Vertical</enum>
             </property>
-            <property name="sizeHint" stdset="0" >
+            <property name="sizeHint" stdset="0">
              <size>
               <width>20</width>
               <height>31</height>
@@ -366,107 +295,81 @@
        </item>
       </layout>
      </widget>
-     <widget class="QWidget" name="sizeTab" >
-      <property name="geometry" >
-       <rect>
-        <x>0</x>
-        <y>0</y>
-        <width>441</width>
-        <height>278</height>
-       </rect>
-      </property>
-      <attribute name="title" >
+     <widget class="QWidget" name="sizeTab">
+      <attribute name="title">
        <string>&Size</string>
       </attribute>
-      <layout class="QHBoxLayout" >
-       <property name="spacing" >
-        <number>6</number>
-       </property>
-       <property name="margin" >
-        <number>9</number>
-       </property>
+      <layout class="QHBoxLayout">
        <item>
-        <widget class="QGroupBox" name="sizeGroupBox" >
-         <property name="toolTip" >
+        <widget class="QGroupBox" name="sizeGroupBox">
+         <property name="toolTip">
           <string/>
          </property>
-         <property name="title" >
+         <property name="title">
           <string/>
          </property>
-         <layout class="QVBoxLayout" >
-          <property name="spacing" >
-           <number>6</number>
-          </property>
-          <property name="margin" >
-           <number>9</number>
-          </property>
-          <item>
-           <widget class="QRadioButton" name="radioButtonPageMarginSize" >
-            <property name="toolTip" >
+         <layout class="QVBoxLayout">
+          <item>
+           <widget class="QRadioButton" name="radioButtonPageMarginSize">
+            <property name="toolTip">
              <string>Insert the new frame with the same dimensions as the page margins</string>
             </property>
-            <property name="text" >
+            <property name="text">
              <string>Same as the Page Margins</string>
             </property>
            </widget>
           </item>
           <item>
-           <widget class="QRadioButton" name="radioButtonPageSize" >
-            <property name="toolTip" >
+           <widget class="QRadioButton" name="radioButtonPageSize">
+            <property name="toolTip">
              <string>Insert the new frame with the same dimensions as the page</string>
             </property>
-            <property name="text" >
+            <property name="text">
              <string>Same as the Page</string>
             </property>
            </widget>
           </item>
           <item>
-           <widget class="QRadioButton" name="radioButtonBleedSize" >
-            <property name="toolTip" >
+           <widget class="QRadioButton" name="radioButtonBleedSize">
+            <property name="toolTip">
              <string>Insert the new frame with the same dimensions as the bleed area outside the boundary of the page itself</string>
             </property>
-            <property name="text" >
+            <property name="text">
              <string>Same as the Bleed</string>
             </property>
            </widget>
           </item>
           <item>
-           <widget class="QRadioButton" name="radioButtonImageSize" >
-            <property name="toolTip" >
+           <widget class="QRadioButton" name="radioButtonImageSize">
+            <property name="toolTip">
              <string>Insert the new frame with the same dimensions as the image that will be imported</string>
             </property>
-            <property name="text" >
+            <property name="text">
              <string>Same as the Imported Image</string>
             </property>
            </widget>
           </item>
           <item>
-           <widget class="QRadioButton" name="radioButtonCustomSize" >
-            <property name="toolTip" >
+           <widget class="QRadioButton" name="radioButtonCustomSize">
+            <property name="toolTip">
              <string>Insert the new frame with a custom size</string>
             </property>
-            <property name="text" >
+            <property name="text">
              <string>Custom Size</string>
             </property>
            </widget>
           </item>
           <item>
-           <layout class="QHBoxLayout" >
-            <property name="spacing" >
-             <number>6</number>
-            </property>
-            <property name="margin" >
-             <number>0</number>
-            </property>
+           <layout class="QHBoxLayout">
             <item>
              <spacer>
-              <property name="orientation" >
+              <property name="orientation">
                <enum>Qt::Horizontal</enum>
               </property>
-              <property name="sizeType" >
+              <property name="sizeType">
                <enum>QSizePolicy::Fixed</enum>
               </property>
-              <property name="sizeHint" stdset="0" >
+              <property name="sizeHint" stdset="0">
                <size>
                 <width>30</width>
                 <height>20</height>
@@ -475,37 +378,31 @@
              </spacer>
             </item>
             <item>
-             <layout class="QGridLayout" >
-              <property name="margin" >
-               <number>0</number>
-              </property>
-              <property name="spacing" >
-               <number>6</number>
-              </property>
-              <item row="1" column="0" >
-               <widget class="QLabel" name="label_3" >
-                <property name="text" >
+             <layout class="QGridLayout">
+              <item row="1" column="0">
+               <widget class="QLabel" name="label_3">
+                <property name="text">
                  <string>Height:</string>
                 </property>
                </widget>
               </item>
-              <item row="0" column="0" >
-               <widget class="QLabel" name="label_4" >
-                <property name="text" >
+              <item row="0" column="0">
+               <widget class="QLabel" name="label_4">
+                <property name="text">
                  <string>Width:</string>
                 </property>
                </widget>
               </item>
-              <item row="0" column="1" >
-               <widget class="ScrSpinBox" name="widthScrSpinBox" >
-                <property name="toolTip" >
+              <item row="0" column="1">
+               <widget class="ScrSpinBox" name="widthScrSpinBox">
+                <property name="toolTip">
                  <string>Width of the inserted frame</string>
                 </property>
                </widget>
               </item>
-              <item row="1" column="1" >
-               <widget class="ScrSpinBox" name="heightScrSpinBox" >
-                <property name="toolTip" >
+              <item row="1" column="1">
+               <widget class="ScrSpinBox" name="heightScrSpinBox">
+                <property name="toolTip">
                  <string>Height of the inserted frame</string>
                 </property>
                </widget>
@@ -514,10 +411,10 @@
             </item>
             <item>
              <spacer>
-              <property name="orientation" >
+              <property name="orientation">
                <enum>Qt::Horizontal</enum>
               </property>
-              <property name="sizeHint" stdset="0" >
+              <property name="sizeHint" stdset="0">
                <size>
                 <width>40</width>
                 <height>20</height>
@@ -529,10 +426,10 @@
           </item>
           <item>
            <spacer>
-            <property name="orientation" >
+            <property name="orientation">
              <enum>Qt::Vertical</enum>
             </property>
-            <property name="sizeHint" stdset="0" >
+            <property name="sizeHint" stdset="0">
              <size>
               <width>20</width>
               <height>40</height>
@@ -545,83 +442,49 @@
        </item>
       </layout>
      </widget>
-     <widget class="QWidget" name="optionsTab" >
-      <property name="geometry" >
-       <rect>
-        <x>0</x>
-        <y>0</y>
-        <width>441</width>
-        <height>278</height>
-       </rect>
-      </property>
-      <attribute name="title" >
+     <widget class="QWidget" name="optionsTab">
+      <attribute name="title">
        <string>&Options</string>
       </attribute>
-      <layout class="QVBoxLayout" >
-       <property name="spacing" >
-        <number>6</number>
-       </property>
-       <property name="margin" >
-        <number>9</number>
-       </property>
+      <layout class="QVBoxLayout">
        <item>
-        <widget class="QStackedWidget" name="optionsStackedWidget" >
-         <property name="currentIndex" >
+        <widget class="QStackedWidget" name="optionsStackedWidget">
+         <property name="currentIndex">
           <number>0</number>
          </property>
-         <widget class="QWidget" name="page" >
-          <property name="geometry" >
-           <rect>
-            <x>0</x>
-            <y>0</y>
-            <width>423</width>
-            <height>260</height>
-           </rect>
-          </property>
-          <layout class="QVBoxLayout" name="verticalLayout" >
+         <widget class="QWidget" name="page">
+          <layout class="QVBoxLayout" name="verticalLayout">
            <item>
-            <layout class="QHBoxLayout" >
-             <property name="spacing" >
-              <number>6</number>
-             </property>
-             <property name="margin" >
-              <number>0</number>
-             </property>
-             <item>
-              <layout class="QGridLayout" >
-               <property name="margin" >
-                <number>0</number>
-               </property>
-               <property name="spacing" >
-                <number>6</number>
-               </property>
-               <item row="0" column="1" >
-                <widget class="QSpinBox" name="textColumnCountSpinBox" >
-                 <property name="toolTip" >
+            <layout class="QHBoxLayout">
+             <item>
+              <layout class="QGridLayout">
+               <item row="0" column="1">
+                <widget class="QSpinBox" name="textColumnCountSpinBox">
+                 <property name="toolTip">
                   <string>Number of columns for the inserted text frame</string>
                  </property>
-                 <property name="minimum" >
+                 <property name="minimum">
                   <number>1</number>
                  </property>
                 </widget>
                </item>
-               <item row="1" column="0" >
-                <widget class="QLabel" name="textColumnGapLabel" >
-                 <property name="text" >
+               <item row="1" column="0">
+                <widget class="QLabel" name="textColumnGapLabel">
+                 <property name="text">
                   <string>Gap:</string>
                  </property>
                 </widget>
                </item>
-               <item row="1" column="1" >
-                <widget class="ScrSpinBox" name="textColumnGapScrSpinBox" >
-                 <property name="toolTip" >
+               <item row="1" column="1">
+                <widget class="ScrSpinBox" name="textColumnGapScrSpinBox">
+                 <property name="toolTip">
                   <string>Distance between the columns in the text frame</string>
                  </property>
                 </widget>
                </item>
-               <item row="0" column="0" >
-                <widget class="QLabel" name="textColumnCountLabel" >
-                 <property name="text" >
+               <item row="0" column="0">
+                <widget class="QLabel" name="textColumnCountLabel">
+                 <property name="text">
                   <string>Columns:</string>
                  </property>
                 </widget>
@@ -630,10 +493,10 @@
              </item>
              <item>
               <spacer>
-               <property name="orientation" >
+               <property name="orientation">
                 <enum>Qt::Horizontal</enum>
                </property>
-               <property name="sizeHint" stdset="0" >
+               <property name="sizeHint" stdset="0">
                 <size>
                  <width>40</width>
                  <height>20</height>
@@ -644,39 +507,39 @@
             </layout>
            </item>
            <item>
-            <widget class="QCheckBox" name="checkBoxLinkCreatedTextFrames" >
-             <property name="toolTip" >
+            <widget class="QCheckBox" name="checkBoxLinkCreatedTextFrames">
+             <property name="toolTip">
               <string>Link the inserted text frames together to form a chain of frames</string>
              </property>
-             <property name="text" >
+             <property name="text">
               <string>Link Inserted Frames</string>
              </property>
             </widget>
            </item>
            <item>
-            <layout class="QHBoxLayout" name="horizontalLayout" >
-             <item>
-              <widget class="QCheckBox" name="checkBoxLinkToExistingFrame" >
-               <property name="toolTip" >
+            <layout class="QHBoxLayout" name="horizontalLayout">
+             <item>
+              <widget class="QCheckBox" name="checkBoxLinkToExistingFrame">
+               <property name="toolTip">
                 <string>Link the first inserted frame to a preexisting text frame</string>
                </property>
-               <property name="text" >
+               <property name="text">
                 <string>Link to Existing Frame</string>
                </property>
               </widget>
              </item>
              <item>
-              <widget class="QComboBox" name="comboBoxLinkToExistingFrameName" >
-               <property name="enabled" >
+              <widget class="QComboBox" name="comboBoxLinkToExistingFrameName">
+               <property name="enabled">
                 <bool>false</bool>
                </property>
-               <property name="sizePolicy" >
-                <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
+               <property name="sizePolicy">
+                <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
                  <horstretch>0</horstretch>
                  <verstretch>0</verstretch>
                 </sizepolicy>
                </property>
-               <property name="toolTip" >
+               <property name="toolTip">
                 <string>Name of existing text frame to link to</string>
                </property>
               </widget>
@@ -684,30 +547,24 @@
             </layout>
            </item>
            <item>
-            <layout class="QHBoxLayout" >
-             <property name="spacing" >
-              <number>6</number>
-             </property>
-             <property name="margin" >
-              <number>0</number>
-             </property>
-             <item>
-              <widget class="QLabel" name="sourceDocLabel" >
-               <property name="text" >
+            <layout class="QHBoxLayout">
+             <item>
+              <widget class="QLabel" name="sourceDocLabel">
+               <property name="text">
                 <string>Source Document:</string>
                </property>
               </widget>
              </item>
              <item>
-              <widget class="QLineEdit" name="sourceDocLineEdit" >
-               <property name="toolTip" >
+              <widget class="QLineEdit" name="sourceDocLineEdit">
+               <property name="toolTip">
                 <string>Source document to load into the text frame</string>
                </property>
               </widget>
              </item>
              <item>
-              <widget class="QToolButton" name="selectDocFileButton" >
-               <property name="text" >
+              <widget class="QToolButton" name="selectDocFileButton">
+               <property name="text">
                 <string>...</string>
                </property>
               </widget>
@@ -716,10 +573,10 @@
            </item>
            <item>
             <spacer>
-             <property name="orientation" >
+             <property name="orientation">
               <enum>Qt::Vertical</enum>
              </property>
-             <property name="sizeHint" stdset="0" >
+             <property name="sizeHint" stdset="0">
               <size>
                <width>20</width>
                <height>40</height>
@@ -729,47 +586,27 @@
            </item>
           </layout>
          </widget>
-         <widget class="QWidget" name="page_2" >
-          <property name="geometry" >
-           <rect>
-            <x>0</x>
-            <y>0</y>
-            <width>423</width>
-            <height>260</height>
-           </rect>
-          </property>
-          <layout class="QVBoxLayout" >
-           <property name="spacing" >
-            <number>6</number>
-           </property>
-           <property name="margin" >
-            <number>9</number>
-           </property>
+         <widget class="QWidget" name="page_2">
+          <layout class="QVBoxLayout">
            <item>
-            <layout class="QHBoxLayout" >
-             <property name="spacing" >
-              <number>6</number>
-             </property>
-             <property name="margin" >
-              <number>0</number>
-             </property>
-             <item>
-              <widget class="QLabel" name="sourceImageLabel" >
-               <property name="text" >
+            <layout class="QHBoxLayout">
+             <item>
+              <widget class="QLabel" name="sourceImageLabel">
+               <property name="text">
                 <string>Source Image:</string>
                </property>
               </widget>
              </item>
              <item>
-              <widget class="QLineEdit" name="sourceImageLineEdit" >
-               <property name="toolTip" >
+              <widget class="QLineEdit" name="sourceImageLineEdit">
+               <property name="toolTip">
                 <string>Source image to load into the inserted image frame</string>
                </property>
               </widget>
              </item>
              <item>
-              <widget class="QToolButton" name="selectImageFileButton" >
-               <property name="text" >
+              <widget class="QToolButton" name="selectImageFileButton">
+               <property name="text">
                 <string>...</string>
                </property>
               </widget>
@@ -778,10 +615,10 @@
            </item>
            <item>
             <spacer>
-             <property name="orientation" >
+             <property name="orientation">
               <enum>Qt::Vertical</enum>
              </property>
-             <property name="sizeHint" stdset="0" >
+             <property name="sizeHint" stdset="0">
               <size>
                <width>20</width>
                <height>40</height>
@@ -791,28 +628,14 @@
            </item>
           </layout>
          </widget>
-         <widget class="QWidget" name="page_3" >
-          <property name="geometry" >
-           <rect>
-            <x>0</x>
-            <y>0</y>
-            <width>423</width>
-            <height>260</height>
-           </rect>
-          </property>
-          <layout class="QVBoxLayout" >
-           <property name="spacing" >
-            <number>6</number>
-           </property>
-           <property name="margin" >
-            <number>9</number>
-           </property>
+         <widget class="QWidget" name="page_3">
+          <layout class="QVBoxLayout">
            <item>
-            <widget class="QLabel" name="label_9" >
-             <property name="text" >
+            <widget class="QLabel" name="label_9">
+             <property name="text">
               <string>There are no options for this type of frame</string>
              </property>
-             <property name="alignment" >
+             <property name="alignment">
               <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
              </property>
             </widget>
@@ -826,11 +649,11 @@
     </widget>
    </item>
    <item>
-    <widget class="QDialogButtonBox" name="buttonBox" >
-     <property name="orientation" >
+    <widget class="QDialogButtonBox" name="buttonBox">
+     <property name="orientation">
       <enum>Qt::Horizontal</enum>
      </property>
-     <property name="standardButtons" >
+     <property name="standardButtons">
       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
      </property>
     </widget>
@@ -852,11 +675,11 @@
    <receiver>InsertAFrame</receiver>
    <slot>accept()</slot>
    <hints>
-    <hint type="sourcelabel" >
+    <hint type="sourcelabel">
      <x>248</x>
      <y>254</y>
     </hint>
-    <hint type="destinationlabel" >
+    <hint type="destinationlabel">
      <x>157</x>
      <y>274</y>
     </hint>
@@ -868,11 +691,11 @@
    <receiver>InsertAFrame</receiver>
    <slot>reject()</slot>
    <hints>
-    <hint type="sourcelabel" >
+    <hint type="sourcelabel">
      <x>316</x>
      <y>260</y>
     </hint>
-    <hint type="destinationlabel" >
+    <hint type="destinationlabel">
      <x>286</x>
      <y>274</y>
     </hint>




More information about the scribus-commit mailing list