Home
last modified time | relevance | path

Searched refs:LabelRow (Results 1 – 7 of 7) sorted by last modified time

/dports/x11/cinnamon/cinnamon-4.8.6/files/usr/local/share/cinnamon/cinnamon-settings/bin/
H A DSettingsWidgets.py318 class LabelRow(SettingsWidget): class
320 super(LabelRow, self).__init__()
/dports/x11/cinnamon/cinnamon-4.8.6/files/usr/local/share/cinnamon/cinnamon-settings/modules/
H A Dcs_themes.py9 from SettingsWidgets import LabelRow, SidePage, walk_directories
143 label_widget = LabelRow(_(
/dports/astro/kstars/kstars-3.5.6/kstars/skycomponents/
H A Dskylabeler.h23 typedef QList<LabelRun *> LabelRow; typedef
24 typedef QVector<LabelRow *> ScreenRows;
H A Dskylabeler.cpp289 screenRows.append(new LabelRow()); in reset()
300 LabelRow *row = screenRows[y]; in reset()
354 screenRows.append(new LabelRow()); in reset()
365 LabelRow *row = screenRows[y]; in reset()
467 LabelRow *row = screenRows[y]; in markRegion()
488 LabelRow *row = screenRows[y]; in markRegion()
/dports/finance/weberp/webERP/
H A DPDFPrintLabel.php74 while ($LabelRow = DB_fetch_array($LabelsResult)){ variable
76 <td>' . $LabelRow['stockid'] . '</td>
77 <td>' . $LabelRow['description'] . '</td>
78 …<td class="number">' . locale_number_format($LabelRow['price'],$LabelRow['decimalplaces']) . '</td>
87 echo '<input type="hidden" name="StockID' . $i . '" value="' . $LabelRow['stockid'] . '" />
88 <input type="hidden" name="Description' . $i . '" value="' . $LabelRow['description'] . '" />
89 <input type="hidden" name="Barcode' . $i . '" value="' . $LabelRow['barcode'] . '" />
90 …idden" name="Price' . $i . '" value="' . locale_number_format($LabelRow['price'],$LabelRow['decima…
291 while ($LabelRow = DB_fetch_array($LabelResult)){ variable
292 echo '<option value="' . $LabelRow['labelid'] . '">' . $LabelRow['description'] . '</option>';
/dports/math/rkward-kde/rkward-0.7.1/rkward/dataeditor/
H A Drkvareditmodel.cpp562 if (row == LabelRow) return var->getLabel (); in data()
637 } else if (row == LabelRow) { in setData()
683 if (section == LabelRow) return (i18n ("Label")); in headerData()
690 if (section == LabelRow) return (i18n ("A descriptive label for each column (optional).")); in headerData()
H A Drkvareditmodel.h143 LabelRow, enumerator