|
|
@ -1,13 +1,12 @@ |
|
|
|
import { Text, Window, hot, View } from "@nodegui/react-nodegui"; |
|
|
|
import { Text, Window, hot, View } from "@nodegui/react-nodegui"; |
|
|
|
import React from "react"; |
|
|
|
import React from "react"; |
|
|
|
import { QIcon } from "@nodegui/nodegui"; |
|
|
|
import { QIcon } from "@nodegui/nodegui"; |
|
|
|
import path from "path"; |
|
|
|
|
|
|
|
import { StepOne } from "./components/stepone"; |
|
|
|
import { StepOne } from "./components/stepone"; |
|
|
|
import { StepTwo } from "./components/steptwo"; |
|
|
|
import { StepTwo } from "./components/steptwo"; |
|
|
|
import nodeguiIcon from "../assets/nodegui.jpg"; |
|
|
|
import nodeguiIcon from "../assets/nodegui.jpg"; |
|
|
|
|
|
|
|
|
|
|
|
const minSize = { width: 500, height: 520 }; |
|
|
|
const minSize = { width: 500, height: 520 }; |
|
|
|
const winIcon = new QIcon(path.resolve(__dirname, nodeguiIcon)); |
|
|
|
const winIcon = new QIcon(nodeguiIcon); |
|
|
|
class App extends React.Component { |
|
|
|
class App extends React.Component { |
|
|
|
render() { |
|
|
|
render() { |
|
|
|
return ( |
|
|
|
return ( |
|
|
|