GithubHelp home page GithubHelp logo

Comments (6)

cankurtan avatar cankurtan commented on July 28, 2024

Sorry for late response. Can you explain your problem in detail? I think it cannot be related with proxy settings. Simply, you can import project into your Eclipse(or another IDE) and run the program. Compiling from command line is a little bit sticky way to do it.

from web-app-from-qt-designer.

nmahale10 avatar nmahale10 commented on July 28, 2024

Hi..
I am trying to run from Command Prompt as well as from IDE.
I am able to compile it but not able to RUN it.
Getting error as

"java.lang.NoClassDefFoundError: main/document/MyHTMLDocumentImpl
at main.parse.QtUiFileParser.parse(QtUiFileParser.java:47)
at main.WebApplicationView.main(WebApplicationView.java:62)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at edu.rice.cs.drjava.model.compiler.JavacCompiler.runCommand(JavacCompiler.java:267)

"

Kindly Support

from web-app-from-qt-designer.

m0d00ku avatar m0d00ku commented on July 28, 2024

This is exactly what i need to convert my QT Designer UI's to html. I too am having issues. I can't even compile the code from command line nor Sublime Text editor. I downloaded your zip file and installed the latest JDK to use.
:
WebApplicationView.java:15: error: package main.parse does not exist
import main.parse.QtUiFileParser;
^
WebApplicationView.java:57: error: cannot find symbol
QtUiFileParser uiParser = new QtUiFileParser();
^
symbol: class QtUiFileParser
location: class WebApplicationView
WebApplicationView.java:57: error: cannot find symbol
QtUiFileParser uiParser = new QtUiFileParser();
^
symbol: class QtUiFileParser
location: class WebApplicationView
3 errors

from web-app-from-qt-designer.

Delphi251189 avatar Delphi251189 commented on July 28, 2024

This is exactly what i need, but unfortunly I have no expierence of java and have no idea how to compile this src.

  1. Have anybody precompiled binary of this app?
  2. Have anybody successfuly compiled this app and may be can provide instructions.
  3. Is there anybody know or may be tested is Signal-Slot connections defined on ui file works?
    for example if I have QStackedWidget with 5 widgets and QComboBox with 5 items. I can connect currentIndexChanged(int) Signal of QComboBox to setCurrentIndex(int) slot of QStackWidget directly in ui file (not in *.cpp ). Most likely this app will generate somthing like javascript code somwhere in html, somthing equivalent of Qt's analog concept. So it or not?

from web-app-from-qt-designer.

cankurtan avatar cankurtan commented on July 28, 2024

Dear @nmahale10 and @m0d00ku,

Sorry for the very late response. There was an error in the class hierarchy. It is fixed now, please follow the basic instructions. I hope you can build it successfully if you still need it.

Dear @Delphi251189,

  1. It is fixed now and I hope you can build it successfully.
  2. We have provided the basic instructions to build and run the code.
  3. This was a course project we did three years ago. Its capabilities are limited. What it does is only converting ui file into an HTML file with bootstrap elements. You can see the provided examples that the application can convert into HTML. If it cannot convert an element, it just skips the element. We are planning to extend the documentation with a list of its capabilities based on a mapping from ui components to HTML elements that converts. I hope the current version can help you.

from web-app-from-qt-designer.

cankurtan avatar cankurtan commented on July 28, 2024

It seems like compile problem is solved. I will close this issue.

from web-app-from-qt-designer.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.