~ubuntu-branches/ubuntu/maverick/luckybackup/maverick

« back to all changes in this revision

Viewing changes to ui/scheduleDialog.ui

  • Committer: Andrew Starr-Bochicchio
  • Date: 2010-05-26 04:01:25 UTC
  • mfrom: (4.1.1 sid)
  • Revision ID: a.starr.b@gmail.com-20100526040125-9fjy5y0jyzlrbkny
Tags: 0.4.0-1ubuntu1
* Merge from Debian unstable. Remaining Ubuntu changes:
 - Use gksu to launch in superuser mode as Ubuntu
   doesn't use su-to-root.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
  <layout class="QGridLayout" name="gridLayout_4">
24
24
   <item row="0" column="0">
25
25
    <widget class="QFrame" name="frame_image">
 
26
     <property name="sizePolicy">
 
27
      <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 
28
       <horstretch>0</horstretch>
 
29
       <verstretch>0</verstretch>
 
30
      </sizepolicy>
 
31
     </property>
26
32
     <property name="maximumSize">
27
33
      <size>
28
 
       <width>30</width>
 
34
       <width>20</width>
29
35
       <height>30</height>
30
36
      </size>
31
37
     </property>
64
70
     </property>
65
71
    </widget>
66
72
   </item>
67
 
   <item row="1" column="0" colspan="4">
 
73
   <item row="1" column="0" colspan="5">
68
74
    <layout class="QGridLayout" name="gridLayout_3">
69
75
     <item row="0" column="0">
70
76
      <widget class="QListWidget" name="listWidget_schedule">
161
167
     </item>
162
168
    </layout>
163
169
   </item>
164
 
   <item row="2" column="0" colspan="4">
 
170
   <item row="2" column="0" colspan="5">
165
171
    <widget class="QGroupBox" name="groupBox_addProfileSchedule">
166
172
     <property name="enabled">
167
173
      <bool>true</bool>
228
234
          </property>
229
235
         </widget>
230
236
        </item>
 
237
        <item row="1" column="1">
 
238
         <widget class="QCheckBox" name="checkBox_consoleMode">
 
239
          <property name="cursor">
 
240
           <cursorShape>PointingHandCursor</cursorShape>
 
241
          </property>
 
242
          <property name="toolTip">
 
243
           <string>Check this if your machine does not support a graphical environment (eg server)</string>
 
244
          </property>
 
245
          <property name="text">
 
246
           <string>Console Mode</string>
 
247
          </property>
 
248
         </widget>
 
249
        </item>
231
250
        <item row="2" column="0">
232
251
         <widget class="QLabel" name="label_executeEveryHour">
233
252
          <property name="sizePolicy">
306
325
            </property>
307
326
           </widget>
308
327
          </item>
 
328
          <item>
 
329
           <widget class="QCheckBox" name="checkBox_reboot">
 
330
            <property name="cursor">
 
331
             <cursorShape>PointingHandCursor</cursorShape>
 
332
            </property>
 
333
            <property name="toolTip">
 
334
             <string>Run once, at startup</string>
 
335
            </property>
 
336
            <property name="text">
 
337
             <string>@ reboot</string>
 
338
            </property>
 
339
           </widget>
 
340
          </item>
309
341
         </layout>
310
342
        </item>
311
343
        <item row="3" column="0">
642
674
          </item>
643
675
         </widget>
644
676
        </item>
645
 
        <item row="1" column="1">
646
 
         <widget class="QCheckBox" name="checkBox_consoleMode">
647
 
          <property name="cursor">
648
 
           <cursorShape>PointingHandCursor</cursorShape>
649
 
          </property>
650
 
          <property name="toolTip">
651
 
           <string>Check this if your machine does not support a graphical environment (eg server)</string>
652
 
          </property>
653
 
          <property name="text">
654
 
           <string>Console Mode</string>
655
 
          </property>
656
 
         </widget>
657
 
        </item>
658
677
       </layout>
659
678
      </item>
660
679
      <item row="1" column="0">
717
736
     </layout>
718
737
    </widget>
719
738
   </item>
720
 
   <item row="3" column="0">
721
 
    <spacer name="horizontalSpacer_2">
722
 
     <property name="orientation">
723
 
      <enum>Qt::Horizontal</enum>
724
 
     </property>
725
 
     <property name="sizeHint" stdset="0">
726
 
      <size>
727
 
       <width>387</width>
728
 
       <height>20</height>
729
 
      </size>
730
 
     </property>
731
 
    </spacer>
732
 
   </item>
733
 
   <item row="3" column="2">
 
739
   <item row="3" column="3">
734
740
    <widget class="QPushButton" name="pushButton_schedule">
735
741
     <property name="minimumSize">
736
742
      <size>
753
759
     </property>
754
760
    </widget>
755
761
   </item>
756
 
   <item row="3" column="3">
 
762
   <item row="3" column="4">
