Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
acsboard286
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cs
gui
acsboard286
Commits
9b827381
Commit
9b827381
authored
3 years ago
by
Lucio Zambon
Browse files
Options
Downloads
Patches
Plain Diff
change label
parent
cc68549f
No related branches found
No related tags found
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Makefile
+1818
-176
1818 additions, 176 deletions
Makefile
src/acsboard286.ui
+2
-2
2 additions, 2 deletions
src/acsboard286.ui
src/ui_acsboard286.h
+0
-122
0 additions, 122 deletions
src/ui_acsboard286.h
with
1820 additions
and
300 deletions
Makefile
+
1818
−
176
View file @
9b827381
This diff is collapsed.
Click to expand it.
src/acsboard286.ui
+
2
−
2
View file @
9b827381
...
...
@@ -157,7 +157,7 @@
</font>
</property>
<property
name=
"text"
>
<string>
ERR_MOD_K16_HV_
ABI
</string>
<string>
ERR_MOD_K16_HV_
OFF
</string>
</property>
</widget>
<widget
class=
"QCheckBox"
name=
"checkBox_2"
>
...
...
@@ -189,7 +189,7 @@
</font>
</property>
<property
name=
"text"
>
<string>
ERR_MOD_K16_RF_
ABI
</string>
<string>
ERR_MOD_K16_RF_
OFF
</string>
</property>
</widget>
<widget
class=
"QCheckBox"
name=
"checkBox_3"
>
...
...
This diff is collapsed.
Click to expand it.
src/ui_acsboard286.h
deleted
100644 → 0
+
0
−
122
View file @
cc68549f
/********************************************************************************
** Form generated from reading UI file 'acsboard286.ui'
**
** Created by: Qt User Interface Compiler version 5.11.1
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_ACSBOARD286_H
#define UI_ACSBOARD286_H
#include
<QtCore/QVariant>
#include
<QtWidgets/QApplication>
#include
<QtWidgets/QCheckBox>
#include
<QtWidgets/QFrame>
#include
<QtWidgets/QLabel>
#include
<QtWidgets/QWidget>
QT_BEGIN_NAMESPACE
class
Ui_acsboard286
{
public:
QCheckBox
*
checkBox_0
;
QFrame
*
line_4
;
QLabel
*
label_0
;
QFrame
*
line_14
;
QCheckBox
*
checkBox_1
;
QLabel
*
label_1
;
QFrame
*
line_15
;
QFrame
*
line_16
;
QLabel
*
label_2
;
QCheckBox
*
checkBox_2
;
QLabel
*
label_3
;
QCheckBox
*
checkBox_3
;
void
setupUi
(
QWidget
*
acsboard286
)
{
if
(
acsboard286
->
objectName
().
isEmpty
())
acsboard286
->
setObjectName
(
QStringLiteral
(
"acsboard286"
));
acsboard286
->
resize
(
670
,
120
);
acsboard286
->
setMinimumSize
(
QSize
(
670
,
60
));
acsboard286
->
setMaximumSize
(
QSize
(
670
,
1200
));
checkBox_0
=
new
QCheckBox
(
acsboard286
);
checkBox_0
->
setObjectName
(
QStringLiteral
(
"checkBox_0"
));
checkBox_0
->
setGeometry
(
QRect
(
645
,
7
,
16
,
21
));
line_4
=
new
QFrame
(
acsboard286
);
line_4
->
setObjectName
(
QStringLiteral
(
"line_4"
));
line_4
->
setGeometry
(
QRect
(
635
,
0
,
2
,
361
));
line_4
->
setFrameShape
(
QFrame
::
VLine
);
line_4
->
setFrameShadow
(
QFrame
::
Sunken
);
label_0
=
new
QLabel
(
acsboard286
);
label_0
->
setObjectName
(
QStringLiteral
(
"label_0"
));
label_0
->
setGeometry
(
QRect
(
5
,
10
,
480
,
18
));
QFont
font
;
font
.
setBold
(
true
);
font
.
setWeight
(
75
);
label_0
->
setFont
(
font
);
line_14
=
new
QFrame
(
acsboard286
);
line_14
->
setObjectName
(
QStringLiteral
(
"line_14"
));
line_14
->
setGeometry
(
QRect
(
0
,
30
,
780
,
2
));
line_14
->
setFrameShape
(
QFrame
::
HLine
);
line_14
->
setFrameShadow
(
QFrame
::
Sunken
);
checkBox_1
=
new
QCheckBox
(
acsboard286
);
checkBox_1
->
setObjectName
(
QStringLiteral
(
"checkBox_1"
));
checkBox_1
->
setGeometry
(
QRect
(
645
,
37
,
16
,
21
));
label_1
=
new
QLabel
(
acsboard286
);
label_1
->
setObjectName
(
QStringLiteral
(
"label_1"
));
label_1
->
setGeometry
(
QRect
(
5
,
40
,
480
,
18
));
label_1
->
setFont
(
font
);
line_15
=
new
QFrame
(
acsboard286
);
line_15
->
setObjectName
(
QStringLiteral
(
"line_15"
));
line_15
->
setGeometry
(
QRect
(
0
,
60
,
780
,
2
));
line_15
->
setFrameShape
(
QFrame
::
HLine
);
line_15
->
setFrameShadow
(
QFrame
::
Sunken
);
line_16
=
new
QFrame
(
acsboard286
);
line_16
->
setObjectName
(
QStringLiteral
(
"line_16"
));
line_16
->
setGeometry
(
QRect
(
0
,
90
,
780
,
2
));
line_16
->
setFrameShape
(
QFrame
::
HLine
);
line_16
->
setFrameShadow
(
QFrame
::
Sunken
);
label_2
=
new
QLabel
(
acsboard286
);
label_2
->
setObjectName
(
QStringLiteral
(
"label_2"
));
label_2
->
setGeometry
(
QRect
(
5
,
70
,
480
,
18
));
label_2
->
setFont
(
font
);
checkBox_2
=
new
QCheckBox
(
acsboard286
);
checkBox_2
->
setObjectName
(
QStringLiteral
(
"checkBox_2"
));
checkBox_2
->
setGeometry
(
QRect
(
645
,
67
,
16
,
21
));
label_3
=
new
QLabel
(
acsboard286
);
label_3
->
setObjectName
(
QStringLiteral
(
"label_3"
));
label_3
->
setGeometry
(
QRect
(
5
,
100
,
480
,
18
));
label_3
->
setFont
(
font
);
checkBox_3
=
new
QCheckBox
(
acsboard286
);
checkBox_3
->
setObjectName
(
QStringLiteral
(
"checkBox_3"
));
checkBox_3
->
setGeometry
(
QRect
(
645
,
97
,
16
,
21
));
retranslateUi
(
acsboard286
);
QMetaObject
::
connectSlotsByName
(
acsboard286
);
}
// setupUi
void
retranslateUi
(
QWidget
*
acsboard286
)
{
acsboard286
->
setWindowTitle
(
QApplication
::
translate
(
"acsboard286"
,
"BOARD 286 - ingressi"
,
nullptr
));
checkBox_0
->
setText
(
QString
());
label_0
->
setText
(
QApplication
::
translate
(
"acsboard286"
,
"ERR_MODK11_HV_OFF"
,
nullptr
));
checkBox_1
->
setText
(
QString
());
label_1
->
setText
(
QApplication
::
translate
(
"acsboard286"
,
"ERR_MODK11_RF_OFF"
,
nullptr
));
label_2
->
setText
(
QApplication
::
translate
(
"acsboard286"
,
"ERR_MOD_K16_HV_ABI"
,
nullptr
));
checkBox_2
->
setText
(
QString
());
label_3
->
setText
(
QApplication
::
translate
(
"acsboard286"
,
"ERR_MOD_K16_RF_ABI"
,
nullptr
));
checkBox_3
->
setText
(
QString
());
}
// retranslateUi
};
namespace
Ui
{
class
acsboard286
:
public
Ui_acsboard286
{};
}
// namespace Ui
QT_END_NAMESPACE
#endif // UI_ACSBOARD286_H
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment