Home
last modified time | relevance | path

Searched refs:callsLayout (Results 1 – 2 of 2) sorted by relevance

/dports/comms/klog/klog-1.8.5/src/setuppages/
H A Dsetuppagelogsnew.cpp104 QGridLayout *callsLayout = new QGridLayout; // Widget, row, column in createWidget() local
106 callsLayout->addWidget(stationCallsignLabel, 0, 0); in createWidget()
107 callsLayout->addWidget(stationCallsignLineEdit, 0, 1); in createWidget()
108 callsLayout->addWidget(dateLabel, 1, 0); in createWidget()
109 callsLayout->addWidget(dateEdit, 1, 1); in createWidget()
110 callsLayout->addWidget(operatorsLabel, 2, 0); in createWidget()
111 callsLayout->addWidget(operatorsLineEdit, 2, 1); in createWidget()
112 callsLayout->addWidget(commentLabel, 3, 0); in createWidget()
113 callsLayout->addWidget(commentLineEdit, 3, 1); in createWidget()
122 mainLayout->addLayout(callsLayout); in createWidget()
H A Dsetuppagesubdivisionnew.cpp252 QGridLayout *callsLayout = new QGridLayout; // Widget, row, column in createWidget() local
254 callsLayout->addWidget(stationCallsignLabel, 0, 0); in createWidget()
255 callsLayout->addWidget(stationCallsignLineEdit, 0, 1); in createWidget()
256 callsLayout->addWidget(dateLabel, 1, 0); in createWidget()
257 callsLayout->addWidget(dateEdit, 1, 1); in createWidget()
258 callsLayout->addWidget(operatorsLabel, 2, 0); in createWidget()
259 callsLayout->addWidget(operatorsLineEdit, 2, 1); in createWidget()
260 callsLayout->addWidget(commentLabel, 3, 0); in createWidget()
261 callsLayout->addWidget(commentLineEdit, 3, 1); in createWidget()
292 mainLayout->addLayout(callsLayout); in createWidget()