757
763
    <widget class="QPushButton" name="pushButton_cancel">
758
764
     <property name="minimumSize">
759
765
      <size>
765
771
      <cursorShape>PointingHandCursor</cursorShape>
766
772
     </property>
767
773
     <property name="toolTip">
768
 
      <string>close this dialog without saving changes (if any)</string>
 
774
      <string>close this dialog</string>
769
775
     </property>
770
776
     <property name="text">
771
 
      <string>Cancel</string>
 
777
      <string>close</string>
772
778
     </property>
773
779
     <property name="icon">
774
780
      <iconset resource="../resources/luckybackup.qrc">
776
782
     </property>
777
783
    </widget>
778
784
   </item>
 
785
   <item row="3" column="1">
 
786
    <widget class="QPushButton" name="pushButton_viewCrontab">
 
787
     <property name="sizePolicy">
 
788
      <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
 
789
       <horstretch>0</horstretch>
 
790
       <verstretch>0</verstretch>
 
791
      </sizepolicy>
 
792
     </property>
 
793
     <property name="cursor">
 
794
      <cursorShape>PointingHandCursor</cursorShape>
 
795
     </property>
 
796
     <property name="toolTip">
 
797
      <string>Display the current crontab</string>
 
798
     </property>
 
799
     <property name="text">
 
800
      <string>view current crontab</string>
 
801
     </property>
 
802
     <property name="icon">
 
803
      <iconset resource="../resources/luckybackup.qrc">
 
804
       <normaloff>:/luckyPrefix/cronView.png</normaloff>:/luckyPrefix/cronView.png</iconset>
 
805
     </property>
 
806
    </widget>
 
807
   </item>
 
808
   <item row="3" column="2">
 
809
    <spacer name="horizontalSpacer_2">
 
810
     <property name="orientation">
 
811
      <enum>Qt::Horizontal</enum>
 
812
     </property>
 
813
     <property name="sizeHint" stdset="0">
 
814
      <size>
 
815
       <width>450</width>
 
816
       <height>20</height>
 
817
      </size>
 
818
     </property>
 
819
    </spacer>
 
820
   </item>
779
821
  </layout>
780
822
 </widget>
781
823
 <tabstops>
798
840
 <resources>
799
841
  <include location="../resources/luckybackup.qrc"/>
800
842
 </resources>
801
 
 <connections/>
 
843
 <connections>
 
844
  <connection>
 
845
   <sender>checkBox_reboot</sender>
 
846
   <signal>toggled(bool)</signal>
 
847
   <receiver>spinBox_hour</receiver>
 
848
   <slot>setDisabled(bool)</slot>
 
849
   <hints>
 
850
    <hint type="sourcelabel">
 
851
     <x>497</x>
 
852
     <y>290</y>
 
853
    </hint>
 
854
    <hint type="destinationlabel">
 
855
     <x>211</x>
 
856
     <y>290</y>
 
857
    </hint>
 
858
   </hints>
 
859
  </connection>
 
860
  <connection>
 
861
   <sender>checkBox_reboot</sender>
 
862
   <signal>toggled(bool)</signal>
 
863
   <receiver>spinBox_minute</receiver>
 
864
   <slot>setDisabled(bool)</slot>
 
865
   <hints>
 
866
    <hint type="sourcelabel">
 
867
     <x>497</x>
 
868
     <y>290</y>
 
869
    </hint>
 
870
    <hint type="destinationlabel">
 
871
     <x>358</x>
 
872
     <y>290</y>
 
873
    </hint>
 
874
   </hints>
 
875
  </connection>
 
876
  <connection>
 
877
   <sender>checkBox_reboot</sender>
 
878
   <signal>toggled(bool)</signal>
 
879
   <receiver>label_executeEveryDayOfMonth</receiver>
 
880
   <slot>setDisabled(bool)</slot>
 
881
   <hints>
 
882
    <hint type="sourcelabel">
 
883
     <x>497</x>
 
884
     <y>290</y>
 
885
    </hint>
 
886
    <hint type="destinationlabel">
 
887
     <x>76</x>
 
888
     <y>387</y>
 
889
    </hint>
 
890
   </hints>
 
891
  </connection>
 
892
  <connection>
 
893
   <sender>checkBox_reboot</sender>
 
894
   <signal>toggled(bool)</signal>
 
895
   <receiver>label_executeEveryDayOfWeek</receiver>
 
896
   <slot>setDisabled(bool)</slot>
 
897
   <hints>
 
898
    <hint type="sourcelabel">
 
899
     <x>497</x>
 
900
     <y>290</y>
 
901
    </hint>
 
902
    <hint type="destinationlabel">
 
903
     <x>76</x>
 
904
     <y>323</y>
 
905
    </hint>
 
906
   </hints>
 
907
  </connection>
 
908
  <connection>
 
909
   <sender>checkBox_reboot</sender>
 
910
   <signal>toggled(bool)</signal>
 
911
   <receiver>label_executeEveryHour</receiver>
 
912
   <slot>setDisabled(bool)</slot>
 
913
   <hints>
 
914
    <hint type="sourcelabel">
 
915
     <x>497</x>
 
916
     <y>290</y>
 
917
    </hint>
 
918
    <hint type="destinationlabel">
 
919
     <x>76</x>
 
920
     <y>290</y>
 
921
    </hint>
 
922
   </hints>
 
923
  </connection>
 
924
  <connection>
 
925
   <sender>checkBox_reboot</sender>
 
926
   <signal>toggled(bool)</signal>
 
927
   <receiver>label_executeEveryMinute</receiver>
 
928
   <slot>setDisabled(bool)</slot>
 
929
   <hints>
 
930
    <hint type="sourcelabel">
 
931
     <x>497</x>
 
932
     <y>290</y>
 
933
    </hint>
 
934
    <hint type="destinationlabel">
 
935
     <x>284</x>
 
936
     <y>290</y>
 
937
    </hint>
 
938
   </hints>
 
939
  </connection>
 
940
  <connection>
 
941
   <sender>checkBox_reboot</sender>
 
942
   <signal>toggled(bool)</signal>
 
943
   <receiver>label_executeEveryMonth</receiver>
 
944
   <slot>setDisabled(bool)</slot>
 
945
   <hints>
 
946
    <hint type="sourcelabel">
 
947
     <x>497</x>
 
948
     <y>290</y>
 
949
    </hint>
 
950
    <hint type="destinationlabel">
 
951
     <x>76</x>
 
952
     <y>355</y>
 
953
    </hint>
 
954
   </hints>
 
955
  </connection>
 
956
  <connection>
 
957
   <sender>checkBox_reboot</sender>
 
958
   <signal>toggled(bool)</signal>
 
959
   <receiver>comboBox_DayOfWeek</receiver>
 
960
   <slot>setDisabled(bool)</slot>
 
961
   <hints>
 
962
    <hint type="sourcelabel">
 
963
     <x>497</x>
 
964
     <y>290</y>
 
965
    </hint>
 
966
    <hint type="destinationlabel">
 
967
     <x>354</x>
 
968
     <y>323</y>
 
969
    </hint>
 
970
   </hints>
 
971
  </connection>
 
972
  <connection>
 
973
   <sender>checkBox_reboot</sender>
 
974
   <signal>toggled(bool)</signal>
 
975
   <receiver>comboBox_dayOfMonth</receiver>
 
976
   <slot>setDisabled(bool)</slot>
 
977
   <hints>
 
978
    <hint type="sourcelabel">
 
979
     <x>497</x>
 
980
     <y>290</y>
 
981
    </hint>
 
982
    <hint type="destinationlabel">
 
983
     <x>354</x>
 
984
     <y>387</y>
 
985
    </hint>
 
986
   </hints>
 
987
  </connection>
 
988
  <connection>
 
989
   <sender>checkBox_reboot</sender>
 
990
   <signal>toggled(bool)</signal>
 
991
   <receiver>comboBox_month</receiver>
 
992
   <slot>setDisabled(bool)</slot>
 
993
   <hints>
 
994
    <hint type="sourcelabel">
 
995
     <x>497</x>
 
996
     <y>290</y>
 
997
    </hint>
 
998
    <hint type="destinationlabel">
 
999
     <x>354</x>
 
1000
     <y>355</y>
 
1001
    </hint>
 
1002
   </hints>
 
1003
  </connection>
 
1004
  <connection>
 
1005
   <sender>checkBox_reboot</sender>
 
1006
   <signal>toggled(bool)</signal>
 
1007
   <receiver>checkBox_consoleMode</receiver>
 
1008
   <slot>setChecked(bool)</slot>
 
1009
   <hints>
 
1010
    <hint type="sourcelabel">
 
1011
     <x>497</x>
 
1012
     <y>290</y>
 
1013
    </hint>
 
1014
    <hint type="destinationlabel">
 
1015
     <x>354</x>
 
1016
     <y>260</y>
 
1017
    </hint>
 
1018
   </hints>
 
1019
  </connection>
 
1020
  <connection>
 
1021
   <sender>checkBox_reboot</sender>
 
1022
   <signal>toggled(bool)</signal>
 
1023
   <receiver>checkBox_consoleMode</receiver>
 
1024
   <slot>setDisabled(bool)</slot>
 
1025
   <hints>
 
1026
    <hint type="sourcelabel">
 
1027
     <x>497</x>
 
1028
     <y>290</y>
 
1029
    </hint>
 
1030
    <hint type="destinationlabel">
 
1031
     <x>354</x>
 
1032
     <y>260</y>
 
1033
    </hint>
 
1034
   </hints>
 
1035
  </connection>
 
1036
 </connections>
802
1037
</ui>