This commit is contained in:
朱子楚\zhuzi 2023-10-02 20:16:38 +08:00
parent 3c7499c48b
commit 91ba4d4792
7 changed files with 7 additions and 3 deletions

View File

@ -89,7 +89,7 @@ jobs:
- name: inno setup install
if: startsWith(github.event.ref, 'refs/tags/')
uses: zhuzichu520/inno-setup-action@v1.0.0
uses: nadeemjazmawe/inno-setup-action-cli@v6.0.5
with:
filepath: ./action-cli/InstallerScript.iss

View File

@ -76,7 +76,7 @@ jobs:
- name: inno setup install
if: startsWith(github.event.ref, 'refs/tags/')
uses: zhuzichu520/inno-setup-action@v1.0.0
uses: nadeemjazmawe/inno-setup-action-cli@v6.0.5
with:
filepath: ./action-cli/InstallerScript.iss

View File

@ -78,7 +78,7 @@ jobs:
- name: inno setup install
if: startsWith(github.event.ref, 'refs/tags/')
uses: zhuzichu520/inno-setup-action@v1.0.0
uses: nadeemjazmawe/inno-setup-action-cli@v6.0.5
with:
filepath: ./action-cli/InstallerScript.iss

View File

@ -56,6 +56,7 @@ FluContentPage{
onClicked: {
table_view.closeEditor()
tableModel.removeRow(row)
checkBoxChanged()
}
}
FluFilledButton{

View File

@ -57,6 +57,7 @@ FluContentPage{
onClicked: {
table_view.closeEditor()
tableModel.removeRow(row)
checkBoxChanged()
}
}
FluFilledButton{

View File

@ -10,6 +10,7 @@ Rectangle {
property color selectionColor: FluTools.colorAlpha(FluTheme.primaryColor.lightest,0.6)
property color hoverButtonColor: FluTools.colorAlpha(selectionColor,0.2)
property color pressedButtonColor: FluTools.colorAlpha(selectionColor,0.4)
property alias tableModel: table_model
id:control
color: FluTheme.dark ? Qt.rgba(39/255,39/255,39/255,1) : Qt.rgba(251/255,251/255,253/255,1)
onColumnSourceChanged: {

View File

@ -11,6 +11,7 @@ Rectangle {
property color selectionColor: Qt.alpha(FluTheme.primaryColor.lightest,0.6)
property color hoverButtonColor: Qt.alpha(selectionColor,0.2)
property color pressedButtonColor: Qt.alpha(selectionColor,0.4)
property alias tableModel: table_model
id:control
color: FluTheme.dark ? Qt.rgba(39/255,39/255,39/255,1) : Qt.rgba(251/255,251/255,253/255,1)
onColumnSourceChanged: {