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/FormImportSources.lfm

    r230 r234  
    4949      Action = APreview
    5050    end
     51    object ToolButton6: TToolButton
     52      Left = 176
     53      Top = 2
     54      Action = AEnable
     55    end
     56    object ToolButton7: TToolButton
     57      Left = 211
     58      Top = 2
     59      Action = ADisable
     60    end
    5161  end
    5262  object ListView1: TListView
     
    139149    object AEnable: TAction
    140150      Caption = 'Enable'
     151      ImageIndex = 24
    141152      OnExecute = AEnableExecute
    142153    end
    143154    object ADisable: TAction
    144155      Caption = 'Disable'
     156      ImageIndex = 23
    145157      OnExecute = ADisableExecute
    146158    end
Note: See TracChangeset for help on using the changeset viewer.