Pārlūkot izejas kodu

ctkWorkflowGroupBox - Use ctkDynamicSpacer::setActive

Due to the recent changes of ctkDynamicSpacer API, slot 'activate(bool)'
has been removed in favor of 'setActive(bool)' and 'setInactive(bool)'.
Jean-Christophe Fillion-Robin 14 gadi atpakaļ
vecāks
revīzija
935977669d
1 mainītis faili ar 4 papildinājumiem un 1 dzēšanām
  1. 4 1
      Libs/Widgets/Resources/UI/ctkWorkflowGroupBox.ui

+ 4 - 1
Libs/Widgets/Resources/UI/ctkWorkflowGroupBox.ui

@@ -188,6 +188,9 @@
        <verstretch>0</verstretch>
       </sizepolicy>
      </property>
+     <property name="active">
+      <bool>true</bool>
+     </property>
      <property name="activate" stdset="0">
       <bool>true</bool>
      </property>
@@ -219,7 +222,7 @@
    <sender>CollapsibleButton</sender>
    <signal>toggled(bool)</signal>
    <receiver>DynamicSpacer</receiver>
-   <slot>activate(bool)</slot>
+   <slot>setActive(bool)</slot>
    <hints>
     <hint type="sourcelabel">
      <x>260</x>