Home
last modified time | relevance | path

Searched refs:setAlignment (Results 26 – 50 of 6636) sorted by relevance

12345678910>>...266

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/
H A DButtonTab.java223 button1.setAlignment (alignment); in setExampleWidgetAlignment()
224 button2.setAlignment (alignment); in setExampleWidgetAlignment()
225 button3.setAlignment (alignment); in setExampleWidgetAlignment()
226 button4.setAlignment (alignment); in setExampleWidgetAlignment()
227 button5.setAlignment (alignment); in setExampleWidgetAlignment()
228 button6.setAlignment (alignment); in setExampleWidgetAlignment()
229 button7.setAlignment (alignment); in setExampleWidgetAlignment()
230 button8.setAlignment (alignment); in setExampleWidgetAlignment()
231 button9.setAlignment (alignment); in setExampleWidgetAlignment()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/ComponentOrientation/
H A DFlowTest.java84 layout.setAlignment(FlowLayout.LEFT); in FlowTest()
86 layout.setAlignment(FlowLayout.CENTER); in FlowTest()
88 layout.setAlignment(FlowLayout.RIGHT); in FlowTest()
90 layout.setAlignment(FlowLayout.LEADING); in FlowTest()
92 layout.setAlignment(FlowLayout.TRAILING); in FlowTest()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/awt/ComponentOrientation/
H A DFlowTest.java84 layout.setAlignment(FlowLayout.LEFT); in FlowTest()
86 layout.setAlignment(FlowLayout.CENTER); in FlowTest()
88 layout.setAlignment(FlowLayout.RIGHT); in FlowTest()
90 layout.setAlignment(FlowLayout.LEADING); in FlowTest()
92 layout.setAlignment(FlowLayout.TRAILING); in FlowTest()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/awt/ComponentOrientation/
H A DFlowTest.java83 layout.setAlignment(FlowLayout.LEFT); in FlowTest()
85 layout.setAlignment(FlowLayout.CENTER); in FlowTest()
87 layout.setAlignment(FlowLayout.RIGHT); in FlowTest()
89 layout.setAlignment(FlowLayout.LEADING); in FlowTest()
91 layout.setAlignment(FlowLayout.TRAILING); in FlowTest()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/ComponentOrientation/
H A DFlowTest.java84 layout.setAlignment(FlowLayout.LEFT); in FlowTest()
86 layout.setAlignment(FlowLayout.CENTER); in FlowTest()
88 layout.setAlignment(FlowLayout.RIGHT); in FlowTest()
90 layout.setAlignment(FlowLayout.LEADING); in FlowTest()
92 layout.setAlignment(FlowLayout.TRAILING); in FlowTest()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/awt/ComponentOrientation/
H A DFlowTest.java83 layout.setAlignment(FlowLayout.LEFT); in FlowTest()
85 layout.setAlignment(FlowLayout.CENTER); in FlowTest()
87 layout.setAlignment(FlowLayout.RIGHT); in FlowTest()
89 layout.setAlignment(FlowLayout.LEADING); in FlowTest()
91 layout.setAlignment(FlowLayout.TRAILING); in FlowTest()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/awt/ComponentOrientation/
H A DFlowTest.java83 layout.setAlignment(FlowLayout.LEFT); in FlowTest()
85 layout.setAlignment(FlowLayout.CENTER); in FlowTest()
87 layout.setAlignment(FlowLayout.RIGHT); in FlowTest()
89 layout.setAlignment(FlowLayout.LEADING); in FlowTest()
91 layout.setAlignment(FlowLayout.TRAILING); in FlowTest()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/awt/ComponentOrientation/
H A DFlowTest.java83 layout.setAlignment(FlowLayout.LEFT); in FlowTest()
85 layout.setAlignment(FlowLayout.CENTER); in FlowTest()
87 layout.setAlignment(FlowLayout.RIGHT); in FlowTest()
89 layout.setAlignment(FlowLayout.LEADING); in FlowTest()
91 layout.setAlignment(FlowLayout.TRAILING); in FlowTest()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/awt/ComponentOrientation/
H A DFlowTest.java83 layout.setAlignment(FlowLayout.LEFT); in FlowTest()
85 layout.setAlignment(FlowLayout.CENTER); in FlowTest()
87 layout.setAlignment(FlowLayout.RIGHT); in FlowTest()
89 layout.setAlignment(FlowLayout.LEADING); in FlowTest()
91 layout.setAlignment(FlowLayout.TRAILING); in FlowTest()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/awt/ComponentOrientation/
H A DFlowTest.java83 layout.setAlignment(FlowLayout.LEFT); in FlowTest()
85 layout.setAlignment(FlowLayout.CENTER); in FlowTest()
87 layout.setAlignment(FlowLayout.RIGHT); in FlowTest()
89 layout.setAlignment(FlowLayout.LEADING); in FlowTest()
91 layout.setAlignment(FlowLayout.TRAILING); in FlowTest()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/awt/ComponentOrientation/
H A DFlowTest.java83 layout.setAlignment(FlowLayout.LEFT); in FlowTest()
85 layout.setAlignment(FlowLayout.CENTER); in FlowTest()
87 layout.setAlignment(FlowLayout.RIGHT); in FlowTest()
89 layout.setAlignment(FlowLayout.LEADING); in FlowTest()
91 layout.setAlignment(FlowLayout.TRAILING); in FlowTest()
/dports/deskutils/flameshot/flameshot-0.10.2/src/config/
H A Dsetshortcutwidget.cpp20 m_layout->setAlignment(Qt::AlignHCenter); in SetShortcutDialog()
24 infoTop->setAlignment(Qt::AlignCenter); in SetShortcutDialog()
28 infoIcon->setAlignment(Qt::AlignCenter); in SetShortcutDialog()
42 infoBottom->setAlignment(Qt::AlignCenter); in SetShortcutDialog()
/dports/net-im/kopete/kopete-21.12.3/kopete/config/appearance/layout/
H A DTokenWithLayout.cpp157 setAlignment(Qt::AlignLeft); in menuExecuted()
159 setAlignment(Qt::AlignCenter); in menuExecuted()
161 setAlignment(Qt::AlignRight); in menuExecuted()
190 void TokenWithLayout::setAlignment(Qt::Alignment alignment) in setAlignment() function in TokenWithLayout
197 m_label->setAlignment(alignment); in setAlignment()
204 setAlignment(Qt::AlignLeft); in setAlignLeft()
211 setAlignment(Qt::AlignCenter); in setAlignCenter()
218 setAlignment(Qt::AlignRight); in setAlignRight()
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvilib/tal/
H A DKviTalHBox.cpp106 void KviTalHBox::setAlignment(Qt::Alignment alignment) in setAlignment() function in KviTalHBox
108 m_pLayout->setAlignment(this, alignment); in setAlignment()
111 void KviTalHBox::setAlignment(QWidget * pChild, Qt::Alignment alignment) in setAlignment() function in KviTalHBox
113 m_pLayout->setAlignment(pChild, alignment); in setAlignment()
/dports/games/killbots/killbots-21.12.3/src/
H A Drulesetselector.cpp43 authorLabel->setAlignment(Qt::AlignRight | Qt::AlignTop); in RulesetSelector()
46 m_author->setAlignment(Qt::AlignLeft | Qt::AlignTop); in RulesetSelector()
50 contactLabel->setAlignment(Qt::AlignRight | Qt::AlignTop); in RulesetSelector()
53 m_authorContact->setAlignment(Qt::AlignLeft | Qt::AlignTop); in RulesetSelector()
58 descriptionLabel->setAlignment(Qt::AlignRight | Qt::AlignTop); in RulesetSelector()
61 m_description->setAlignment(Qt::AlignLeft | Qt::AlignTop); in RulesetSelector()
/dports/devel/itext/itext-4.2.0/rtf/com/lowagie/text/rtf/headerfooter/
H A DRtfHeaderFooter.java169 par.setAlignment(headerFooter.alignment()); in RtfHeaderFooter()
229 par.setAlignment(headerFooter.alignment()); in RtfHeaderFooter()
377 public void setAlignment(int alignment) { in setAlignment() method in RtfHeaderFooter
378 super.setAlignment(alignment); in setAlignment()
381 ((Paragraph) this.content[i]).setAlignment(alignment); in setAlignment()
383 ((Table) this.content[i]).setAlignment(alignment); in setAlignment()
385 ((Image) this.content[i]).setAlignment(alignment); in setAlignment()
/dports/games/emptyepsilon/EmptyEpsilon-EE-2021.06.23/src/menus/
H A DserverCreationScreen.cpp57 …(new GuiLabel(row, "NAME_LABEL", tr("Server name: "), 30))->setAlignment(ACenterRight)->setSize(25… in ServerCreationScreen()
63 …(new GuiLabel(row, "PASSWORD_LABEL", tr("Server password: "), 30))->setAlignment(ACenterRight)->se… in ServerCreationScreen()
69 …(new GuiLabel(row, "GM_CONTROL_CODE_LABEL", tr("GM control code: "), 30))->setAlignment(ACenterRig… in ServerCreationScreen()
75 …(new GuiLabel(row, "IP_LABEL", tr("Server IP: "), 30))->setAlignment(ACenterRight)->setSize(250, G… in ServerCreationScreen()
76 …(new GuiLabel(row, "IP", sf::IpAddress::getLocalAddress().toString(), 30))->setAlignment(ACenterLe… in ServerCreationScreen()
81 …(new GuiLabel(row, "LAN_INTERNET_LABEL", tr("Server visibility: "), 30))->setAlignment(ACenterRigh… in ServerCreationScreen()
95 …(new GuiLabel(row, "WARP_JUMP_LABEL", tr("Warp/Jump: "), 30))->setAlignment(ACenterRight)->setSize… in ServerCreationScreen()
119 …row, "GAME_SCANNING_COMPLEXITY_LABEL", tr("Scan complexity: "), 30))->setAlignment(ACenterRight)->… in ServerCreationScreen()
127 …w, "GAME_HACKING_DIFFICULTY_LABEL", tr("Hacking difficulty: "), 30))->setAlignment(ACenterRight)->… in ServerCreationScreen()
135 …(new GuiLabel(row, "GAME_HACKING_GAMES_LABEL", tr("Hacking type: "), 30))->setAlignment(ACenterRig… in ServerCreationScreen()
[all …]
/dports/audio/drumgizmo/drumgizmo-0.9.19/test/uitests/
H A Dframewidgettest.cc51 label1.setAlignment(GUI::TextAlignment::left); in Widget1()
55 label2.setAlignment(GUI::TextAlignment::center); in Widget1()
59 label3.setAlignment(GUI::TextAlignment::right); in Widget1()
80 label1.setAlignment(GUI::TextAlignment::right); in Widget2()
84 label2.setAlignment(GUI::TextAlignment::left); in Widget2()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/Target/
H A DTargetData.cpp141 setAlignment(INTEGER_ALIGN, 1, 1, 1); // i1 in init()
142 setAlignment(INTEGER_ALIGN, 1, 1, 8); // i8 in init()
143 setAlignment(INTEGER_ALIGN, 2, 2, 16); // i16 in init()
144 setAlignment(INTEGER_ALIGN, 4, 4, 32); // i32 in init()
145 setAlignment(INTEGER_ALIGN, 4, 8, 64); // i64 in init()
146 setAlignment(FLOAT_ALIGN, 4, 4, 32); // float in init()
147 setAlignment(FLOAT_ALIGN, 8, 8, 64); // double in init()
148 setAlignment(VECTOR_ALIGN, 8, 8, 64); // v2i32, v1i64, ... in init()
150 setAlignment(AGGREGATE_ALIGN, 0, 8, 0); // struct in init()
205 setAlignment(AlignType, ABIAlign, PrefAlign, Size); in init()
[all …]
/dports/graphics/digikam/digikam-7.4.0/core/libs/dimg/filters/cb/
H A Dcbsettings.cpp87 labelCyan->setAlignment(Qt::AlignRight | Qt::AlignVCenter); in CBSettings()
95 labelRed->setAlignment(Qt::AlignLeft | Qt::AlignVCenter); in CBSettings()
100 labelMagenta->setAlignment(Qt::AlignRight | Qt::AlignVCenter); in CBSettings()
108 labelGreen->setAlignment(Qt::AlignLeft | Qt::AlignVCenter); in CBSettings()
113 labelYellow->setAlignment(Qt::AlignRight | Qt::AlignVCenter); in CBSettings()
116 labelBlue->setAlignment(Qt::AlignLeft | Qt::AlignVCenter); in CBSettings()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/target/llvm/
H A Dcodegen_blob.cc55 tvm_dev_mblob->setAlignment(llvm::Align(1)); in CodeGenBlob()
57 tvm_dev_mblob->setAlignment(1); in CodeGenBlob()
77 tvm_dev_mblob_reg->setAlignment(llvm::Align(tvm_dev_mblob_reg_alignment)); in CodeGenBlob()
79 tvm_dev_mblob_reg->setAlignment(tvm_dev_mblob_reg_alignment); in CodeGenBlob()
90 tvm_dev_mblob_string->setAlignment(llvm::Align(1)); in CodeGenBlob()
92 tvm_dev_mblob_string->setAlignment(1); in CodeGenBlob()
/dports/graphics/yacreader/yacreader-9.8.2/YACReader/
H A Dbookmarks_dialog.cpp101 images.at(0)->setAlignment(Qt::AlignHCenter | Qt::AlignVCenter); in setBookmarks()
104 images.at(0)->setAlignment(Qt::AlignHCenter | Qt::AlignBottom); in setBookmarks()
108 images.at(0)->setAlignment(Qt::AlignHCenter | Qt::AlignVCenter); in setBookmarks()
118 images.at(i + 1)->setAlignment(Qt::AlignHCenter | Qt::AlignVCenter); in setBookmarks()
121 images.at(i + 1)->setAlignment(Qt::AlignHCenter | Qt::AlignBottom); in setBookmarks()
127 images.at(i + 1)->setAlignment(Qt::AlignHCenter | Qt::AlignVCenter); in setBookmarks()
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/tools/GUIEditor/
H A DCGUIColorAttribute.h34 AttribColor->setAlignment(EGUIA_LOWERRIGHT, EGUIA_LOWERRIGHT, EGUIA_UPPERLEFT, EGUIA_UPPERLEFT); in CGUIColorAttribute()
44 AttribSliderA->setAlignment(EGUIA_UPPERLEFT, EGUIA_LOWERRIGHT, EGUIA_UPPERLEFT, EGUIA_UPPERLEFT); in CGUIColorAttribute()
50 AttribSliderR->setAlignment(EGUIA_UPPERLEFT, EGUIA_LOWERRIGHT, EGUIA_UPPERLEFT, EGUIA_UPPERLEFT); in CGUIColorAttribute()
56 AttribSliderG->setAlignment(EGUIA_UPPERLEFT, EGUIA_LOWERRIGHT, EGUIA_UPPERLEFT, EGUIA_UPPERLEFT); in CGUIColorAttribute()
62 AttribSliderB->setAlignment(EGUIA_UPPERLEFT, EGUIA_LOWERRIGHT, EGUIA_UPPERLEFT, EGUIA_UPPERLEFT); in CGUIColorAttribute()
71 AttribEditBox->setAlignment(EGUIA_UPPERLEFT, EGUIA_LOWERRIGHT, EGUIA_UPPERLEFT, EGUIA_UPPERLEFT); in CGUIColorAttribute()
/dports/net-im/nheko/nheko-0.9.0/src/
H A DWelcomePage.cpp21 topLayout_->setAlignment(Qt::AlignCenter); in WelcomePage()
32 logo_->setAlignment(Qt::AlignCenter); in WelcomePage()
39 intoTxt_->setAlignment(Qt::AlignCenter); in WelcomePage()
43 subTitle->setAlignment(Qt::AlignCenter); in WelcomePage()
/dports/misc/kgeography/kgeography-21.12.3/src/
H A Dmypopup.cpp37 wiki -> setAlignment(Qt::AlignCenter); in myPopup()
53 l2 -> setAlignment(Qt::AlignCenter); in myPopup()
63 flag -> setAlignment(Qt::AlignCenter); in myPopup()
66 l -> setAlignment(Qt::AlignCenter); in myPopup()

12345678910>>...266