Questions tagged [qt-assistant]

8 questions
2
votes
3 answers

Is it possible to embed Qt Assistant as a widget inside my application?

We're running one of our apps on a 8" touch screen and want to add help to it. Launching Qt Assistant from a menu item works fine for desktop applications, but for touch applications it's far from ideal. I haven't been able to figure out if it is…
Macke
  • 24,812
  • 7
  • 82
  • 118
2
votes
2 answers

sphinx - how to change documentation style sheet

I generated the Python documentation with sphinx to view it on Qt Assistant, but the theme used by the Python developers for their documentation seems to have some problems on Qt Assistant, Is there a way to override/change the theme before…
shackra
  • 277
  • 3
  • 16
  • 56
2
votes
1 answer

Customized Qt Assistant: Content not shown

I intend to create a customized Qt Assistant for providing help in my own application. I followed the Qt documentation on that topic. The table of contents and all keywords are available when I launch the assistant, but my content is not shown. …
Chris
  • 1,613
  • 1
  • 18
  • 27
1
vote
2 answers

Qt Assistant as Custom Help Viewer - Home button doesn't work?

The tag in my .qhcp file doesn't appear to work. Sometimes it seems to set the page I specify in that tag to be the value in Edit..Preferences..Options..Homepage; sometimes not. Either way, clicking the Home button does not work.…
David Burson
  • 2,947
  • 7
  • 32
  • 55
1
vote
1 answer

Why is my html rendering messed up in Qt Assistant?

I have written a documentation using Sphinx, and as the software is written in Qt, I have tried the qthelp Sphinx output engine. The Sphinx installation is brand new and nothing was customized, and I tried with the simple Sphinx project from the…
galinette
  • 8,896
  • 2
  • 36
  • 87
0
votes
1 answer

Project hangs on QProcess::start when starting QtAssistant

I am using QProcess::start to launch Qt Assistant with my custom help project file. It works fine until i load project(not help project file) to my programm. Programm generates images from specific data using custom library. Even when all processes…
Maxim Skvortsov
  • 425
  • 3
  • 11
0
votes
1 answer

How do I deploy Assistant with my app on Mac without deploying multiple copies of Qt Frameworks?

I am trying to deploy a Qt application that uses the Assistant to show help, on mac (OS X 10.6-10.9, Qt 4.8) QStringList args = "-collectionFile " + "my_help_file"; QString app = "path/"+"Assistant.app"; m_helpProcess->start(app, args); I placed…
Thalia
  • 13,637
  • 22
  • 96
  • 190
0
votes
1 answer

Qt Assistant fails in linux with enableRemoteControl option

I have an application in Qt, trying to use assistant for help. It is working in windows, trying to make it work on Linux. Using this example if (process->state() == QProcess::Running) return; QString app =…
Thalia
  • 13,637
  • 22
  • 96
  • 190