Skip to content

Commit

Permalink
New autoconvert
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkRivers committed Dec 21, 2023
1 parent 82a38bd commit 1606e64
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion opi/caqtdm/autoconvert/asynRecord.ui
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,16 @@ caChoice > QPushButton {
padding: 1px;
}

/* when font specified, no font sizing is done any more, font: 10pt; is not bad. You could Enable this when you converted from .adl files
caRelatedDisplay > QPushButton {
font: 10pt;
}

caShellCommand > QPushButton {
font: 10pt;
}
*/

caSlider::groove:horizontal {
border: 1px solid #bbb;
background: lightgrey;
Expand Down Expand Up @@ -1870,7 +1880,7 @@ border-radius: 2px;
<string>asynOctet Interface I/O;Register interfaces I/O;Serial port parameters;IP port parameters;GPIB parameters</string>
</property>
<property name="files">
<string>asynOctet.adl;asynRegister.adl;asynSerialPortSetup.adl;asynIPPortSetup.adl;asynGPIBSetup.adl</string>
<string>asynOctet.ui ;asynRegister.ui ;asynSerialPortSetup.ui ;asynIPPortSetup.ui ;asynGPIBSetup.ui </string>
</property>
<property name="args">
<string>P=$(P),R=$(R);P=$(P),R=$(R);P=$(P),R=$(R);P=$(P),R=$(R);P=$(P),R=$(R)</string>
Expand Down

0 comments on commit 1606e64

Please sign in to comment.