Ignore:
Timestamp:
Jan 25, 2025, 10:36:28 PM (7 days ago)
Author:
chronos
Message:
  • Fixed: Workaround to show checkboxes on Qt5 in import sources and acronym categories.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormCategories.lfm

    r230 r234  
    7070      Action = ARemove
    7171    end
     72    object ToolButton4: TToolButton
     73      Left = 106
     74      Top = 2
     75      Action = AEnable
     76    end
     77    object ToolButton5: TToolButton
     78      Left = 141
     79      Top = 2
     80      Action = ADisable
     81    end
    7282  end
    7383  object ActionList1: TActionList
     
    100110    object AEnable: TAction
    101111      Caption = 'Enable'
     112      ImageIndex = 24
    102113      OnExecute = AEnableExecute
    103114    end
    104115    object ADisable: TAction
    105116      Caption = 'Disable'
     117      ImageIndex = 23
    106118      OnExecute = ADisableExecute
    107119    end
Note: See TracChangeset for help on using the changeset viewer.