Skip to content

Commit

Permalink
Merge pull request #7764 from mendix/qt-menuscreenshots
Browse files Browse the repository at this point in the history
File Menu - resize screenshots
  • Loading branch information
quinntracy authored May 21, 2024
2 parents 063c4a9 + 46cc13f commit 10bbb46
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ App packages can be imported again into a new app using the [Import App Package]

To export the package, open the **File** menu > **Export App Package** and select the relevant options in the **Export App Package** dialog box:

{{< figure src="/attachments/refguide/modeling/menus/file-menu/export-app-package-dialog/export-app-package.png" alt="Export App Package Dialog Window" class="no-border" >}}
{{< figure src="/attachments/refguide/modeling/menus/file-menu/export-app-package-dialog/export-app-package.png" alt="Export App Package Dialog Window" class="no-border" width="600" >}}

For more information on what options you can select, see the sections below.

Expand All @@ -26,7 +26,7 @@ Alternatively, you can export your app as an [Adaptable Solution](/appstore/crea

You can now choose to export your app as the **Solution** or **Source Package**.

{{< figure src="/attachments/refguide/modeling/menus/file-menu/export-app-package-dialog/export-app-package-types.png" alt="Export App Package Dialog Window with Different Package Types" class="no-border" >}}
{{< figure src="/attachments/refguide/modeling/menus/file-menu/export-app-package-dialog/export-app-package-types.png" alt="Export App Package Dialog Window with Different Package Types" class="no-border" width="600" >}}

### 2.1 Solution Package

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ To import an app package, do the following:
2. Browse to the *.mpk* file you would like to import.
3. Select the relevant options in the **Import App Package** dialog box and click **OK**. For more information on what options you can select, see the sections below.

{{< figure src="/attachments/refguide/modeling/menus/file-menu/import-app-package-dialog/import-app-package.png" alt="Import App Package Dialog Window" class="no-border" >}}
{{< figure src="/attachments/refguide/modeling/menus/file-menu/import-app-package-dialog/import-app-package.png" alt="Import App Package Dialog Window" class="no-border" width="600" >}}

App packages can be created using [Export App Package](/refguide/export-app-package-dialog/).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The new app is created and opened.

When creating a new app, the **App Settings** dialog box is opened where you can specify an app name, whether or not to enable the online services provided by the Mendix Platform, the default language, and the location on disk where the app files for your app are stored:

{{< figure src="/attachments/refguide/modeling/menus/file-menu/new-app/app-settings-dialog.png" alt="App Settings" class="no-border" >}}
{{< figure src="/attachments/refguide/modeling/menus/file-menu/new-app/app-settings-dialog.png" alt="App Settings" class="no-border" width="600" >}}

### 2.1 App Name

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ To open an app in Mendix Studio Pro, do one of the following:

The **Open App** dialog box will open, where you can [select an app](#select-app) from your apps, [open an app locally](#open-locally),[open an app from a private Git repository](#open-private) or [import an app package](#import-app):

{{< figure src="/attachments/refguide/modeling/menus/file-menu/open-app-dialog/open-app.png" alt="Open App" class="no-border" >}}
{{< figure src="/attachments/refguide/modeling/menus/file-menu/open-app-dialog/open-app.png" alt="Open App" class="no-border" width="700" >}}

Apps can be located on the Team Server, on another Git server, or on the local disk. When opening an app from the Team Server or another Git server, Studio Pro will check whether you have already downloaded this app. If so, it will simply open it. If not, the app will be downloaded from the version control server first.

Expand All @@ -29,7 +29,7 @@ Apps can be located on the Team Server, on another Git server, or on the local d

You can select an app from the list of your apps. Once you have selected an app, you can either choose a [branch line](/refguide/version-control/#branches) that you would like to open or click **Open in Studio Pro** and the branch that is indicated in the **Current Branch** column will open:

{{< figure src="/attachments/refguide/modeling/menus/file-menu/open-app-dialog/select-app.png" class="no-border" >}}
{{< figure src="/attachments/refguide/modeling/menus/file-menu/open-app-dialog/select-app.png" class="no-border" width="700" >}}

### 2.2 Opening App Locally {#open-locally}

Expand Down

0 comments on commit 10bbb46

Please sign in to comment.