Home
last modified time | relevance | path

Searched refs:windowTitle (Results 1 – 25 of 6437) sorted by relevance

12345678910>>...258

/dports/devel/gammaray/GammaRay-2.11.3/ui/propertyeditor/
H A Dpropertymatrixdialog.cpp55 QString windowTitle = tr("Edit Matrix"); in setMatrix() local
58 windowTitle = tr("Edit Matrix"); in setMatrix()
61 windowTitle = tr("Edit 4x4 Matrix"); in setMatrix()
64 windowTitle = tr("Edit Transform"); in setMatrix()
67 windowTitle = tr("Edit 2D Vector"); in setMatrix()
70 windowTitle = tr("Edit 3D Vector"); in setMatrix()
73 windowTitle = tr("Edit 4D Vector"); in setMatrix()
76 windowTitle = tr("Edit Quaternion"); in setMatrix()
79 windowTitle = tr("Edit Unsupported Type"); in setMatrix()
83 setWindowTitle(windowTitle); in setMatrix()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qwidget_window/
H A Dtst_qwidget_window.cpp196 QString windowTitle = QLatin1String("Here is a Window Title"); in tst_windowFilePathAndwindowTitle_data() local
198 …Set Title nor AppName") << false << false << validPath << QString() << windowTitle << fileNameOnly… in tst_windowFilePathAndwindowTitle_data()
199 …AppName") << false << true << validPath << QString() << windowTitle << fileNameOnly << windowTitle; in tst_windowFilePathAndwindowTitle_data()
200 … AppName") << true << false << validPath << QString() << windowTitle << windowTitle << windowTitle; in tst_windowFilePathAndwindowTitle_data()
201 …t appName") << true << true << validPath << QString() << windowTitle << windowTitle << windowTitle; in tst_windowFilePathAndwindowTitle_data()
210 … Set Title, yes AppName") << false << false << validPath << appName << windowTitle << platString <… in tst_windowFilePathAndwindowTitle_data()
211 …yes AppName") << false << true << validPath << appName << windowTitle << platString << windowTitle; in tst_windowFilePathAndwindowTitle_data()
212 …es AppName") << true << false << validPath << appName << windowTitle << windowTitle << windowTitle; in tst_windowFilePathAndwindowTitle_data()
213 …yes appName") << true << true << validPath << appName << windowTitle << windowTitle << windowTitle; in tst_windowFilePathAndwindowTitle_data()
239 QCOMPARE(finalTitleBefore, widget.windowTitle()); in tst_windowFilePathAndwindowTitle()
[all …]
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Windows/
H A DInputBox.cpp9 static std::wstring windowTitle; variable
17 SetWindowText(hDlg, windowTitle.c_str()); in InputBoxFunc()
55 windowTitle = title; in InputBox_GetString()
57 windowTitle = L""; in InputBox_GetString()
75 windowTitle = defaultTitle; in InputBox_GetString()
77 windowTitle = title; in InputBox_GetString()
79 windowTitle = defaultTitle; in InputBox_GetString()
97 windowTitle = defaultTitle; in InputBox_GetWString()
99 windowTitle = title; in InputBox_GetWString()
101 windowTitle = defaultTitle; in InputBox_GetWString()
/dports/emulators/ppsspp/ppsspp-1.12.3/Windows/
H A DInputBox.cpp9 static std::wstring windowTitle; variable
17 SetWindowText(hDlg, windowTitle.c_str()); in InputBoxFunc()
55 windowTitle = title; in InputBox_GetString()
57 windowTitle = L""; in InputBox_GetString()
75 windowTitle = defaultTitle; in InputBox_GetString()
77 windowTitle = title; in InputBox_GetString()
79 windowTitle = defaultTitle; in InputBox_GetString()
97 windowTitle = defaultTitle; in InputBox_GetWString()
99 windowTitle = title; in InputBox_GetWString()
101 windowTitle = defaultTitle; in InputBox_GetWString()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Windows/
H A DInputBox.cpp9 static std::wstring windowTitle; variable
17 SetWindowText(hDlg, windowTitle.c_str()); in InputBoxFunc()
55 windowTitle = title; in InputBox_GetString()
57 windowTitle = L""; in InputBox_GetString()
75 windowTitle = defaultTitle; in InputBox_GetString()
77 windowTitle = title; in InputBox_GetString()
79 windowTitle = defaultTitle; in InputBox_GetString()
97 windowTitle = defaultTitle; in InputBox_GetWString()
99 windowTitle = title; in InputBox_GetWString()
101 windowTitle = defaultTitle; in InputBox_GetWString()
/dports/editors/e93/e93/
H A Ddocwin.c40 *windowTitle; in EditorReassignDocumentWindowTitle() local
46 if((windowTitle=CreateWindowTitleFromPath(buffer->contentName))) in EditorReassignDocumentWindowTitle()
48 SetDocumentWindowTitle(buffer->window,windowTitle); // change the window's title in EditorReassignDocumentWindowTitle()
49 MDisposePtr(windowTitle); // get rid of memory in EditorReassignDocumentWindowTitle()
75 *windowTitle; in EditorOpenDocumentWindow() local
98 windowTitle=titleToDelete; in EditorOpenDocumentWindow()
102 windowTitle=buffer->contentName; in EditorOpenDocumentWindow()
104 if((window=OpenDocumentWindow(buffer,rect,windowTitle,fontName,tabSize,foreground,background))) in EditorOpenDocumentWindow()
/dports/audio/mixxx/mixxx-2.3.0/src/library/
H A Ddlgcoverartfullsize.cpp105 QString windowTitle; in slotLoadTrack() local
111 windowTitle = albumArtist; in slotLoadTrack()
113 windowTitle += artist; in slotLoadTrack()
116 if (!windowTitle.isEmpty()) { in slotLoadTrack()
117 windowTitle += " - "; in slotLoadTrack()
119 windowTitle += album; in slotLoadTrack()
122 if (!windowTitle.isEmpty()) { in slotLoadTrack()
123 windowTitle += " "; in slotLoadTrack()
125 windowTitle += QString("(%1)").arg(year); in slotLoadTrack()
127 setWindowTitle(windowTitle); in slotLoadTrack()
/dports/audio/strawberry/strawberry-1.0.0/src/settings/
H A Dsettingspage.cpp93 qLog(Error) << windowTitle() << "is not initialized!";
100 qLog(Info) << checkbox.first->objectName() << "is changed for" << windowTitle() << "settings.";
105 … qLog(Info) << radiobutton.first->objectName() << "is changed for" << windowTitle() << "settings.";
110 qLog(Info) << combobox.first->objectName() << "is changed for" << windowTitle() << "settings.";
115 qLog(Info) << spinbox.first->objectName() << "is changed for" << windowTitle() << "settings.";
121 qLog(Info) << lineedit.first->objectName() << "is changed for" << windowTitle() << "settings.";
126 qLog(Info) << slider.first->objectName() << "is changed for" << windowTitle() << "settings.";
130 qLog(Info) << "Saving settings for" << windowTitle();
/dports/graphics/urho3d/Urho3D-1.7.1/bin/Data/LuaScripts/
H A D02_HelloGUI.lua86 local windowTitle = Text:new()
87 windowTitle.name = "WindowTitle"
88 windowTitle.text = "Hello GUI!"
96 titleBar:AddChild(windowTitle)
105 windowTitle:SetStyleAuto()
161 local windowTitle = tolua.cast(element, 'Text')
172 windowTitle.text = "Hello " .. name .. "!"
H A D40_Localization.lua50 local windowTitle = Text:new()
51 windowTitle.name = "WindowTitle"
52 windowTitle:SetStyleAuto()
53 window:AddChild(windowTitle)
64 windowTitle.text = localizedString .. " (" .. langIndex .. " " .. langName .. ")"
167 local windowTitle = ui.root:GetChild("WindowTitle", true);
168 windowTitle.text = localization:Get("title") .. " (" ..
/dports/emulators/qmc2/qmc2-0.195_4/qmc2/
H A Dwindows_tools.cpp56 QString windowTitle = QString::fromWCharArray(winTitle); in winFindWindowHandleCallbackProc() local
57 if ( windowTitle == winSearchText ) in winFindWindowHandleCallbackProc()
59 winWindowMap[hwnd] = windowTitle; in winFindWindowHandleCallbackProc()
64 HWND winFindWindowHandle(QString windowTitle) in winFindWindowHandle() argument
67 winSearchText = windowTitle; in winFindWindowHandle()
89 QString windowTitle = QString::fromWCharArray(winTitle); in winFindWindowHandleOfProcess() local
90 if ( windowTitle.contains(subString) ) in winFindWindowHandleOfProcess()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/compose/src/
H A DnsMsgPrompts.cpp62 const char16_t* windowTitle) { in nsMsgDisplayMessageByName() argument
65 return nsMsgDisplayMessageByString(aPrompt, msg.get(), windowTitle); in nsMsgDisplayMessageByName()
69 const char16_t* windowTitle) { in nsMsgDisplayMessageByString() argument
81 if (prompt) rv = prompt->Alert(windowTitle, msg); in nsMsgDisplayMessageByString()
88 const char16_t* windowTitle) { in nsMsgAskBooleanQuestionByString() argument
101 rv = dialog->Confirm(windowTitle, msg, answer); in nsMsgAskBooleanQuestionByString()
/dports/audio/lmms/lmms-1.2.2/src/gui/editors/
H A DEditor.cpp47 DropToolBar * Editor::addDropToolBarToTop(QString const & windowTitle) in addDropToolBarToTop() argument
49 return addDropToolBar(Qt::TopToolBarArea, windowTitle); in addDropToolBarToTop()
52 DropToolBar * Editor::addDropToolBar(Qt::ToolBarArea whereToAdd, QString const & windowTitle) in addDropToolBar() argument
54 return addDropToolBar(this, whereToAdd, windowTitle); in addDropToolBar()
57 …* Editor::addDropToolBar(QWidget * parent, Qt::ToolBarArea whereToAdd, QString const & windowTitle) in addDropToolBar() argument
64 toolBar->setWindowTitle(windowTitle); in addDropToolBar()
/dports/biology/figtree/figtree-1.4.4/packaging_tools/windows/launch4j/src/net/sf/launch4j/config/
H A DSingleInstance.java48 private String windowTitle; field in SingleInstance
54 Validator.checkOptString(windowTitle, Validator.MAX_STR, in checkInvariants()
60 return windowTitle; in getWindowTitle()
64 this.windowTitle = appWindowName; in setWindowTitle()
/dports/deskutils/copyq/CopyQ-5.0.0/src/platform/
H A Dplatformcommon.cpp51 const QString windowTitle = window.getTitle(); in pasteWithCtrlV() local
53 if ( !windowTitle.contains(re) ) { in pasteWithCtrlV()
55 .arg(windowTitle)); in pasteWithCtrlV()
60 .arg(optionName, windowTitle)); in pasteWithCtrlV()
/dports/devel/eric6/eric6-21.11/eric/eric6/E5Gui/
H A DE5PathPicker.py410 def windowTitle(self): member in E5PathPickerBase
498 windowTitle = self.__windowTitle
499 if not windowTitle:
510 windowTitle = self.tr("Choose a directory")
527 windowTitle,
534 windowTitle,
542 windowTitle,
550 windowTitle,
565 windowTitle,
572 windowTitle,
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Samples/02_HelloGUI/
H A DHelloGUI.cpp125 Text* windowTitle = new Text(context_); in InitWindow() local
126 windowTitle->SetName("WindowTitle"); in InitWindow()
127 windowTitle->SetText("Hello GUI!"); in InitWindow()
134 titleBar->AddChild(windowTitle); in InitWindow()
142 windowTitle->SetStyleAuto(); in InitWindow()
211 Text* windowTitle = window_->GetChildStaticCast<Text>("WindowTitle", true); in HandleControlClicked() local
224 windowTitle->SetText("Hello " + name + "!"); in HandleControlClicked()
/dports/databases/kexi/kexi-3.2.0/src/widget/tableview/
H A DKexiDataTableScrollArea.cpp92 QString windowTitle(m_cursor->query()->caption()); in setData() local
93 if (windowTitle.isEmpty()) in setData()
94 windowTitle = m_cursor->query()->name(); in setData()
96 setWindowTitle(windowTitle); in setData()
/dports/net-im/psi/psi-1.5/qa/integration/suite_Psi/
H A Dobjects.map3 :* Psi_MainWin {name='MainWin' type='MainWin' visible='1' windowTitle='* Psi'}
5 :About Psi_AboutDlg {name='AboutDlg' type='AboutDlg' visible='1' windowTitle='About Psi'}
18 …untModifyDlg {name='AccountModify' type='AccountModifyDlg' visible='1' windowTitle='Psi: Account P…
20 :Psi: Add Account_AccountAddDlg {name='AccountAdd' type='AccountAddDlg' visible='1' windowTitle='Ps…
26 :Psi: Add Contact_AddUserDlg {name='AddUser' type='AddUserDlg' visible='1' windowTitle='Psi: Add Co…
31 …untManageDlg {name='AccountManage' type='AccountManageDlg' visible='1' windowTitle='Psi: XMPP Acco…
33 …untRemoveDlg {name='AccountRemove' type='AccountRemoveDlg' visible='1' windowTitle='Psi: Remove Ac…
55 :user-66_EventDlg {type='EventDlg' unnamed='1' visible='1' windowTitle='user-66'}
57 :user01_PsiChatDlg {name='ChatDlg' type='PsiChatDlg' visible='1' windowTitle='user01'}
59 :user02@localhost_EventDlg {type='EventDlg' unnamed='1' visible='1' windowTitle='user02@localhost'}
/dports/sysutils/calamares/calamares-3.2.44.2/src/modules/partition/gui/
H A DScanningDialog.cpp21 ScanningDialog::ScanningDialog( const QString& text, const QString& windowTitle, QWidget* parent ) in ScanningDialog() argument
25 setWindowTitle( windowTitle ); in ScanningDialog()
42 const QString& windowTitle, in run() argument
46 ScanningDialog* theDialog = new ScanningDialog( text, windowTitle, parent ); in run()
/dports/cad/ktechlab/ktechlab-0.50.0/src/gui/
H A Dinputdialog.cpp31 Dialog(const QString &windowTitle, const QString &labelText,
46 Dialog::Dialog(const QString &windowTitle, const QString &labelText, in Dialog() argument
52 setWindowTitle(windowTitle); in Dialog()
109 QString getText(const QString &windowTitle, const QString &labelText, in getText() argument
113 Dialog *dialog = new Dialog(windowTitle, labelText, value, parent, validator); in getText()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/diagnostics/
H A Dassert.cs60 …internal static void Fail(String conditionString, String message, String windowTitle, int exitCode) in Fail() argument
62 Fail(conditionString, message, windowTitle, exitCode, StackTrace.TraceFormat.Normal, 0); in Fail()
75 …internal static void Fail(String conditionString, String message, String windowTitle, int exitCode… in Fail() argument
80 …lters iResult = Filter.AssertFailure (conditionString, message, st, stackTraceFormat, windowTitle); in Fail()
125 …DefaultAssertDialog(String conditionString, String message, String stackTrace, String windowTitle); in ShowDefaultAssertDialog() argument
/dports/x11-themes/plasma5-breeze/breeze-5.23.5/kdecoration/
H A Dbreezesettingsprovider.cpp60 QString windowTitle; in internalSettings() local
84 value = windowTitle.isEmpty() ? (windowTitle = client->caption()):windowTitle; in internalSettings()
/dports/x11-themes/plasma5-oxygen/oxygen-5.23.5/kdecoration/
H A Doxygensettingsprovider.cpp75 QString windowTitle; in internalSettings() local
99 value = windowTitle.isEmpty() ? (windowTitle = client->caption()):windowTitle; in internalSettings()
/dports/graphics/opencv/opencv-4.5.3/samples/cpp/
H A DwarpPerspective_demo.cpp35 String windowTitle = "Perspective Transformation Demo"; variable
61 namedWindow(windowTitle, WINDOW_NORMAL); in main()
64 moveWindow(windowTitle, 330, 20); in main()
66 setMouseCallback(windowTitle, onMouse, 0); in main()
87 imshow( windowTitle, image ); in main()
100 imshow( windowTitle, image ); in main()

12345678910>>...258