Home
last modified time | relevance | path

Searched refs:setCellText (Results 1 – 25 of 119) sorted by relevance

12345

/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libpgmodeler_ui/src/
H A Delementstablewidget.cpp78 elements_tab->setCellText(elem->getColumn()->getName(), elem_idx, 0); in showElementData()
79 elements_tab->setCellText(elem->getColumn()->getTypeName(), elem_idx, 1); in showElementData()
83 elements_tab->setCellText(elem->getExpression(), elem_idx, 0); in showElementData()
84 elements_tab->setCellText(tr("Expression"), elem_idx, 1); in showElementData()
89 elements_tab->setCellText(elem->getOperator()->getSignature(true), elem_idx, 2); in showElementData()
93 elements_tab->setCellText(elem->getOperatorClass()->getName(true), elem_idx, 3); in showElementData()
97 elements_tab->setCellText(elem->getCollation()->getName(true), elem_idx, 4); in showElementData()
102 elements_tab->setCellText(tr("Ascending"), elem_idx, 5); in showElementData()
104 elements_tab->setCellText(tr("Descending"), elem_idx, 5); in showElementData()
107 elements_tab->setCellText(tr("Yes"), elem_idx, 6); in showElementData()
[all …]
H A Dtablewidget.cpp561 tab->setCellText(object->getName(),row,1); in showObjectData()
563 tab->setCellText(object->getName(),row,0); in showObjectData()
573 tab->setCellText(*column->getType(),row,2); in showObjectData()
584 tab->setCellText(str_aux,row,3); in showObjectData()
599 tab->setCellText(str_aux1,row,4); in showObjectData()
609 tab->setCellText(column->getAlias(), row, 5); in showObjectData()
629 tab->setCellText(QString("-"),row,2); in showObjectData()
630 tab->setCellText(QString("-"),row,3); in showObjectData()
654 tab->setCellText(str_aux ,row,3); in showObjectData()
667 tab->setCellText(rule->getAlias(), row, 3); in showObjectData()
[all …]
H A Doperatorclasswidget.cpp140 elements_tab->setCellText(elem.getFunction()->getSignature(), lin_idx, 0); in showElementData()
141 elements_tab->setCellText(elem.getFunction()->getTypeName(), lin_idx, 1); in showElementData()
145 elements_tab->setCellText(elem.getOperator()->getSignature(), lin_idx, 0); in showElementData()
146 elements_tab->setCellText(elem.getOperator()->getTypeName(), lin_idx, 1); in showElementData()
150 elements_tab->setCellText(*elem.getStorage(), lin_idx, 0); in showElementData()
151 elements_tab->setCellText(BaseObject::getTypeName(ObjectType::Type), lin_idx, 1); in showElementData()
155 elements_tab->setCellText(QString("%1").arg(elem.getStrategyNumber()), lin_idx, 2); in showElementData()
157 elements_tab->setCellText(QString(" "), lin_idx, 2); in showElementData()
160 elements_tab->setCellText(elem.getOperatorFamily()->getName(true), lin_idx, 3); in showElementData()
H A Dreferencewidget.cpp165 columns_tab->setCellText(col.name, row, 0); in setAttributes()
166 columns_tab->setCellText(col.type, row, 1); in setAttributes()
167 columns_tab->setCellText(col.alias, row, 2); in setAttributes()
179 ref_tables_tab->setCellText(tab->getName(), row, 0); in setAttributes()
180 ref_tables_tab->setCellText(tab->getSchema()->getName(), row, 1); in setAttributes()
275 columns_tab->setCellText(name_edt->text(), row, 0); in handleColumn()
276 columns_tab->setCellText(*type, row, 1); in handleColumn()
277 columns_tab->setCellText(alias_edt->text(), row, 2); in handleColumn()
296 ref_tables_tab->setCellText(table->getName(), row, 0); in addRefTable()
297 ref_tables_tab->setCellText(table->getSchema()->getName(), row, 1); in addRefTable()
H A Dviewwidget.cpp360 tab->setCellText(object->getName(),row,0); in showObjectData()
372 tab->setCellText(~trigger->getFiringType(),row,2); in showObjectData()
382 tab->setCellText(str_aux ,row,3); in showObjectData()
383 tab->setCellText(trigger->getAlias(), row, 4); in showObjectData()
390 tab->setCellText(~rule->getExecutionType(),row,1); in showObjectData()
393 tab->setCellText(~rule->getEventType(),row,2); in showObjectData()
395 tab->setCellText(rule->getAlias(), row, 3); in showObjectData()
402 tab->setCellText(~index->getIndexingType(),row,1); in showObjectData()
403 tab->setCellText(index->getAlias(), row, 2); in showObjectData()
523 references_tab->setCellText(refer.getAlias(),row,1); in showReferenceData()
[all …]
H A Ddomainwidget.cpp84 constr_tab->setCellText(itr.first, constr_tab->getRowCount() - 1, 0); in setAttributes()
85 constr_tab->setCellText(itr.second, constr_tab->getRowCount() - 1, 1); in setAttributes()
99 constr_tab->setCellText(constr_name_edt->text(), row, 0); in handleConstraint()
100 constr_tab->setCellText(check_expr_txt->toPlainText(), row, 1); in handleConstraint()
H A Dgenericsqlwidget.cpp209 objects_refs_tab->setCellText(ref_name, row, 0); in showObjectReferenceData()
210 …objects_refs_tab->setCellText(use_signature ? object->getSignature(format_name) : object->getName(… in showObjectReferenceData()
211 objects_refs_tab->setCellText(object->getTypeName(), row, 2); in showObjectReferenceData()
212 objects_refs_tab->setCellText(use_signature ? tr("Yes") : tr("No"), row, 3); in showObjectReferenceData()
213 objects_refs_tab->setCellText(format_name ? tr("Yes") : tr("No"), row, 4); in showObjectReferenceData()
H A Dpluginsconfigwidget.cpp133 plugins_tab->setCellText(plugin->getPluginTitle(), plugins_tab->getRowCount()-1, 0); in loadConfiguration()
134 plugins_tab->setCellText(plugin->getPluginVersion(), plugins_tab->getRowCount()-1, 1); in loadConfiguration()
135 plugins_tab->setCellText(fi.fileName(), plugins_tab->getRowCount()-1, 2); in loadConfiguration()
H A Dusermappingwidget.cpp76 options_tab->setCellText(itr.first, options_tab->getRowCount() - 1, 0); in setAttributes()
77 options_tab->setCellText(itr.second, options_tab->getRowCount() - 1, 1); in setAttributes()
H A Dtypewidget.cpp151 enumerations_tab->setCellText(enum_name_edt->text(), row, 0); in handleEnumeration()
160 attributes_tab->setCellText(attrib.getName(), row, 0); in showAttributeData()
161 attributes_tab->setCellText(*attrib.getType(), row, 1); in showAttributeData()
164 attributes_tab->setCellText(attrib.getCollation()->getName(true), row, 2); in showAttributeData()
247 enumerations_tab->setCellText(type->getEnumeration(i), i, 0); in setAttributes()
H A Dforeigndatawrapperwidget.cpp85 options_tab->setCellText(itr.first, options_tab->getRowCount() - 1, 0); in setAttributes()
86 options_tab->setCellText(itr.second, options_tab->getRowCount() - 1, 1); in setAttributes()
H A Dforeignserverwidget.cpp79 options_tab->setCellText(itr.first, options_tab->getRowCount() - 1, 0); in setAttributes()
80 options_tab->setCellText(itr.second, options_tab->getRowCount() - 1, 1); in setAttributes()
H A Dtriggerwidget.cpp160 columns_tab->setCellText(column->getName(),row,0); in addColumn()
161 columns_tab->setCellText(~column->getType(),row,1); in addColumn()
203 arguments_tab->setCellText(argument_edt->text(), lin_idx, 0); in handleArgument()
259 arguments_tab->setCellText(trigger->getArgument(i), i, 0); in setAttributes()
H A Drulewidget.cpp75 commands_tab->setCellText(comando_txt->toPlainText(),row,0); in handleCommand()
104 commands_tab->setCellText(rule->getCommand(i),i,0); in setAttributes()
H A Deventtriggerwidget.cpp94 filter_tab->setCellText(flt, filter_tab->getRowCount()-1, 0); in setAttributes()
134 filter_tab->setCellText(tag_edt->text().simplified(), row, 0); in handleTagValue()
/dports/graphics/qvge/qvge-0.6.3/src/qvgeioui/
H A DCEasyTableWidget.h14 QTableWidgetItem* setCellText(int row, int column, const QString& text);
15 …QTableWidgetItem* setCellText(int row, int column, const QStringRef& text) { return setCellText(ro… in setCellText() function
/dports/editors/libreoffice/libreoffice-7.2.6.2/forms/qa/integration/forms/
H A DCellBinding.java122 setCellText( col, row, yetAnotherText ); in checkTextFieldBinding()
190 setCellText( col, row, "no ref value" ); in checkStringRadioBinding()
193 setCellText( col, row, refValueA ); in checkStringRadioBinding()
196 setCellText( col, row, refValueB ); in checkStringRadioBinding()
276 setCellText( sourceCol, (short)( row - 1 ), "Apples" ); in checkListBoxBinding()
277 setCellText( sourceCol, (short)( row + 0 ), "Oranges" ); in checkListBoxBinding()
278 setCellText( sourceCol, (short)( row + 1 ), "Peaches" ); in checkListBoxBinding()
294 setCellText( col, row, "Peaches" ); in checkListBoxBinding()
317 setCellText( sourceCol, (short)( row - 1 ), "Pears" ); in checkListBoxIndexBinding()
318 setCellText( sourceCol, (short)( row + 0 ), "Bananas" ); in checkListBoxIndexBinding()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/forms/qa/integration/forms/
H A DCellBinding.java122 setCellText( col, row, yetAnotherText ); in checkTextFieldBinding()
190 setCellText( col, row, "no ref value" ); in checkStringRadioBinding()
193 setCellText( col, row, refValueA ); in checkStringRadioBinding()
196 setCellText( col, row, refValueB ); in checkStringRadioBinding()
276 setCellText( sourceCol, (short)( row - 1 ), "Apples" ); in checkListBoxBinding()
277 setCellText( sourceCol, (short)( row + 0 ), "Oranges" ); in checkListBoxBinding()
278 setCellText( sourceCol, (short)( row + 1 ), "Peaches" ); in checkListBoxBinding()
294 setCellText( col, row, "Peaches" ); in checkListBoxBinding()
317 setCellText( sourceCol, (short)( row - 1 ), "Pears" ); in checkListBoxIndexBinding()
318 setCellText( sourceCol, (short)( row + 0 ), "Bananas" ); in checkListBoxIndexBinding()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/tests/java/ifc/table/
H A D_XTableColumns.java308 private void setCellText(XCell cell, String text) { in setCellText() method in _XTableColumns
330 setCellText(xRange.getCellByPosition(i, 0), i + "a"); in fillRange()
331 setCellText(xRange.getCellByPosition(i, 1), i + "b"); in fillRange()
335 setCellText(xRange.getCellByPosition(i, 0), ""); in fillRange()
336 setCellText(xRange.getCellByPosition(i, 1), ""); in fillRange()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/tests/java/ifc/table/
H A D_XTableColumns.java308 private void setCellText(XCell cell, String text) { in setCellText() method in _XTableColumns
330 setCellText(xRange.getCellByPosition(i, 0), i + "a"); in fillRange()
331 setCellText(xRange.getCellByPosition(i, 1), i + "b"); in fillRange()
335 setCellText(xRange.getCellByPosition(i, 0), ""); in fillRange()
336 setCellText(xRange.getCellByPosition(i, 1), ""); in fillRange()
/dports/games/openxcom/OpenXcom-1.0/src/Menu/
H A DListSaveState.cpp109 _lstSaves->setCellText(_previousSelectedRow , 0, tr("STR_NEW_SAVED_GAME_SLOT")); in lstSavesPress()
112 _lstSaves->setCellText(_previousSelectedRow , 0, _selected); in lstSavesPress()
116 _lstSaves->setCellText(_lstSaves->getSelectedRow(), 0, L""); in lstSavesPress()
H A DOptionsModsState.cpp107 _lstMods->setCellText(_lstMods->getSelectedRow(), 1, tr("STR_NO").c_str()); in lstModsClick()
112 _lstMods->setCellText(_lstMods->getSelectedRow(), 1, tr("STR_YES").c_str()); in lstModsClick()
/dports/games/openxcom/OpenXcom-1.0/src/Geoscape/
H A DBaseDefenseState.cpp177 _lstDefenses->setCellText(_row, 1, tr("STR_FIRING").c_str()); in nextStep()
184 _lstDefenses->setCellText(_row, 2, tr("STR_MISSED").c_str()); in nextStep()
188 _lstDefenses->setCellText(_row, 2, tr("STR_HIT").c_str()); in nextStep()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/include/
H A DIGUITable.h173 virtual void setCellText(u32 rowIndex, u32 columnIndex, const core::stringw& text) = 0;
176 …virtual void setCellText(u32 rowIndex, u32 columnIndex, const core::stringw& text, video::SColor c…
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/include/
H A DIGUITable.h173 virtual void setCellText(u32 rowIndex, u32 columnIndex, const core::stringw& text) = 0;
176 …virtual void setCellText(u32 rowIndex, u32 columnIndex, const core::stringw& text, video::SColor c…

12345