Questions tagged [custom-widgets]
131 questions
0
votes
0 answers
how to convert theme template part to custom elementor widget?
Actually I want to add my custom widget to my custom theme template part as global but without saving as global value embed as shortcode is it possible? If yes so how ?
widgets_manager;
…

KAJAL JATAV
- 9
- 3
0
votes
0 answers
how to create custom elementor widget and embed to shortcode?
I want to ask something regarding elementor. Actually I created some widgets but i want to add these widgets in custom theme template as a shortcode. and when developer edit this page that page already embed elemtor-widget to shorcode then this will…

KAJAL JATAV
- 9
- 3
0
votes
0 answers
FlutterFlow, HTML rich text editor
I am trying to add a rich text editor to my project in FlutterFlow, where user can write an article and save it, it should be saved to my FireBase. I saw a good YouTube video about it:
here is the video
I followed his steps and I copied his codes, I…

Shahd
- 1
- 2
0
votes
0 answers
SoundRecordAndPlay custom widget in FlutterFlow is not working
I am trying to integrate the SoundRecordAndPlay custom widget from Marketplace, the code has no errors, and the dependencies are also up-to-date, but the recording is not working. It is supposed to start recording when I click on the microphone. I…

Shahd
- 1
- 2
0
votes
0 answers
ADO Custom widget missing configuration settings
I’m currently working on a custom widget that create a visual interpretation of work items within a project in ADO.
We built the custom widget with finalize code in a personal test ADO account. Now, we moved to the company’s ADO account and deploy…

aienma
- 51
- 1
- 5
0
votes
0 answers
Custom tittle bar (frameless) with QT-PyQt-PySide-Custom-Widgets and PyInstaller
Recently, I designed a Python application (PySide2 and QT-PyQt-PySide-Custom-Widgets) without a title bar. I achieved this by modifying the "QMainWindow" property in the "style.json" file as specified in the documentation:
"QMainWindow":[
{
…

Dan A.S.
- 654
- 8
- 24
0
votes
2 answers
Why I can't compile this Custom Widget? I click in error and it don't show anything
I'm trying to build a custom widget for QR code scanning in my app but I'm encountering a compile error and the error message is not being shown. How can I resolve this issue and see the error message to understand what is causing the issue? If…

Paulo Silva
- 3
- 2
0
votes
0 answers
Elementor custom widget default font family
I'm creating custom widget of Elementor
I can set default font color using below code
$this->add_group_control(
\Elementor\Group_Control_Typography::get_type(),
[
'name' => 'countdown_text',
'label' =>…
0
votes
0 answers
How to set global font or default fonts in Elementor custom widgets using code?
I have created an Elementor custom widget to enhance the functionality, but I am facing an issue. After setting up all the widgets I am not able to set the default fonts for my widgets. For reference, you can check the below code.
In the below code,…

Yagyesh Sharma
- 3
- 3
0
votes
0 answers
How to use accordion custom widget
I used a custom widget for accordion but have no idea how it works I used classes to store the data but it comes out empty. I tried using both an index parsed through another listview and a hardcoded one but still doesn't display…

ge widydr
- 37
- 7
0
votes
1 answer
PyQt5 - Custom widgets open in separate windows rather than in same window
I'm new at PyQt, and I'm trying to create a main window containing two custom widgets, the first being a data grapher, the second being a QGridLayout containing QLabels. Problem is: the two widgets open in separate windows and have no content.
I've…

Qosa
- 47
- 5
0
votes
0 answers
custom query to choose " which collection to query from" in flutterflow
At the moment you can only query a single collection in firebase on a container/listview/widget etc.it would be good to be able to change which collection is being queried with an on click action.
In the dashboard, on-clicking the button the…
0
votes
0 answers
custom widget with progressbar (timeline animation on it) Qt c++
I have a question. I created a custom widget with an animated progressbar. But when i start my application it does not work, the animation does not start.
Explanation:
I created a progressbar with them name: timeLeft
I have also created a QDialog…

MEsc
- 13
- 3
0
votes
0 answers
I can't run Custom-Widgets for PyQt5, how can I solve it?
I tried to simplify my code with the tool Custom-Widgets, I want to custom a animated menu, after the installation of Custom-Widgets from https://github.com/KhamisiKibet/QT-PyQt-PySide-Custom-Widgets
I try to prove it with the demo:
from…

Wimmy
- 3
- 2
0
votes
0 answers
SAC Input Control - Custom Widget
I need to create a custom widget Input control for SAP Analytics Cloud basically the same as native but with more customization. The customization part will be pretty simple and I know how to do it, but I need some ideas on how to start implementing…

Daniel Santos
- 9
- 4