]> git.lyx.org Git - features.git/commitdiff
PDFSupportUi.ui: fix enabling of checkboxes.
authorJürgen Spitzmüller <spitz@lyx.org>
Tue, 18 Mar 2008 14:33:22 +0000 (14:33 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Tue, 18 Mar 2008 14:33:22 +0000 (14:33 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23808 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/ui/PDFSupportUi.ui

index 4c11ad4ec3fcbeade3cab855e3bc060fe314cfd7..baa9e1d66788cb85e51dfb64d8cb1449d3d28f4f 100644 (file)
              </property>
              <item row="1" column="0" colspan="3" >
               <widget class="QCheckBox" name="bookmarksopenGB" >
-               <property name="enabled" >
-                <bool>false</bool>
-               </property>
                <property name="text" >
                 <string>&amp;Open bookmarks</string>
                </property>
              </item>
              <item row="2" column="2" >
               <widget class="QSpinBox" name="bookmarksopenlevelSB" >
-               <property name="enabled" >
-                <bool>false</bool>
-               </property>
                <property name="toolTip" >
                 <string>Number of levels</string>
                </property>
   </layout>
  </widget>
  <resources/>
- <connections>
-  <connection>
-   <sender>bookmarksopenGB</sender>
-   <signal>toggled(bool)</signal>
-   <receiver>label</receiver>
-   <slot>setEnabled(bool)</slot>
-   <hints>
-    <hint type="sourcelabel" >
-     <x>59</x>
-     <y>242</y>
-    </hint>
-    <hint type="destinationlabel" >
-     <x>86</x>
-     <y>267</y>
-    </hint>
-   </hints>
-  </connection>
-  <connection>
-   <sender>bookmarksopenGB</sender>
-   <signal>toggled(bool)</signal>
-   <receiver>bookmarksopenlevelSB</receiver>
-   <slot>setEnabled(bool)</slot>
-   <hints>
-    <hint type="sourcelabel" >
-     <x>82</x>
-     <y>240</y>
-    </hint>
-    <hint type="destinationlabel" >
-     <x>139</x>
-     <y>275</y>
-    </hint>
-   </hints>
-  </connection>
- </connections>
 </ui>